upd-to-19.0.14 #41
Annotations
11 warnings
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/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/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/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/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/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/GraphvizFormatMetadata.cs#L58
This call site is reachable on all platforms. 'ImageFormat.Jpeg' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|