Fixes concurrency issues with Application.Toplevels
#4106
Merged
Annotations
10 warnings
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L741
Possible null reference assignment.
|
|
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L731
Converting null literal or possible null value to non-nullable type.
|
|
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/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#L74
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
|
Terminal.Gui/Views/Toplevel.cs#L74
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
The logs for this run have expired and are no longer available.
Loading