Ansi parser #8281
Annotations
10 warnings
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Debug:
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.
|
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#L147
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/ConsoleDrivers/AnsiResponseParser/AnsiRequestScheduler.cs#L6
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiRequestScheduler.cs#L6
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs#L624
Missing XML comment for publicly visible type or member 'ConsoleDriver.GetParser()'
|
Build Debug:
Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
|
Loading