Fixes #3273. Updates FindDeepestView
to support Adornment
#6127
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build Debug:
Terminal.Gui/Application.cs#L1169
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Application.cs#L1450
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/Application.cs#L1367
Non-nullable event 'MouseEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build Debug:
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 Debug:
Terminal.Gui/Views/Toplevel.cs#L383
Unreachable code detected
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1477
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
|
Build Debug:
Terminal.Gui/Application.cs#L1362
XML comment has cref attribute 'MouseEvent' that could not be resolved
|
Build Debug:
Terminal.Gui/ConsoleDrivers/EscSeqUtils/EscSeqUtils.cs#L166
XML comment has cref attribute 'GetC1ControlChar(char)' that could not be resolved
|
Build Debug:
Terminal.Gui/ConsoleDrivers/EscSeqUtils/EscSeqUtils.cs#L409
XML comment has cref attribute 'GetC1ControlChar(char)' that could not be resolved
|
Build Debug:
UICatalog/UICatalog.cs#L131
Possible null reference assignment.
|
Loading