Fixes #3761, #2886 - Draw and Layout performance issues #8219
Annotations
10 warnings
Build Debug:
Terminal.Gui/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Debug:
Terminal.Gui/View/Adornment/Adornment.cs#L49
'Adornment.Diagnostics' hides inherited member 'View.Diagnostics'. Use the new keyword if hiding was intended.
|
Build Debug:
Terminal.Gui/Views/TableView/TableView.cs#L1323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Debug:
Terminal.Gui/View/View.Layout.cs#L530
The variable 'bailAfter' is assigned but its value is never used
|
Build Debug:
Terminal.Gui/View/View.Layout.cs#L656
The variable '_' is declared but never used
|
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.
|
Loading