Fixes #3778: Decouples Command
from KeyBindings
#8656
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/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/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 Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L79
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L277
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L278
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L279
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L468
Dereference of a possibly null reference.
|
Build Release Solution:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L532
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L250
Non-nullable field 'Callback' 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/WindowsDriver/WindowsDriver.cs#L43
Non-nullable field '_outputBuffer' 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/CursesDriver/CursesDriver.cs#L728
Converting null literal or possible null value to non-nullable type.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L737
Possible null reference assignment.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L794
Converting null literal or possible null value to non-nullable type.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L824
Possible null reference assignment.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L955
Possible null reference argument for parameter 'cki' in 'void EscSeqUtils.DecodeEscSeq(ref ConsoleKeyInfo newConsoleKeyInfo, ref ConsoleKey key, ConsoleKeyInfo[] cki, ref ConsoleModifiers mod, out string c1Control, out string code, out string[] values, out string terminator, out bool isMouse, out List<MouseFlags> buttonState, out Point pos, out bool isResponse, Action<MouseFlags, Point>? continuousButtonPressedHandler)'.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L975
Cannot convert null literal to non-nullable reference type.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L583
Non-nullable field '_processInputToken' 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.
|
Loading