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

Added name and code dto as the trust type #19

Added name and code dto as the trust type

Added name and code dto as the trust type #19

Triggered via pull request November 22, 2023 17:38
Status Success
Total duration 19s
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/V4/Establishments/EstablishmentDto.cs#L67
Non-nullable property 'NumberOfPupils' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L68
Non-nullable property 'PercentageFsm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L69
Non-nullable property 'PercentageFsmLastSixYears' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L70
Non-nullable property 'PercentageEnglishAsSecondLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L71
Non-nullable property 'PercentageSen' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L11
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L13
Non-nullable property 'Town' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L15
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L17
Non-nullable property 'Postcode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L19
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.