Fixes #3974. TabView steals keypresses from active ContextMenu #178
Annotations
10 warnings
Build Solution Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1445
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L849
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L464
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L459
Dereference of a possibly null reference.
|
Build Solution 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 Solution 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 Solution 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 Solution 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 Solution Debug:
Terminal.Gui/Views/TabView/TabView.cs#L248
Nullable value type may be null.
|
Loading