Rewrite of TabView
using modern v2 capabilities
#8464
Annotations
1 error and 10 warnings
|
Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
|
Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
Terminal.Gui/Views/Menu/Menu.cs#L158
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/ScrollView.cs#L384
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Terminal.Gui/Views/Menu/Menu.cs#L424
Dereference of a possibly null reference.
|
Terminal.Gui/Views/ScrollView.cs#L587
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Terminal.Gui/Views/ScrollView.cs#L594
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading