Initial calendar implementation #26
Annotations
1 error and 10 warnings
build-and-test (8, 0)
Process completed with exit code 2.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L5
Non-nullable property 'TemporaryAccessGUID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L6
Non-nullable property 'GivenName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L7
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L9
Non-nullable property 'GUID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L10
Non-nullable property 'AuthorizationDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/UserLoginInfo.cs#L11
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/REST/ScheduleSlot.cs#L53
Non-nullable property 'ActivityCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/REST/ScheduleSlot.cs#L53
Non-nullable property 'ActivityDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/REST/ScheduleSlot.cs#L53
Non-nullable property 'ActivityClassCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (8, 0):
pcss-client/Models/REST/ScheduleSlot.cs#L53
Non-nullable property 'ActivityClassDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|