This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Added required fields and iterated version #7
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/Establishments/EstablishmentDto.cs#L62
Non-nullable property 'NumberOfPupils' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L63
Non-nullable property 'PercentageFsm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L45
Non-nullable property 'DateOfLatestSection8Inspection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L46
Non-nullable property 'InspectionEndDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L48
Non-nullable property 'OverallEffectiveness' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L49
Non-nullable property 'QualityOfEducation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L50
Non-nullable property 'BehaviourAndAttitudes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L51
Non-nullable property 'PersonalDevelopment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L52
Non-nullable property 'EffectivenessOfLeadershipAndManagement' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
academiesContracts/Dfe.Academies.Contracts/Establishments/EstablishmentDto.cs#L54
Non-nullable property 'EarlyYearsProvision' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|