Fixes #3824 - Modernizes TreeView
#8580
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build Debug:
Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L11
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
|
Build Debug:
Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L25
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
|
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#L31
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/Menu.cs#L158
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/Menu/Menu.cs#L424
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L843
Dereference of a possibly null reference.
|
Loading