Fixes #2616. Support combining sequences that don't normalize. #3877
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
UnitTests/UICatalog/ScenarioTests.cs#L160
The variable 'initialized' is assigned but its value is never used
|
UnitTests/UICatalog/ScenarioTests.cs#L161
The variable 'shutdown' is assigned but its value is never used
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L77
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L78
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L79
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L277
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L278
Dereference of a possibly null reference.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L279
Dereference of a possibly null reference.
|
UnitTests/Application/ApplicationScreenTests.cs#L5
Parameter 'output' is unread.
|
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L468
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L254
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L254
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
Terminal.Gui/Input/InputBindings.cs#L46
Possible null reference assignment.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L757
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L767
Possible null reference assignment.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L825
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L856
Possible null reference assignment.
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1008
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)'.
|
The logs for this run have expired and are no longer available.
Loading