Fixes #3692++ - Rearchitects drivers #8808
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiKeyboardParserTests.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/UICatalog/ScenarioTests.cs#L160
The variable 'initialized' is assigned but its value is never used
|
Build Release Solution:
UnitTests/UICatalog/ScenarioTests.cs#L161
The variable 'shutdown' is assigned but its value is never used
|
Build Release Solution:
UnitTests/ConsoleDrivers/V2/ApplicationV2Tests.cs#L204
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L492
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L533
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/Application/ApplicationScreenTests.cs#L5
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/ConsoleDrivers/AnsiKeyboardParserTests.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L77
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L78
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L19
Expected 'disable' or 'restore'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
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#L11
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/Views/Menu/MenuItem.cs#L277
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuItem.cs#L295
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/ContextMenu.cs#L150
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuItem.cs#L321
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Loading