Preps for and partially Fixes #2491 - Refactors Toplevel
and Application
Navigation
#3634
Annotations
10 warnings
Terminal.Gui/Views/Label.cs#L54
The member 'Label.FocusNext()' does not hide an accessible member. The new keyword is not required.
|
Terminal.Gui/Application/Application.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/Application/Application.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Terminal.Gui/Application/Application.cs#L60
Dereference of a possibly null reference.
|
Terminal.Gui/Application/Application.Keyboard.cs#L302
Non-nullable property 'CommandImplementations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Left.get' from a 'readonly' member results in an implicit copy of 'this'.
|
Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Top.get' from a 'readonly' member results in an implicit copy of 'this'.
|
Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Right.get' from a 'readonly' member results in an implicit copy of 'this'.
|
Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Bottom.get' from a 'readonly' member results in an implicit copy of 'this'.
|
UICatalog/Scenarios/ListViewWithSelection.cs#L207
The event 'ListViewWithSelection.ScenarioListDataSource.CollectionChanged' is never used
|
The logs for this run have expired and are no longer available.
Loading