Pack DfE.CoreLibs.Contracts #10
Annotations
10 warnings
Build, pack and publish:
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, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L9
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, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L11
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, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L13
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, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L15
Non-nullable property 'Postcode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L17
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, pack and publish:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L19
Non-nullable property 'Additional' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, pack and publish:
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, pack and publish:
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, pack and publish:
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.
|
Loading