Fixes #3777 - HexView
Focus Issue - Adds View.AdvancingFocus
events
#8085
Annotations
10 warnings
Build Debug:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
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.
|
Build Debug:
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 Debug:
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 Debug:
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 Debug:
Terminal.Gui/Views/HexView.cs#L437
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/View/CancelEventArgs.cs#L30
Non-nullable property 'CurrentValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/View/CancelEventArgs.cs#L30
Non-nullable property 'NewValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Debug:
Terminal.Gui/Views/HexView.cs#L758
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/HexView.cs#L760
Dereference of a possibly null reference.
|
Loading