Fixes #3692++ - Rearchitects drivers #8790
Annotations
10 warnings
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
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/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiKeyboardParser.cs#L54
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L277
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Build Debug:
Terminal.Gui/Views/Menu/MenuItem.cs#L295
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Loading