Skip to content

Fixes #3885. ableView's CollectionNavigator sometimes doesn't work ri… #732

Fixes #3885. ableView's CollectionNavigator sometimes doesn't work ri…

Fixes #3885. ableView's CollectionNavigator sometimes doesn't work ri… #732

Triggered via push February 28, 2025 03:55
Status Success
Total duration 1m 14s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
1m 5s
Build and Publish to Nuget.org
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Publish to Nuget.org: Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: 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.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L983
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)'.