Fixes #3761, #2886 - Draw and Layout performance issues #8318
Annotations
10 warnings
Build Debug:
Terminal.Gui/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L384
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L587
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L594
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/Views/ScrollView.cs#L602
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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#L31
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
|
Loading