Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response. #8350
Annotations
10 warnings
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L147
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiEscapeSequence/AnsiEscapeSequenceRequest.cs#L101
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiEscapeSequence/AnsiEscapeSequenceRequest.cs#L107
Possible null reference assignment.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L547
The field 'NetEvents._lastCursorPosition' is never used
|
Build Debug:
Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
|
Build Debug:
UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Loading