Initial #9
build-test-contracts.yml
on: push
build-and-test
/
build-and-test
1m 6s
Annotations
10 warnings
build-and-test / build-and-test:
src/DfE.CoreLibs.Contracts/Academies/V1/EducationalPerformance/SchoolAbsenceDataDto.cs#L14
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/Establishments/EstablishmentDto.cs#L76
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#L77
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#L78
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#L79
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#L80
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/V4/Establishments/EstablishmentDto.cs#L59
Non-nullable property 'DateOfLatestSection8Inspection' 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#L60
Non-nullable property 'InspectionEndDate' 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#L62
Non-nullable property 'OverallEffectiveness' 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#L63
Non-nullable property 'QualityOfEducation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|