Fixes #3778: Decouples Command
from KeyBindings
#8689
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#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 Debug:
Terminal.Gui/Views/Menu/Menu.cs#L457
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L462
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L839
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1430
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/ColorPicker.16.cs#L184
Possible null reference argument for parameter 'commandContext' in 'bool ColorPicker16.MoveLeft(ICommandContext commandContext)'.
|
Loading