Ansi parser #8201
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
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/AnsiResponseParser.cs#L6
Missing XML comment for publicly visible type or member 'ParserState'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'ParserState.Normal'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L9
Missing XML comment for publicly visible type or member 'ParserState.ExpectingBracket'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'ParserState.InResponse'
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L13
Missing XML comment for publicly visible type or member 'IAnsiResponseParser'
|
Loading