Ansi parser #8204
Annotations
20 warnings
Build Release Solution:
UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L225
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/Application/ApplicationTests.cs#L1067
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build Release Solution:
UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Terminal.Gui:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L413
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 Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.sent'
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L11
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.Requsts'
|
Loading