Initial #10
Annotations
10 warnings
Build, Test and Analyze:
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, Test and Analyze:
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, Test and Analyze:
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, Test and Analyze:
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.
|
Build, Test and Analyze:
src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L17
Non-nullable property 'ReferenceNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, Test and Analyze:
src/DfE.CoreLibs.Contracts/Academies/V4/Trusts/TrustDto.cs#L19
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, Test and Analyze:
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, Test and Analyze:
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, Test and Analyze:
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, Test and Analyze:
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.
|
Loading