Remove legacy drivers, simplify architecture, and reorganize codebase structure #1282
Annotations
20 warnings
Build Release Solution without restore:
Examples/UICatalog/Scenarios/ClassExplorer.cs#L14
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
Build Release Solution without restore:
Examples/UICatalog/Scenarios/GraphViewExample.cs#L21
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
Build Release Solution without restore:
Examples/UICatalog/Scenarios/GraphViewExample.cs#L20
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L23
Non-nullable field '_codeFix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L22
Non-nullable field '_analyzer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L21
Non-nullable field '_expectedFixedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L20
Non-nullable field '_sourceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L163
Possible null reference return.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L151
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution without restore:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L65
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Drivers/ConsoleDriverFacade.cs#L368
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/Drivers/FakeDriver/FakeMainLoop.cs#L13
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/Drivers/IConsoleDriver.cs#L220
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Toplevel.cs#L75
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Toplevel.cs#L75
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Build Release Terminal.Gui:
Terminal.Gui/Drivers/FakeDriver/FakeDriver.cs#L93
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/Drivers/ConsoleDriver.cs#L554
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/App/Application.Run.cs#L463
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/App/Application.Run.cs#L463
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Build Release Terminal.Gui:
Terminal.Gui/App/IMainLoopDriver.cs#L17
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
Loading