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

Deprecated the NuGet Packages #32

Deprecated the NuGet Packages

Deprecated the NuGet Packages #32

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

Annotations

10 warnings
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.
build: academiesContracts/Dfe.Academies.Contracts/V4/Trusts/TrustDto.cs#L18
Non-nullable property 'ReferenceNumber' 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#L20
Non-nullable property 'Address' 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#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.