Skip to content

Merge pull request #3399 from BDisp/v2_listview-scrolling-fix_3396 #480

Merge pull request #3399 from BDisp/v2_listview-scrolling-fix_3396

Merge pull request #3399 from BDisp/v2_listview-scrolling-fix_3396 #480

Triggered via push April 14, 2024 20:24
Status Success
Total duration 1m 13s
Artifacts

publish.yml

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

Annotations

10 warnings
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1524
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1444
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#L826
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#L1476
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1448
XML comment has a param tag for 'a', but there is no parameter by that name
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1449
Parameter 'mouseEvent' has no matching param tag in the XML comment for 'Application.OnMouseEvent(MouseEvent)' (but other parameters do)
Build and Publish to Nuget.org: Terminal.Gui/Input/Mouse.cs#L141
XML comment has cref attribute 'OnMouseEvent(MouseEventEventArgs)' that could not be resolved
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: Terminal.Gui/View/ViewMouse.cs#L230
XML comment has cref attribute 'DisableHighlight' that could not be resolved
Build and Publish to Nuget.org: Terminal.Gui/View/ViewMouse.cs#L39
Missing XML comment for publicly visible type or member 'HighlightEventArgs.HighlightEventArgs(HighlightStyle)'