Fixes #3691. Adds Popover
#8112
Annotations
10 warnings
Build Debug:
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 Debug:
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 Debug:
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 Debug:
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 Debug:
Terminal.Gui/View/View.Keyboard.cs#L698
The variable 'toReturn' is assigned but its value is never used
|
Build Debug:
UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
|
Build Debug:
UICatalog/Scenarios/ContextMenus.cs#L17
The field 'ContextMenus._miForceMinimumPosToZero' is never used
|
Build Debug:
UICatalog/Scenarios/ContextMenus.cs#L16
The field 'ContextMenus._forceMinimumPosToZero' is assigned but its value is never used
|
Build Debug:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
Build Debug:
UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Loading