Ansi parser #8202
Annotations
10 warnings
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
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/IAnsiResponseParser.cs#L4
Missing XML comment for publicly visible type or member 'IAnsiResponseParser'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/IAnsiResponseParser.cs#L6
Missing XML comment for publicly visible type or member 'IAnsiResponseParser.State'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/IAnsiResponseParser.cs#L7
Missing XML comment for publicly visible type or member 'IAnsiResponseParser.ExpectResponse(string, Action<string>)'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/IConsoleDriver.cs#L4
Missing XML comment for publicly visible type or member 'IConsoleDriver'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/IConsoleDriver.cs#L6
Missing XML comment for publicly visible type or member 'IConsoleDriver.GetParser()'
|
Loading