Skip to content

Merge branch 'gui-cs:v2_develop' into v2_develop #237

Merge branch 'gui-cs:v2_develop' into v2_develop

Merge branch 'gui-cs:v2_develop' into v2_develop #237

Triggered via push February 26, 2025 19:45
Status Failure
Total duration 1m 12s
Artifacts

publish.yml

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

Annotations

1 error and 10 warnings
Build and Publish to Nuget.org
Process completed with exit code 1.
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/Input/InputBindings.cs#L46
Possible null reference assignment.
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.