Skip to content

Pack DfE.CoreLibs.Contracts #10

Pack DfE.CoreLibs.Contracts

Pack DfE.CoreLibs.Contracts #10

Triggered via workflow run October 15, 2024 08:28
@FrostyApeOneFrostyApeOne
completed 7a3b9a9
Status Success
Total duration 33s
Artifacts

pack-contracts.yml

on: workflow_run
build-and-package  /  build-and-package
22s
build-and-package / build-and-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V1/EducationalPerformance/SchoolAbsenceDataDto.cs#L14
Non-nullable property 'Year' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L9
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L11
Non-nullable property 'Town' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L13
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L15
Non-nullable property 'Postcode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L17
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L19
Non-nullable property 'Additional' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L76
Non-nullable property 'NumberOfPupils' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L77
Non-nullable property 'PercentageFsm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-package / build-and-package: src/DfE.CoreLibs.Contracts/Academies/V4/Establishments/EstablishmentDto.cs#L78
Non-nullable property 'PercentageFsmLastSixYears' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.