Skip to content

Added Tests to the AsyncProcessing package #6

Added Tests to the AsyncProcessing package

Added Tests to the AsyncProcessing package #6

Triggered via push October 9, 2024 09:25
Status Success
Total duration 58s
Artifacts
build-and-test  /  build-and-test
49s
build-and-test / build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test / build-and-test: 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-test / build-and-test: 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-test / build-and-test: 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-test / build-and-test: 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-test / build-and-test: 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-test / build-and-test: 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-test / build-and-test: src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L10
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-test / build-and-test: src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L12
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-test / build-and-test: src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L13
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test / build-and-test: src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L15
Non-nullable property 'CompaniesHouseNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.