that didn't work. reverting again #673
publish.yml
on: push
Build and Publish to Nuget.org
1m 1s
Annotations
5 errors and 10 warnings
Build and Publish to Nuget.org:
SelfContained/Program.cs#L95
'Button' does not contain a definition for 'Accepting' and no accessible extension method 'Accepting' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly reference?)
|
Build and Publish to Nuget.org:
NativeAot/Program.cs#L96
'Button' does not contain a definition for 'Accepting' and no accessible extension method 'Accepting' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly reference?)
|
Build and Publish to Nuget.org:
SelfContained/Program.cs#L95
'Button' does not contain a definition for 'Accepting' and no accessible extension method 'Accepting' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly reference?)
|
Build and Publish to Nuget.org:
NativeAot/Program.cs#L96
'Button' does not contain a definition for 'Accepting' and no accessible extension method 'Accepting' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly reference?)
|
Build and Publish to Nuget.org
Process completed with exit code 1.
|
Build and Publish to Nuget.org:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' 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/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' 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/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Publish to Nuget.org:
Terminal.Gui/Views/Menu/Menu.cs#L145
Non-nullable field '_host' 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/View/View.Keyboard.cs#L727
Unreachable code detected
|
Build and Publish to Nuget.org:
Terminal.Gui/View/View.Layout.cs#L31
XML comment has a param tag for 'statusBar', but there is no parameter by that name
|
Build and Publish to Nuget.org:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
Build and Publish to Nuget.org:
UnitTests/Configuration/ThemeTests.cs#L14
Public method 'TestApply' on test class 'ThemeTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build and Publish to Nuget.org:
UnitTests/Application/ApplicationTests.cs#L1067
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build and Publish to Nuget.org:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|