Skip to content

Fixes #3950. Revisit v2 Cancelable Event Pattern - was KeyDown and MouseEvent no longer fires for Listbox #9015

Fixes #3950. Revisit v2 Cancelable Event Pattern - was KeyDown and MouseEvent no longer fires for Listbox

Fixes #3950. Revisit v2 Cancelable Event Pattern - was KeyDown and MouseEvent no longer fires for Listbox #9015

Triggered via pull request March 3, 2025 01:43
Status Failure
Total duration 4m 28s
Artifacts 3

dotnet-core.yml

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

Annotations

3 errors and 50 warnings
build_and_test_debug (ubuntu-latest)
Process completed with exit code 1.
build_and_test_debug (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build_and_test_debug (windows-latest)
The operation was canceled.
build_release: UICatalog/Scenarios/RegionScenario.cs#L296
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_stylePicker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_regionOpSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/RegionScenario.cs#L241
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L40
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L44
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L207
Dereference of a possibly null reference.
build_release: UICatalog/UICatalog.cs#L1359
Nullability of reference types in value of type 'MenuItem?[]' doesn't match target type 'MenuItem[]'.
build_release: UICatalog/Scenarios/Transparent.cs#L90
Dereference of a possibly null reference.
build_release: UnitTests/ConsoleDrivers/AnsiKeyboardParserTests.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
build_release: Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
build_release: Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
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/MenuBarItem.cs#L111
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L277
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L295
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (macos-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' 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/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' 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/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
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/MenuBarItem.cs#L111
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L205
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L215
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.

Artifacts

Produced during runtime
Name Size Digest
test-logs-Linux
5.15 MB
sha256:e5216a8a69731e18f81b2edc493e359b6510403968a4fedd9bf87f85245d4af8
test-logs-Windows
34.9 KB
sha256:8c8d782197f533490268d4bed75f19b917b5ef3545200817318db1565f11d4c4
test-logs-macOS
5.86 MB
sha256:ecb09eaff2ecffea18f1eb3cf443ef78c341db8db467b2cd88b1e0b393be9939