Fluent assertions #176
Annotations
10 warnings
Build Solution Debug:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
|
Build Solution 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 Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L849
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L464
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L459
Dereference of a possibly null reference.
|
Build Solution Debug:
Terminal.Gui/Views/Menu/Menu.cs#L11
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 Solution Debug:
Terminal.Gui/Views/Menu/MenuBar.cs#L1445
Dereference of a possibly null reference.
|
Build Solution 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 Solution 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 Solution 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.
|
Loading