Remove legacy drivers, simplify architecture, and reorganize codebase structure #1281
Annotations
20 warnings
build_release:
Tests/UnitTestsParallelizable/View/Adornment/AdornmentTests.cs#L83
Dereference of a possibly null reference.
|
build_release:
Tests/UnitTestsParallelizable/View/Adornment/AdornmentTests.cs#L79
Dereference of a possibly null reference.
|
build_release:
Tests/UnitTestsParallelizable/MockConsoleDriver.cs#L158
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
build_release:
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:
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:
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:
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:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L163
Possible null reference return.
|
build_release:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L151
Converting null literal or possible null value to non-nullable type.
|
build_release:
Terminal.Gui.Analyzers.Tests/ProjectBuilder.cs#L65
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/Views/FileDialogs/FileDialog.cs#L48
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
build_release:
Terminal.Gui/Views/FileDialogs/FileDialog.cs#L47
'MenuBarItem' is obsolete: 'Use MenuBarItemv2 instead.'
|
build_release:
Terminal.Gui/Views/Toplevel.cs#L75
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
build_release:
Terminal.Gui/Views/Toplevel.cs#L75
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
build_release:
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/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/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/App/IMainLoopDriver.cs#L17
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|
build_release:
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/App/Application.Run.cs#L463
'MainLoop' is obsolete: 'This class is for legacy FakeDriver compatibility only. Use ApplicationMainLoop<T> for new code.'
|