.NET Pre-Release #28
Annotations
14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. 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 `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
StylableWinFormsControls/StylableWinFormsControls/Extensions/ControlPaintExtensions.cs#L228
Unreachable code detected
|
build:
StylableWinFormsControls/StylableWinFormsControls/InteractionBoxes/InputBoxes/StylableInputBox.cs#L28
Converting null literal or possible null value to non-nullable type.
|
build:
StylableWinFormsControls/StylableWinFormsControls/InteractionBoxes/InputBoxes/StylableInputBox.cs#L28
Possible null reference argument for parameter 'arg' in 'U Func<T, U>.Invoke(T arg)'.
|
build:
StylableWinFormsControls/StylableWinFormsControls/InteractionBoxes/InputBoxes/StylableInputBox.cs#L13
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
|
build:
StylableWinFormsControls/StylableWinFormsControls/InteractionBoxes/InputBoxes/StylableInputBox.cs#L8
Prefix generic type parameter name U with 'T' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1715)
|
build:
StylableWinFormsControls/StylableWinFormsControls/ErrorHandling/WndProcErrorProcessor.cs#L52
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
build:
StylableWinFormsControls/StylableWinFormsControls/InteractionBoxes/InputBoxes/StylableInputBox.cs#L58
In externally visible method 'StylableInputBox<T, U>.StylableInputBox(string caption, MessageBoxIcon icon, string text, MessageBoxButtons buttons, MessageBoxDefaultButton defaultButton, Uri? helpUri, TimeSpan? timeout, DialogResult timeoutResult, T inputControl, Func<T, U> accessor)', validate parameter 'inputControl' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
StylableWinFormsControls/StylableWinFormsControls.Example/FrmDefault.Designer.cs#L442
The field 'FrmDefault.textBox1' is never used
|
build:
StylableWinFormsControls/StylableWinFormsControls.Example/Program.cs#L14
Call System.IDisposable.Dispose on object created by 'new FrmDefault()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
build:
StylableWinFormsControls/StylableWinFormsControls/Extensions/ControlPaintExtensions.cs#L228
Unreachable code detected
|