Adds ANSIDriver
- Pure "Console Virtual Terminal Sequences" driver
#2940
Annotations
10 warnings
Build Debug:
Terminal.Gui/ConsoleDrivers/ANSIDriver.cs#L1531
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/Label.cs#L54
The member 'Label.FocusNext()' does not hide an accessible member. The new keyword is not required.
|
Build Debug:
Terminal.Gui/Application/Application.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/Application/Application.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Build Debug:
Terminal.Gui/Application/Application.cs#L60
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/ANSIDriver.cs#L481
Non-nullable property 'WinConsole' 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/ANSIDriver.cs#L481
Non-nullable field '_mainLoopDriver' 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/ANSIDriver.cs#L526
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/ANSIDriver.cs#L534
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/ANSIDriver.cs#L1531
Non-nullable field '_mainLoop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading