Fixes #3713 - TextField
& TextView
- When pressing right/left clear the selection instead of move tab
#8090
Annotations
5 errors and 10 warnings
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L5961
The event 'View.Selecting' can only appear on the left hand side of += or -= (except when used from within the type 'View')
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L6000
The event 'View.Selecting' can only appear on the left hand side of += or -= (except when used from within the type 'View')
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L5961
The event 'View.Selecting' can only appear on the left hand side of += or -= (except when used from within the type 'View')
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TextView.cs#L6000
The event 'View.Selecting' can only appear on the left hand side of += or -= (except when used from within the type 'View')
|
Build Release Terminal.Gui
Process completed with exit code 1.
|
Build Release Terminal.Gui:
Terminal.Gui/View/View.Keyboard.cs#L727
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.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L145
Non-nullable field '_host' 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/View/View.Keyboard.cs#L727
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.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L145
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading