Fixes #4274. Using Windows Host Console v2win is rendering window size badly using VSDebugConsole.exe #1280
build-release.yml
on: pull_request
build_release
1m 19s
Annotations
20 warnings
build_release:
Tests/UnitTestsParallelizable/View/Adornment/AdornmentTests.cs#L87
Dereference of a possibly null reference.
|
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:
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/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/CursesDriver/UnixMainLoop.cs#L152
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/Drivers/V2/InputProcessor.cs#L102
Non-nullable property 'DriverName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/Views/FileDialogs/FileDialog.cs#L49
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
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/Drivers/V2/OutputBuffer.cs#L18
Nullability of reference types in type of parameter 'value' of 'void OutputBuffer.Contents.set' doesn't match implicitly implemented member 'void IOutputBuffer.Contents.set' (possibly because of nullability attributes).
|
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.'
|