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

Merge pull request #18 from DFE-Digital/feature/academies-api-contracts #16

Merge pull request #18 from DFE-Digital/feature/academies-api-contracts

Merge pull request #18 from DFE-Digital/feature/academies-api-contracts #16

Triggered via push January 11, 2024 11:54
Status Success
Total duration 24s
Artifacts
Determine environment
3s
Determine environment
build
16s
build
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/Trusts/TrustDto.cs#L8
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/Trusts/TrustDto.cs#L10
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/Trusts/TrustDto.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Trusts/TrustDto.cs#L13
Non-nullable property 'CompaniesHouseNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Trusts/TrustDto.cs#L15
Non-nullable property 'ReferenceNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Trusts/TrustDto.cs#L17
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V4/Establishments/EstablishmentDto.cs#L73
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#L74
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#L75
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#L76
Non-nullable property 'PercentageEnglishAsSecondLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.