Skip to content

Iatsuta/upd to 20.0.15 #48

Iatsuta/upd to 20.0.15

Iatsuta/upd to 20.0.15 #48

Triggered via pull request January 4, 2024 14:04
Status Failure
Total duration 4m 5s
Artifacts

sonarqube.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Framework.Graphviz/NativeDotVisualizer.cs#L57
'StringExtensions.IsNullOrWhiteSpace(string)' is obsolete: 'v10 This method will be protected in future'
build: src/Framework.Graphviz/DotVisualizer.cs#L8
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/Framework.Graphviz/DotVisualizerExtensions.cs#L15
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/Framework.Graphviz/Dot/DotEdge.cs#L7
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/Framework.Graphviz/Dot/DotGraph.cs#L22
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/Framework.Graphviz/NativeDotVisualizer.cs#L65
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
build: src/Framework.Graphviz/Dot/DotNode.cs#L17
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/Framework.Graphviz/NativeDotVisualizer.cs#L21
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
build: src/Framework.Graphviz/NativeDotVisualizer.cs#L59
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
build: src/Framework.Graphviz/Format/ImageExtensions.cs#L17
This call site is reachable on all platforms. 'ImageCodecInfo' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)