Fixes #3767 - Adds Ansi parser and scheduler. #8590
Annotations
10 warnings
Terminal.Gui/ConsoleDrivers/AnsiEscapeSequenceRequest.cs#L23
Non-nullable field 'ResponseReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L250
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsDriver.cs#L44
Non-nullable field '_outputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L227
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L227
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L733
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L742
Possible null reference assignment.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L799
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L829
Possible null reference assignment.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading