Skip to content

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

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

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

Triggered via push October 18, 2023 11:08
Status Success
Total duration 33s
Artifacts
Determine environment
8s
Determine environment
build
23s
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/Trusts/TrustDto.cs#L21
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L23
Non-nullable property 'Town' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L25
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L27
Non-nullable property 'Postcode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L29
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L31
Non-nullable property 'Additional' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/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/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/Trusts/TrustDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/Trusts/TrustDto.cs#L8
Non-nullable property 'Ukprn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.