Skip to content

Package academiesContracts #15

Package academiesContracts

Package academiesContracts #15

Manually triggered January 11, 2024 11:36
Status Failure
Total duration 26s
Artifacts
Determine environment
4s
Determine environment
build
16s
build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/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.
build: academiesContracts/Dfe.Academies.Contracts/V4/AddressDto.cs#L21
Non-nullable property 'Additional' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: academiesContracts/Dfe.Academies.Contracts/V1/EducationalPerformance/SchoolAbsenceDataDto.cs#L11
Non-nullable property 'Year' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.