Merge pull request #3386 from BDisp/v2_WindowsDriver-input-fix_3380 #477
publish.yml
on: push
Build and Publish to Nuget.org
1m 8s
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#L1476
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/ComputedLayout.cs#L16
Member 'ComputedLayout.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'ComputedLayout.Init()'.
|
Build and Publish to Nuget.org:
UICatalog/Scenarios/ComputedLayout.cs#L25
Member 'ComputedLayout.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'ComputedLayout.Setup()'.
|
Build and Publish to Nuget.org:
UICatalog/Scenarios/LineViewExample.cs#L12
Member 'LineViewExample.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'LineViewExample.Setup()'.
|
Build and Publish to Nuget.org:
UICatalog/Scenarios/ListColumns.cs#L49
Member 'ListColumns.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'ListColumns.Setup()'.
|