Merge pull request #3766 from tig/v2_3764-Common-Events #268
dotnet-core.yml
on: push
build_release
1m 0s
Matrix: build_and_test_debug
Annotations
5 errors and 40 warnings
build_release:
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_release:
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_release:
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_release:
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_release
Process completed with exit code 1.
|
build_release:
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_release:
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_release:
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_release:
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_release:
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
build_release:
Terminal.Gui/View/View.Layout.cs#L31
XML comment has a param tag for 'statusBar', but there is no parameter by that name
|
build_release:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
build_release:
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_release:
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_release:
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_test_debug (macos-latest):
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_test_debug (macos-latest):
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_test_debug (macos-latest):
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_test_debug (macos-latest):
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_test_debug (macos-latest):
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
build_and_test_debug (macos-latest):
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_test_debug (macos-latest):
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
build_and_test_debug (macos-latest):
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_test_debug (macos-latest):
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_test_debug (macos-latest):
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_test_debug (ubuntu-latest):
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
build_and_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
build_and_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
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_test_debug (ubuntu-latest):
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
build_and_test_debug (windows-latest):
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
build_and_test_debug (windows-latest):
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_test_debug (windows-latest):
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_test_debug (windows-latest):
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_test_debug (windows-latest):
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_test_debug (windows-latest):
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_test_debug (windows-latest):
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
build_and_test_debug (windows-latest):
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_test_debug (windows-latest):
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_test_debug (windows-latest):
Terminal.Gui/View/View.Keyboard.cs#L727
Unreachable code detected
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-logs-Linux
|
5.33 MB |
|
test-logs-Windows
|
5.03 MB |
|
test-logs-macOS
|
5.05 MB |
|