Skip to content

Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response. #8334

Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response.

Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response. #8334

Triggered via pull request November 5, 2024 01:26
Status Success
Total duration 6m 51s
Artifacts 3

dotnet-core.yml

on: pull_request
build_release
1m 4s
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/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: UnitTests/View/ViewCommandTests.cs#L7
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/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: UnitTests/View/ViewCommandTests.cs#L7
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/ConsoleDrivers/CursesDriver/CursesDriver.cs#L18
The field 'CursesDriver._lastMouseFlags' is never used
build_release: Terminal.Gui/ConsoleDrivers/NetDriver.cs#L677
The field 'NetEvents._lastCursorPosition' is never used
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_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/ConsoleDrivers/NetDriver.cs#L677
The field 'NetEvents._lastCursorPosition' is never used
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L18
The field 'CursesDriver._lastMouseFlags' is never used
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 (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/ConsoleDrivers/NetDriver.cs#L677
The field 'NetEvents._lastCursorPosition' is never used
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L18
The field 'CursesDriver._lastMouseFlags' is never used
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 (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/ConsoleDrivers/NetDriver.cs#L677
The field 'NetEvents._lastCursorPosition' is never used
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L18
The field 'CursesDriver._lastMouseFlags' is never used
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.4 MB
test-logs-Windows
5.09 MB
test-logs-macOS
5.12 MB