This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Merge pull request #13 from DFE-Digital/feature/academies-api-contracts #18
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L7
Non-nullable property 'Ukprn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L8
Non-nullable property 'Urn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L10
Non-nullable property 'LocalAuthorityCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L11
Non-nullable property 'LocalAuthorityName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L12
Non-nullable property 'OfstedRating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L13
Non-nullable property 'OfstedLastInspection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L14
Non-nullable property 'StatutoryLowAge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L15
Non-nullable property 'StatutoryHighAge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L16
Non-nullable property 'SchoolCapacity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|