Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.1 to 9.0.0 #62
Annotations
1 error and 10 warnings
build-and-test (9, 0)
Process completed with exit code 2.
|
build-and-test (9, 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 (9, 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 (9, 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 (9, 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 (9, 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 (9, 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 (9, 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 (9, 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 (9, 0):
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L21
Non-nullable property 'DateStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test (9, 0):
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L23
Non-nullable property 'LocationNm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|