Fixes #3761, #2886 - Draw and Layout performance issues #8243
Annotations
20 warnings
Build Release Solution:
UICatalog/Scenario.cs#L184
Non-nullable field '_demoKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution:
UICatalog/Scenarios/Editors/DimEditor.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UICatalog/Scenarios/Editors/DimEditor.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UICatalog/Scenarios/Shortcuts.cs#L125
The variable 'max' is assigned but its value is never used
|
Build Release Solution:
UICatalog/UICatalog.cs#L1333
Field 'UICatalogApp.Options.Version' is never assigned to, and will always have its default value false
|
Build Release Solution:
UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/Application/ApplicationTests.cs#L1067
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build Release Solution:
UICatalog/Scenario.cs#L184
Non-nullable field '_demoKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution:
UICatalog/Scenarios/Editors/DimEditor.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
|
Build Release Terminal.Gui:
Terminal.Gui/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
|
Build Release Terminal.Gui:
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 Release Terminal.Gui:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
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.
|
Loading