Initial calendar implementation #32
Annotations
1 error and 10 warnings
Building Web codebase
Process completed with exit code 2.
|
Building Web codebase:
pcss-client/Models/REST/AdjudicatorRestriction.cs#L32
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Building Web codebase:
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.
|
Building Web codebase:
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.
|
Building Web codebase:
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.
|
Building Web codebase:
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L42
Non-nullable property 'CourtRoomCd' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L43
Non-nullable property 'AssignmentListRoomYn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L47
Non-nullable property 'isAM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L49
Non-nullable property 'isPM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L50
Non-nullable property 'adjudicatorDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
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.
|
Loading