Fixes #3767 - Adds Ansi parser and scheduler. #8589
Annotations
20 warnings
UICatalog/Scenario.cs#L181
Non-nullable field '_demoKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
UnitTests/UICatalog/ScenarioTests.cs#L160
The variable 'initialized' is assigned but its value is never used
|
UnitTests/UICatalog/ScenarioTests.cs#L161
The variable 'shutdown' is assigned but its value is never used
|
UnitTests/Application/ApplicationScreenTests.cs#L5
Parameter 'output' is unread.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L77
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L78
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L79
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L277
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L278
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L279
Dereference of a possibly null reference.
|
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/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
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.
|
The logs for this run have expired and are no longer available.
Loading