Fixes #3692++ - Rearchitects drivers #8772
Annotations
10 warnings
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/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/V2/InputProcessor.cs#L107
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L27
Non-nullable property 'InputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L29
Non-nullable property 'InputProcessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L33
Non-nullable property 'Out' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L34
Non-nullable property 'AnsiRequestScheduler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L36
Non-nullable property 'WindowSizeMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading