Skip to content

Merge pull request #3341 from BDisp/v2_wheeledleft-wheeledright-fix_3340 #250

Merge pull request #3341 from BDisp/v2_wheeledleft-wheeledright-fix_3340

Merge pull request #3341 from BDisp/v2_wheeledleft-wheeledright-fix_3340 #250

Triggered via push March 22, 2024 19:20
Status Success
Total duration 3m 49s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: simon-k/dotnet-code-coverage-badge@v1.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test
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_and_test
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_and_test: Terminal.Gui/Application.cs#L1185
Dereference of a possibly null reference.
build_and_test: Terminal.Gui/Application.cs#L1466
Converting null literal or possible null value to non-nullable type.
build_and_test: Terminal.Gui/Application.cs#L1384
Non-nullable event 'MouseEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build_and_test: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L820
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build_and_test: Terminal.Gui/Views/Menu/MenuBar.cs#L1477
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
build_and_test: Terminal.Gui/View/Adornment/Adornment.cs#L11
Ambiguous reference in cref attribute: 'View.SetFocus'. Assuming 'View.SetFocus(View)', but could have also matched other overloads including 'View.SetFocus()'.
build_and_test: UICatalog/UICatalog.cs#L131
Possible null reference assignment.
build_and_test: UICatalog/UICatalog.cs#L669
Nullability of reference types in value of type 'KeyValuePair<string, ColorScheme?>' doesn't match target type 'KeyValuePair<string, ColorScheme>'.
build_and_test: UICatalog/Scenarios/Adornments.cs#L14
Field 'Adornments._diagnosticFlags' is never assigned to, and will always have its default value
build_and_test: UnitTests/Drawing/ColorTests.ParsingAndFormatting.cs#L87
Possible null reference argument for parameter 'text' in 'bool Color.TryParse(string text, out Color? color)'.