Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Deprecated the NuGet Packages #30

Deprecated the NuGet Packages

Deprecated the NuGet Packages #30

Triggered via pull request October 10, 2024 10:15
Status Success
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
build: academiesContracts/Dfe.Academies.Contracts/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: academiesContracts/Dfe.Academies.Contracts/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: 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/Trusts/TrustDto.cs#L11
Non-nullable property 'Name' 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/Trusts/TrustDto.cs#L13
Non-nullable property 'Ukprn' 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/Trusts/TrustDto.cs#L14
Non-nullable property 'Type' 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/Trusts/TrustDto.cs#L16
Non-nullable property 'CompaniesHouseNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.