Skip to content

Merge pull request #3339 from tig/v2_3338-Toplevel-Must-Be-Disposed #462

Merge pull request #3339 from tig/v2_3338-Toplevel-Must-Be-Disposed

Merge pull request #3339 from tig/v2_3338-Toplevel-Must-Be-Disposed #462

Triggered via push March 26, 2024 18:13
Status Success
Total duration 1m 16s
Artifacts

publish.yml

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

Annotations

10 warnings
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/ComputedLayout.cs#L16
Member 'ComputedLayout.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'ComputedLayout.Init()'.