Initial #5
build-test-contracts.yml
on: push
build-and-test
/
build-and-test
59s
Annotations
10 warnings
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L73
Non-nullable property 'NumberOfPupils' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L74
Non-nullable property 'PercentageFsm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L75
Non-nullable property 'PercentageFsmLastSixYears' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L76
Non-nullable property 'PercentageEnglishAsSecondLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L77
Non-nullable property 'PercentageSen' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V1/EducationalPerformance/SchoolAbsenceDataDto.cs#L11
Non-nullable property 'Year' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L6
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L8
Non-nullable property 'Town' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L10
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L12
Non-nullable property 'Postcode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|