Fixes #3767 - Adds Ansi parser and scheduler. #8596
Annotations
10 warnings
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
|
Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
|
Terminal.Gui/Views/Menu/Menu.cs#L158
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/Views/Menu/MenuBar.cs#L843
Dereference of a possibly null reference.
|
Terminal.Gui/Views/Menu/Menu.cs#L424
Dereference of a possibly null reference.
|
Terminal.Gui/Views/Menu/MenuBar.cs#L1422
Dereference of a possibly null reference.
|
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.
|
The logs for this run have expired and are no longer available.
Loading