Skip to content

Fixes #3029 - Refactors MouseEvent and APIs to simplify and make consistent #8159

Fixes #3029 - Refactors MouseEvent and APIs to simplify and make consistent

Fixes #3029 - Refactors MouseEvent and APIs to simplify and make consistent #8159

Triggered via pull request October 15, 2024 15:34
Status Success
Total duration 5m 53s
Artifacts 3

dotnet-core.yml

on: pull_request
build_release
54s
build_release
Matrix: build_and_test_debug
Fit to window
Zoom out
Zoom in

Annotations

48 warnings
build_release: UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_release: UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
build_release: UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
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: UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_release: UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
build_release: UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
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_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#L147
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/Application/Application.Mouse.cs#L255
XML comment has cref attribute 'Handled' that could not be resolved
build_release: Terminal.Gui/Input/MouseEventArgs.cs#L29
Missing XML comment for publicly visible type or member 'MouseEventArgs.IsButtonEvent'
build_release: Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
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_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#L147
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/Application/Application.Mouse.cs#L255
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (ubuntu-latest): Terminal.Gui/Input/MouseEventArgs.cs#L29
Missing XML comment for publicly visible type or member 'MouseEventArgs.IsButtonEvent'
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (ubuntu-latest): UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (ubuntu-latest): UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
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#L147
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/Application/Application.Mouse.cs#L255
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (macos-latest): Terminal.Gui/Input/MouseEventArgs.cs#L29
Missing XML comment for publicly visible type or member 'MouseEventArgs.IsButtonEvent'
build_and_test_debug (macos-latest): Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (macos-latest): UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (macos-latest): UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
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#L147
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/Application/Application.Mouse.cs#L255
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (windows-latest): Terminal.Gui/Input/MouseEventArgs.cs#L29
Missing XML comment for publicly visible type or member 'MouseEventArgs.IsButtonEvent'
build_and_test_debug (windows-latest): Terminal.Gui/Views/TabMouseEventArgs.cs#L16
XML comment has cref attribute 'Handled' that could not be resolved
build_and_test_debug (windows-latest): UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (windows-latest): UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
5.36 MB
test-logs-Windows
5.03 MB
test-logs-macOS
5.12 MB