Fixes #2489. Build scrolling into View. #3254
Closed
Annotations
14 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: simon-k/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Create Test Coverage Badge
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/
|
Create Test Coverage Badge
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 Debug:
Terminal.Gui/Views/ScrollBarView.cs#L60
'ScrollBarView.AutoHideScrollBars' hides inherited member 'View.AutoHideScrollBars'. Use the new keyword if hiding was intended.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L160
'ScrollView.AutoHideScrollBars' hides inherited member 'View.AutoHideScrollBars'. Use the new keyword if hiding was intended.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L180
'ScrollView.ContentOffset' hides inherited member 'View.ContentOffset'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L200
'ScrollView.ContentSize' hides inherited member 'View.ContentSize'. Use the new keyword if hiding was intended.
|
Build Debug:
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 Debug:
Terminal.Gui/Application.cs#L1529
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
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 Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1476
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
|
Build Debug:
Terminal.Gui/Application.cs#L1448
XML comment has a param tag for 'a', but there is no parameter by that name
|
Build Debug:
Terminal.Gui/Application.cs#L1449
Parameter 'mouseEvent' has no matching param tag in the XML comment for 'Application.OnMouseEvent(MouseEvent)' (but other parameters do)
|
Loading