Fixes #3692++ - Rearchitects drivers #8772
dotnet-core.yml
on: pull_request
build_release
57s
Matrix: build_and_test_debug
Annotations
52 warnings
build_release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_release:
UnitTests/UICatalog/ScenarioTests.cs#L160
The variable 'initialized' is assigned but its value is never used
|
build_release:
UnitTests/UICatalog/ScenarioTests.cs#L161
The variable 'shutdown' is assigned but its value is never used
|
build_release:
UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L492
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L77
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L78
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L79
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L277
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L278
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L279
Dereference of a possibly null reference.
|
build_release:
UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L468
Dereference of a possibly null reference.
|
build_release:
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.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L107
Converting null literal or possible null value to non-nullable type.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L27
Non-nullable property 'InputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L29
Non-nullable property 'InputProcessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L33
Non-nullable property 'Out' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L34
Non-nullable property 'AnsiRequestScheduler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L36
Non-nullable property 'WindowSizeMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
build_and_test_debug (macos-latest):
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.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L107
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L27
Non-nullable property 'InputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L29
Non-nullable property 'InputProcessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L33
Non-nullable property 'Out' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L34
Non-nullable property 'AnsiRequestScheduler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (macos-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L36
Non-nullable property 'WindowSizeMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_and_test_debug (ubuntu-latest):
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.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L107
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L27
Non-nullable property 'InputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L29
Non-nullable property 'InputProcessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L33
Non-nullable property 'Out' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L34
Non-nullable property 'AnsiRequestScheduler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L36
Non-nullable property 'WindowSizeMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/NetDriver/NetEvents.cs#L560
Possible null reference return.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L277
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuBarItem.cs#L111
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L295
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L321
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuItem.cs#L378
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Views/Menu/MenuBar.cs#L205
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key b)'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-logs-Linux
|
6.17 MB |
|
test-logs-Windows
|
5.8 MB |
|
test-logs-macOS
|
5.78 MB |
|