Skip to content

Update dotnet monorepo to 8.0.8 (#462) #49

Update dotnet monorepo to 8.0.8 (#462)

Update dotnet monorepo to 8.0.8 (#462) #49

Triggered via push August 30, 2024 08:56
Status Failure
Total duration 1m 29s
Artifacts
Build .NET
59s
Build .NET
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build .NET
Process completed with exit code 1.
Build .NET: DfE.FindInformationAcademiesTrusts.Data.AcademiesDb/Factories/AcademyFactory.cs#L23
Define a constant instead of using this literal 'dd/MM/yyyy' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Build .NET: DfE.FindInformationAcademiesTrusts.Data.AcademiesDb/Contexts/AcademiesDbContext.CdmAccount.cs#L79
Define a constant instead of using this literal 'decimal(38, 18)' 32 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Build .NET: DfE.FindInformationAcademiesTrusts.Data.AcademiesDb/Repositories/DataSourceRepository.cs#L48
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/OtherServicesLinkBuilder.cs#L16
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/OtherServicesLinkBuilder.cs#L19
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/OtherServicesLinkBuilder.cs#L22
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/OtherServicesLinkBuilder.cs#L25
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/Cookies.cshtml.cs#L93
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/Cookies.cshtml.cs#L93
Make sure creating this cookie without setting the 'Secure' property is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2092)
Build .NET: DfE.FindInformationAcademiesTrusts/Pages/Cookies.cshtml.cs#L102
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)