.NET Desktop CI badge on README.md #5
Annotations
12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
MainForm.cs#L49
Nullability of reference types in type of parameter 'sender' of 'void UpdaterUtil.ButtonClickHandler(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
UpdaterUtil.cs#L126
The variable 'Ex' is declared but never used
|
build:
Program.cs#L27
This call site is reachable on all platforms. 'Application.Run(Form)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
FileHashChecker.cs#L30
This call site is reachable on all platforms. 'TextBoxBase.AppendText(string?)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
FileHashChecker.cs#L31
This call site is reachable on all platforms. 'TextBoxBase.TextLength' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
FileHashChecker.cs#L31
This call site is reachable on all platforms. 'TextBoxBase.SelectionStart' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
FileHashChecker.cs#L32
This call site is reachable on all platforms. 'TextBoxBase.ScrollToCaret()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
MainForm.cs#L56
This call site is reachable on all platforms. 'Control.Handle' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
MainForm.cs#L43
This call site is reachable on all platforms. 'Control.Region' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
MainForm.cs#L42
This call site is reachable on all platforms. 'ButtonBase.FlatAppearance' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|