Skip to content

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

Merge branch 'gui-cs:v2_develop' into v2_develop

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

Triggered via push March 2, 2025 00:23
Status Failure
Total duration 1m 8s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
58s
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/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/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
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/V2/MainLoop.cs#L154
Dereference of a possibly null reference.