Initial calendar implementation #44
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/REST/BestDateSearch.cs#L285
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test (8, 0):
pcss-client/Models/REST/AdjudicatorRestriction.cs#L32
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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#L57
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#L57
Non-nullable property 'ActivityDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|