Skip to content

Bug/issue1096

Bug/issue1096 #592

Triggered via pull request October 10, 2023 08:24
Status Success
Total duration 22m 49s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L11
This call site is reachable on all platforms. 'StringFormat.GenericDefault' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L41
This call site is reachable on all platforms. 'Graphics.PageUnit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L39
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L50
This call site is reachable on all platforms. 'Font' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L43
This call site is reachable on all platforms. 'Graphics.DpiY' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L41
This call site is reachable on all platforms. 'GraphicsUnit.Pixel' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L42
This call site is reachable on all platforms. 'Graphics.DpiX' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L51
This call site is reachable on all platforms. 'Graphics.MeasureString(string?, Font, int, StringFormat?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L40
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Analyze (csharp): src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L62
This call site is reachable on all platforms. 'FontStyle.Regular' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)