This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Deprecated the NuGet Packages (#20) #17
Determine environment
6s
build
19s
Annotations
10 warnings
build:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L14
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:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L16
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:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L18
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:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L20
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:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L22
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:
academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L24
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:
academiesContracts/Dfe.Academies.Contracts/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:
academiesContracts/Dfe.Academies.Contracts/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:
academiesContracts/Dfe.Academies.Contracts/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:
academiesContracts/Dfe.Academies.Contracts/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.
|