Fixes #3761, #2886 - Draw and Layout performance issues #8347
Annotations
10 warnings
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Debug:
Terminal.Gui/Views/TabView.cs#L231
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/TabView.cs#L250
Dereference of a possibly null reference.
|
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/View/View.Layout.cs#L504
The variable 'le' is declared but never used
|
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/TabView.cs#L1254
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/TabView.cs#L1255
Dereference of a possibly null reference.
|
Loading