Pack DfE.CoreLibs.Contracts #5
Triggered via workflow run
October 7, 2024 11:35
FrostyApeOne
completed
ede4b8e
Status
Success
Total duration
38s
Artifacts
–
pack-contracts.yml
on: workflow_run
build-and-package
/
build-and-package
27s
Annotations
10 warnings
build-and-package / build-and-package:
src/DfE.CoreLibs.Contracts/Academies/V4/AddressDto.cs#L6
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#L8
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#L10
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#L12
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#L14
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#L16
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/V1/EducationalPerformance/SchoolAbsenceDataDto.cs#L11
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/Trusts/TrustDto.cs#L8
Non-nullable property 'Name' 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/Trusts/TrustDto.cs#L10
Non-nullable property 'Ukprn' 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/Trusts/TrustDto.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|