Cache missMatch fix #609
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#L26
This call site is reachable on all platforms. 'FontStyle.Italic' 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#L28
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)
|
Analyze (csharp):
src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L20
This call site is reachable on all platforms. 'FontStyle.Bold' 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#L22
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)
|
Analyze (csharp):
src/EPPlus.System.Drawing/Drawing/Text/SystemDrawingTextMeasurer.cs#L20
This call site is reachable on all platforms. 'FontStyle.Italic' 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#L24
This call site is reachable on all platforms. 'FontStyle.Bold' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Analyze (csharp):
src/EPPlus.System.Drawing/Drawing/Image/SystemDrawingImageHandler.cs#L77
This call site is reachable on all platforms. 'Graphics.FromHwnd(IntPtr)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Analyze (csharp):
src/EPPlus.System.Drawing/Drawing/Image/SystemDrawingImageHandler.cs#L53
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/Image/SystemDrawingImageHandler.cs#L56
This call site is reachable on all platforms. 'Image.HorizontalResolution' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|