Partially Fixes #2975 - Replaces old ContextMenu with new Bar/Shortcut based implementation
#4008
Annotations
10 warnings
|
Terminal.Gui/Views/FileDialog.cs#L1231
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Terminal.Gui/Views/Menuv1/MenuBar.cs#L1444
Dereference of a possibly null reference.
|
|
Terminal.Gui/Views/Menuv1/Menu.cs#L847
Dereference of a possibly null reference.
|
|
Terminal.Gui/Views/Menuv1/Menu.cs#L462
Dereference of a possibly null reference.
|
|
Terminal.Gui/Views/Menuv1/Menu.cs#L457
Dereference of a possibly null reference.
|
|
Terminal.Gui/Views/Menuv1/Menu.cs#L10
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Terminal.Gui/Views/Menuv1/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.
|
|
Terminal.Gui/Views/Menuv1/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.
|
|
Terminal.Gui/Views/Menuv1/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.
|
|
Terminal.Gui/Views/TabView/TabView.cs#L246
Nullable value type may be null.
|
The logs for this run have expired and are no longer available.
Loading