Skip to content

Migrate changes from 'develop' to 'main' #62

Migrate changes from 'develop' to 'main'

Migrate changes from 'develop' to 'main' #62

Triggered via pull request July 17, 2024 20:49
Status Success
Total duration 7m 17s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L56
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L57
This call site is reachable on all platforms. 'Brush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L187
This call site is reachable on all platforms. 'Brush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L170
This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, Rectangle)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L170
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L185
This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, Rectangle)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L187
This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, Rectangle)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L270
This call site is reachable on all platforms. 'Brush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/SimpleTreeMap/TreeMap.cs#L270
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp, Release): source/NBug_custom/Core/Util/Web/StreamUpload.cs#L20
Type 'StreamUpload' owns disposable field(s) 'outputStream' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)