Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Update dependency Moq to 4.20.72 #134

Update dependency Moq to 4.20.72

Update dependency Moq to 4.20.72 #134

Triggered via push September 27, 2024 09:24
Status Success
Total duration 2m 9s
Artifacts
build-and-test
2m 0s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L7
Non-nullable field 'Establishment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L8
Non-nullable field 'LocalAuthority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Dfe.Identifiers.Domain/Helpers/IdentifierMapping.cs#L11
Dereference of a possibly null reference.
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L9
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L7
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L8
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test: Dfe.Identifiers.Infrastructure/Repositories/EstablishmentRepository.cs#L17
Possible null reference argument for parameter 'value' in 'bool string.StartsWith(string value)'.
build-and-test: Dfe.Identifiers.Infrastructure/Repositories/EstablishmentRepository.cs#L17
Possible null reference argument for parameter 'value' in 'bool string.EndsWith(string value)'.
build-and-test: Dfe.Identifiers.Infrastructure/Migrations/20240328120816_Initial.cs#L25
Define a constant instead of using this literal 'SqlServer:Identity' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build-and-test: Dfe.Identifiers.Infrastructure/Migrations/Academisation/20240423142452_InitialCreate.cs#L14
Define a constant instead of using this literal 'academisation' 9 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)