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

Added required fields and iterated version #7

Added required fields and iterated version

Added required fields and iterated version #7

Triggered via pull request October 30, 2023 12:00
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

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.