Ansi parser #8306
Annotations
20 warnings
Build Release Solution:
UICatalog/Scenarios/Images.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L227
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L329
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L330
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L422
The variable 'i' is assigned but its value is never used
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L446
The variable 'i' is assigned but its value is never used
|
Build Release Solution:
UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Build Release Terminal.Gui:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
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/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 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/Drawing/SixelSupportResult.cs#L5
XML comment has cref attribute 'ISixelSupportDetector' that could not be resolved
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
|
Build Release Terminal.Gui:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
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.
|
Loading