Fixes #3692++ - Rearchitects drivers #8806
Annotations
2 errors and 11 warnings
|
Build Debug
The operation was canceled.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L19
Expected 'disable' or 'restore'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiKeyboardParser.cs#L54
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' 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/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L742
Possible null reference assignment.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L831
Possible null reference assignment.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L983
Possible null reference argument for parameter 'cki' in 'void EscSeqUtils.DecodeEscSeq(ref ConsoleKeyInfo newConsoleKeyInfo, ref ConsoleKey key, ConsoleKeyInfo[] cki, ref ConsoleModifiers mod, out string c1Control, out string code, out string[] values, out string terminator, out bool isMouse, out List<MouseFlags> buttonState, out Point pos, out bool isResponse, Action<MouseFlags, Point>? continuousButtonPressedHandler)'.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Upload Test Logs
No files were found with the provided path: logs/
UnitTests/TestResults/. No artifacts will be uploaded.
|
Loading