Skip to content

ci: Move to .NET 8 #2404

ci: Move to .NET 8

ci: Move to .NET 8 #2404

Triggered via pull request February 19, 2025 13:01
Status Failure
Total duration 5m 57s
Artifacts

ci.yml

on: pull_request
tagversion  /  Tag Version
4s
tagversion / Tag Version
pinnedactions  /  Pin GitHub Actions to SHA
3s
pinnedactions / Pin GitHub Actions to SHA
docupdate  /  Check if documentation is updated
3s
docupdate / Check if documentation is updated
format  /  format
43s
format / format
dogfood  /  Dogfood Analyzers
1m 16s
dogfood / Dogfood Analyzers
sonarcloud  /  SonarCloud
5m 45s
sonarcloud / SonarCloud
performance  /  build
1m 3s
performance / build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
performance / build
Process completed with exit code 1.
build / build
Process completed with exit code 1.
sonarcloud / SonarCloud
Process completed with exit code 1.
pinnedactions / Pin GitHub Actions to SHA
The "tagversion" job of the "cd.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "build" job of the "cd.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "release" job of the "cd.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "publish" job of the "cd.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "pinnedactions" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "docupdate" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "format" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "dogfood" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "sonarcloud" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHA
The "performance" job of the "ci.yml" workflow does not contain uses or steps.
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/SyntaxNodeAction.cs#L30
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AllowedSymbols.cs#L64
"StartsWith" overloads that take a "char" should be used (https://rules.sonarsource.com/csharp/RSPEC-6610)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/TypesHelper.cs#L20
Make 'IsInheritingFromClass' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/TypesHelper.cs#L10
Make 'IsExtensionClass' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AdditionalFilesHelper.cs#L91
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AttributeModel.cs#L9
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/CodeFixHelper.cs#L37
Make 'ForDocumentationOf' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AssembliesHelper.cs#L23
Make 'HasAutoGeneratedComment' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AnalyzerPerformanceRecord.cs#L19
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
sonarcloud / SonarCloud: Philips.CodeAnalysis.Common/AssembliesHelper.cs#L45
Make 'GetFileName' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)