Skip to content

Merge pull request #3849 from BDisp/v2_3847_tabview-focus-fix #705

Merge pull request #3849 from BDisp/v2_3847_tabview-focus-fix

Merge pull request #3849 from BDisp/v2_3847_tabview-focus-fix #705

Triggered via push November 26, 2024 19:41
Status Success
Total duration 58s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
49s

Annotations

10 warnings
Build and Publish to Nuget.org: 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 and Publish to Nuget.org: 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 and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L728
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L794
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: 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 and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L975
Cannot convert null literal to non-nullable reference type.
Build and Publish to Nuget.org: 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 and Publish to Nuget.org: 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.