Skip to content

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

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

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

Triggered via push March 22, 2024 19:20
Status Failure
Total duration 1m 23s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
1m 13s
Build and Publish to Nuget.org
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and Publish to Nuget.org
Process completed with exit code 1.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1185
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1466
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: 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 Publish to Nuget.org: 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 Publish to Nuget.org: Terminal.Gui/Views/Menu/MenuBar.cs#L1477
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
Build and Publish to Nuget.org: 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 Publish to Nuget.org: UICatalog/UICatalog.cs#L131
Possible null reference assignment.
Build and Publish to Nuget.org: 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 Publish to Nuget.org: UICatalog/Scenarios/Adornments.cs#L14
Field 'Adornments._diagnosticFlags' is never assigned to, and will always have its default value
Build and Publish to Nuget.org: UnitTests/View/DiagnosticsTests.cs#L11
Parameter 'output' is unread.