Skip to content

Merge pull request #3360 from tig/v2_3359_CM_Reset #23

Merge pull request #3360 from tig/v2_3359_CM_Reset

Merge pull request #3360 from tig/v2_3359_CM_Reset #23

Triggered via push March 31, 2024 19:38
Status Failure
Total duration 2m 57s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
2m 48s
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.cs#L1526
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1444
Non-nullable event 'MouseEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L820
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Build and Publish to Nuget.org: Terminal.Gui/Views/Menu/MenuBar.cs#L1477
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
Build and Publish to Nuget.org: Terminal.Gui/View/Adornment/Adornment.cs#L11
Ambiguous reference in cref attribute: 'View.SetFocus'. Assuming 'View.SetFocus(View)', but could have also matched other overloads including 'View.SetFocus()'.
Build and Publish to Nuget.org: Terminal.Gui/Views/Toplevel.cs#L447
XML comment has cref attribute 'Run(Func{Exception, bool})' that could not be resolved
Build and Publish to Nuget.org: UICatalog/Scenarios/AdornmentExperiments.cs#L13
Member 'AdornmentExperiments.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'AdornmentExperiments.Init()'.
Build and Publish to Nuget.org: UICatalog/Scenarios/Adornments.cs#L16
Member 'Adornments.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'Adornments.Init()'.
Build and Publish to Nuget.org: UICatalog/Scenarios/Adornments.cs#L129
Member 'Adornments.Run()' overrides obsolete member 'Scenario.Run()'. Add the Obsolete attribute to 'Adornments.Run()'.
Build and Publish to Nuget.org: UICatalog/Scenarios/AllViewsTester.cs#L43
Member 'AllViewsTester.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'AllViewsTester.Init()'.