Fixes #4023 - Changes CommandEventArgs
to be based on HandledEventArgs
instead of CancelEventArgs
#431
Annotations
10 warnings
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.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
Terminal.Gui/Views/FileDialog.cs#L1114
Cannot convert null literal to non-nullable reference type.
|
Terminal.Gui/Views/FileDialog.cs#L610
Cannot convert null literal to non-nullable reference type.
|
Terminal.Gui/Views/FileDialog.cs#L51
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
Terminal.Gui/Views/FileDialog.cs#L50
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/FileDialog.cs#L49
'MenuBarItem' is obsolete: 'Use MenuBarItemv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
The logs for this run have expired and are no longer available.
Loading