Skip to content

Fixes #3691 - Adds ViewArrangement.Popover #122

Fixes #3691 - Adds ViewArrangement.Popover

Fixes #3691 - Adds ViewArrangement.Popover #122

Triggered via pull request March 16, 2025 14:00
Status Success
Total duration 1m 0s
Artifacts

build-release.yml

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

Annotations

20 warnings
build_release: UICatalog/Scenarios/ContextMenus.cs#L16
The field 'ContextMenus._forceMinimumPosToZero' 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/MenusV2.cs#L136
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/MenusV2.cs#L116
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/MenusV2.cs#L108
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Bars.cs#L518
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Bars.cs#L246
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Bars.cs#L317
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Bars.cs#L310
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/Menu/PopoverMenu.cs#L183
Possible null reference argument for parameter 'viewToMove' in 'View? View.GetLocationEnsuringFullVisibility(View viewToMove, int targetX, int targetY, out int nx, out int ny)'.
build_release: Terminal.Gui/Views/Menu/Menu.cs#L11
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/Views/Menu/PopoverMenu.cs#L150
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/Menu/PopoverMenu.cs#L150
Dereference of a possibly null reference.
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/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 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/PopoverMenu.cs#L141
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/Menu/Menuv2.cs#L17
Non-nullable property 'SuperMenuItem' 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/Shortcut.cs#L62
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'