Skip to content

Fixes #3964. Null Reference in DoDrawBorderAndPadding #80

Fixes #3964. Null Reference in DoDrawBorderAndPadding

Fixes #3964. Null Reference in DoDrawBorderAndPadding #80

Triggered via pull request March 9, 2025 01:15
Status Success
Total duration 1m 12s
Artifacts

build-release.yml

on: pull_request
build_release
1m 5s
build_release
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build_release: Tests/UnitTests/ConsoleDrivers/V2/MainLoopCoordinatorTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_release: Tests/UnitTests/ConsoleDrivers/V2/MainLoopCoordinatorTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_release: 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_release: Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
build_release: Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L742
Possible null reference assignment.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L831
Possible null reference assignment.
build_release: 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)'.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.
build_release: Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.