Fixes #2610 - Adds Ansi parser and scheduler. #8590
Annotations
10 warnings
Build Debug:
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.
|
Build Debug:
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.
|
Build Debug:
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.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
|
Build Debug:
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.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L424
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L843
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1422
Dereference of a possibly null reference.
|
Build Debug:
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.
|
Loading