Initial calendar implementation #27
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/Adjudicator.cs#L7
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/AppearanceMethod.cs#L49
Non-nullable property 'AssetTypeCd' 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/AppearanceMethod.cs#L50
Non-nullable property 'AssetTypeDsc' 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#L26
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#L27
Non-nullable property 'AssignmentListRoomYn' 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/BestDateSearch.cs#L8
Non-nullable property 'PartId' 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/BestDateSearch.cs#L9
Non-nullable property 'PersonTypeCd' 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#L5
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 (8, 0):
pcss-client/Models/REST/ActivityAppearanceDetail.cs#L7
Non-nullable property 'LocationNm' 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#L8
Non-nullable property 'ActivityCd' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|