Merge pull request #20 from DFE-Digital/feature/security-tests #51
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build, Test and Analyze:
src/Dfe.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'Id' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'SchoolName' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'SchoolUrn' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'Region' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'CreatedBy' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L8
Non-nullable property 'LocalAuthority' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/SupportProject/SupportProject.cs#L9
Non-nullable property 'CreatedBy' 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.RegionalImprovementForStandardsAndExcellence.Domain/Entities/Schools/PrincipalDetails.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build, Test and Analyze:
src/Dfe.RegionalImprovementForStandardsAndExcellence.Domain/Entities/Schools/School.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build, Test and Analyze:
src/Dfe.RegionalImprovementForStandardsAndExcellence.Domain/Events/SchoolCreatedEvent.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Loading