Skip to content

Fixes #3691. Adds Popover #8108

Fixes #3691. Adds Popover

Fixes #3691. Adds Popover #8108

Triggered via pull request October 11, 2024 20:22
Status Failure
Total duration 2m 41s
Artifacts 3

dotnet-core.yml

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

Annotations

5 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_and_test_debug (macos-latest)
The job was canceled because "ubuntu-latest" failed.
build_and_test_debug (macos-latest)
The operation was canceled.
build_release: UICatalog/Scenarios/ContextMenus.cs#L71
The variable 'mousePos' is assigned but its value is never used
build_release: UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
build_release: UICatalog/Scenarios/ContextMenus.cs#L17
The field 'ContextMenus._miForceMinimumPosToZero' is never used
build_release: UICatalog/Scenarios/ContextMenus.cs#L16
The field 'ContextMenus._forceMinimumPosToZero' is assigned but its value is never used
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#L1069
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/ContextMenus.cs#L71
The variable 'mousePos' is assigned but its value is never used
build_release: UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
build_release: UICatalog/Scenarios/ContextMenus.cs#L17
The field 'ContextMenus._miForceMinimumPosToZero' is never used
build_release: Terminal.Gui/Views/TextView.cs#L4184
Nullability of reference types in type of parameter 'sender' of 'void TextView.ContextMenu_KeyChanged(object sender, KeyChangedEventArgs e)' doesn't match the target delegate 'EventHandler<KeyChangedEventArgs>' (possibly because of nullability attributes).
build_release: Terminal.Gui/View/View.Keyboard.cs#L726
Unreachable code detected
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.Layout.cs#L31
XML comment has a param tag for 'statusBar', but there is no parameter by that name
build_release: Terminal.Gui/Views/Menu/ContextMenuv2.cs#L31
Missing XML comment for publicly visible type or member 'ContextMenuv2.MouseFlags'
build_release: Terminal.Gui/Views/TextView.cs#L4184
Nullability of reference types in type of parameter 'sender' of 'void TextView.ContextMenu_KeyChanged(object sender, KeyChangedEventArgs e)' doesn't match the target delegate 'EventHandler<KeyChangedEventArgs>' (possibly because of nullability attributes).
build_release: Terminal.Gui/View/View.Keyboard.cs#L726
Unreachable code detected
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TextView.cs#L4184
Nullability of reference types in type of parameter 'sender' of 'void TextView.ContextMenu_KeyChanged(object sender, KeyChangedEventArgs e)' doesn't match the target delegate 'EventHandler<KeyChangedEventArgs>' (possibly because of nullability attributes).
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): Terminal.Gui/Views/Menu/ContextMenuv2.cs#L31
Missing XML comment for publicly visible type or member 'ContextMenuv2.MouseFlags'
build_and_test_debug (ubuntu-latest): UICatalog/Scenarios/ContextMenus.cs#L71
The variable 'mousePos' is assigned but its value is never used
build_and_test_debug (ubuntu-latest): UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
build_and_test_debug (windows-latest): Terminal.Gui/Views/TextView.cs#L4184
Nullability of reference types in type of parameter 'sender' of 'void TextView.ContextMenu_KeyChanged(object sender, KeyChangedEventArgs e)' doesn't match the target delegate 'EventHandler<KeyChangedEventArgs>' (possibly because of nullability attributes).
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/Views/Menu/ContextMenuv2.cs#L31
Missing XML comment for publicly visible type or member 'ContextMenuv2.MouseFlags'
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): UICatalog/Scenarios/ContextMenus.cs#L71
The variable 'mousePos' is assigned but its value is never used
build_and_test_debug (windows-latest): UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4184
Nullability of reference types in type of parameter 'sender' of 'void TextView.ContextMenu_KeyChanged(object sender, KeyChangedEventArgs e)' doesn't match the target delegate 'EventHandler<KeyChangedEventArgs>' (possibly because of nullability attributes).
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.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): Terminal.Gui/Views/Menu/ContextMenuv2.cs#L31
Missing XML comment for publicly visible type or member 'ContextMenuv2.MouseFlags'
build_and_test_debug (macos-latest): UICatalog/Scenarios/ContextMenus.cs#L71
The variable 'mousePos' is assigned but its value is never used
build_and_test_debug (macos-latest): UICatalog/Scenarios/ContextMenus.cs#L17
The field 'ContextMenus._miForceMinimumPosToZero' is never used

Artifacts

Produced during runtime
Name Size
test-logs-Linux
1.44 MB
test-logs-Windows
18.4 KB
test-logs-macOS
3.11 MB