Fixes #3692++ - Rearchitects drivers #8791
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/V2/MainLoop.cs#L145
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
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.
|
Loading