Merge project #1325
Annotations
33 warnings
Build ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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 ubuntu-latest:
src/Core2D/Program.cs#L146
Possible null reference argument for parameter 'host' in 'int HeadlessVncPlatformExtensions.StartWithHeadlessVncPlatform(AppBuilder builder, string host, int port, string[] args, ShutdownMode shutdownMode = ShutdownMode.OnLastWindowClose)'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L65
This call site is reachable on all platforms. 'Graphics.CompositingQuality' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L68
This call site is reachable on all platforms. 'Graphics.PageUnit' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L62
This call site is reachable on all platforms. 'Graphics.SmoothingMode' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L80
This call site is reachable on all platforms. 'Graphics.Dispose()' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L49
This call site is reachable on all platforms. 'Metafile' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L66
This call site is reachable on all platforms. 'InterpolationMode.HighQualityBicubic' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L71
This call site is reachable on all platforms. 'Pen.DashCap' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L62
This call site is reachable on all platforms. 'SmoothingMode.HighQuality' is only supported on: 'windows'.
|
Build ubuntu-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L52
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows'.
|
Build macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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 macos-latest:
src/Core2D/Program.cs#L146
Possible null reference argument for parameter 'host' in 'int HeadlessVncPlatformExtensions.StartWithHeadlessVncPlatform(AppBuilder builder, string host, int port, string[] args, ShutdownMode shutdownMode = ShutdownMode.OnLastWindowClose)'.
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L149
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)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L46
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)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L65
This call site is reachable on all platforms. 'Graphics.CompositingQuality' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L53
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)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L62
This call site is reachable on all platforms. 'SmoothingMode.HighQuality' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L48
This call site is reachable on all platforms. 'Graphics.GetHdc()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L66
This call site is reachable on all platforms. 'InterpolationMode.HighQualityBicubic' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L64
This call site is reachable on all platforms. 'Graphics.TextRenderingHint' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build macos-latest:
src/Core2D/Modules/FileWriter/Emf/EmfWriter.cs#L62
This call site is reachable on all platforms. 'Graphics.SmoothingMode' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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 windows-latest:
src/Core2D/Program.cs#L146
Possible null reference argument for parameter 'host' in 'int HeadlessVncPlatformExtensions.StartWithHeadlessVncPlatform(AppBuilder builder, string host, int port, string[] args, ShutdownMode shutdownMode = ShutdownMode.OnLastWindowClose)'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L29
This call site is reachable on all platforms. 'Image.Dispose()' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L29
This call site is reachable on all platforms. 'Image' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L52
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L94
This call site is reachable on all platforms. 'Pen.DashStyle' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L94
This call site is reachable on all platforms. 'DashStyle.Custom' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L93
This call site is reachable on all platforms. 'Pen.DashPattern' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L70
This call site is reachable on all platforms. 'LineCap.Flat' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L69
This call site is reachable on all platforms. 'Pen.StartCap' is only supported on: 'windows'.
|
Build windows-latest:
src/Core2D/Modules/Renderer/WinForms/WinFormsRenderer.cs#L70
This call site is reachable on all platforms. 'Pen.EndCap' is only supported on: 'windows'.
|