Initial calendar implementation #34
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/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/REST/ActivityAppearanceDetail.cs#L65
Non-nullable property 'NoAdditionsYn' 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/ActivityAppearanceDetail.cs#L66
Non-nullable property 'NoAdditionsCommentTxt' 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/ActivityAppearanceDetail.cs#L67
Non-nullable property 'CourtSittingCd' 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/ActivityAppearanceDetail.cs#L199
Non-nullable property 'AdjudicatorInitials' 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/ActivityAppearanceDetail.cs#L200
Non-nullable property 'AdjudicatorNm' 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/ActivityAppearanceDetail.cs#L201
Non-nullable property 'CourtRoomCd' 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/ActivityAppearanceDetail.cs#L202
Non-nullable property 'AppearanceDt' 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/ActivityAppearanceDetail.cs#L203
Non-nullable property 'AppearanceTm' 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/ActivityAppearanceDetail.cs#L208
Non-nullable property 'Appearances' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|