Initial calendar implementation #43
Annotations
1 error and 10 warnings
Building Web codebase
Process completed with exit code 2.
|
Building Web codebase:
pcss-client/Models/REST/BestDateSearch.cs#L285
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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#L56
Non-nullable property 'adjudicatorNm' 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#L57
Non-nullable property 'adjudicatorInitials' 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#L58
Non-nullable property 'amPm' 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#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/Adjudicator.cs#L12
Non-nullable property 'AdjudicatorNm' 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/Adjudicator.cs#L13
Non-nullable property 'AdjudicatorInitials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading