Fixing the build post PR. #74
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
SynoAI/Controllers/HomeController.cs#L108
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:
SynoAI/Controllers/HomeController.cs#L113
This call site is reachable on all platforms. 'Graphics.DrawImage(Image, int, int, int, int)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
SynoAI/Controllers/HomeController.cs#L111
This call site is reachable on all platforms. 'Graphics.CompositingMode' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
SynoAI/Controllers/HomeController.cs#L110
This call site is reachable on all platforms. 'Graphics.InterpolationMode' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
SynoAI/Controllers/HomeController.cs#L100
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
SynoAI/Controllers/HomeController.cs#L100
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
SynoAI/Controllers/HomeController.cs#L110
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:
SynoAI/Controllers/HomeController.cs#L117
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)
|
build:
SynoAI/Controllers/HomeController.cs#L107
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:
SynoAI/Controllers/HomeController.cs#L109
This call site is reachable on all platforms. 'CompositingQuality.HighSpeed' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|