May Fix #272. Enables TG apps to run in terminal StatusLine
#3647
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'.
|
Terminal.Gui/ConsoleDrivers/EscSeqUtils/EscSeqUtils.cs#L1377
Missing XML comment for publicly visible type or member 'EscSeqUtils.CSI_StatusLine_Disable'
|
The logs for this run have expired and are no longer available.
Loading