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

Update dotnet monorepo to v8.0.5 #12

Update dotnet monorepo to v8.0.5

Update dotnet monorepo to v8.0.5 #12

Triggered via pull request April 9, 2024 18:24
Status Failure
Total duration 1m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: Dfe.Identifiers.Domain/Query/EstablishmentQueryResult.cs#L7
Non-nullable field 'Establishment' must contain a non-null value when exiting constructor. Consider 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 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.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/20240328120816_Initial.cs#L35
Define a constant instead of using this literal 'Ref_EducationEstablishmentType' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build-and-test: Dfe.Identifiers.Infrastructure/Migrations/20240328120816_Initial.cs#L39
Define a constant instead of using this literal 'bigint' 15 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build-and-test: Dfe.Identifiers.Infrastructure/Migrations/20240328120816_Initial.cs#L41
Define a constant instead of using this literal 'nvarchar(max)' 78 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build-and-test: Dfe.Identifiers.Infrastructure/Migrations/20240328120816_Initial.cs#L50
Define a constant instead of using this literal 'Ref_LocalAuthority' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)