Fixes #3691. Adds Popover
#8335
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build Debug:
Terminal.Gui/Views/Menu/Menuv2.cs#L138
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Debug:
Terminal.Gui/Application/Application.Keyboard.cs#L47
Dereference of a possibly null reference.
|
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/MenuBarv2.cs#L33
Dereference of a possibly null reference.
|
Build Debug:
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 Debug:
Terminal.Gui/Views/Menu/Menuv2.cs#L99
Missing XML comment for publicly visible type or member 'Menuv2.RaiseShortcutCommandInvoked(CommandContext)'
|
Build Debug:
Terminal.Gui/Views/Shortcut.cs#L315
Missing XML comment for publicly visible type or member 'Shortcut.TargetView'
|
Loading