Fixes #3930 - Splits tests to Tests/UnitTests
, Tests/IntegrationTests
, Tests/StressTests
#9012
dotnet-core.yml
on: pull_request
build_release
59s
Matrix: build_and_test_debug
Annotations
50 warnings
build_release:
UICatalog/Scenarios/RegionScenario.cs#L296
Dereference of a possibly null reference.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_stylePicker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_regionOpSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L241
Dereference of a possibly null reference.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L40
Dereference of a possibly null reference.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L44
Dereference of a possibly null reference.
|
build_release:
UICatalog/Scenarios/RegionScenario.cs#L207
Dereference of a possibly null reference.
|
build_release:
UICatalog/UICatalog.cs#L1359
Nullability of reference types in value of type 'MenuItem?[]' doesn't match target type 'MenuItem[]'.
|
build_release:
UICatalog/Scenarios/Transparent.cs#L90
Dereference of a possibly null reference.
|
build_release:
UnitTests/ConsoleDrivers/AnsiKeyboardParserTests.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_release:
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
|
build_release:
Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build_release:
Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
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/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/V2/MainLoop.cs#L154
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/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
|
build_and_test_debug (macos-latest):
Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
|
build_and_test_debug (macos-latest):
Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (macos-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 (macos-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 (macos-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 (macos-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 (macos-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 (macos-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 (macos-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 (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
|
build_and_test_debug (ubuntu-latest):
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
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/MainLoop.cs#L154
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/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
|
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/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
|
build_and_test_debug (windows-latest):
Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (windows-latest):
Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
|
build_and_test_debug (windows-latest):
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
build_and_test_debug (windows-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 (windows-latest):
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (windows-latest):
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L742
Possible null reference assignment.
|
build_and_test_debug (windows-latest):
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
|
build_and_test_debug (windows-latest):
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L831
Possible null reference assignment.
|
build_and_test_debug (windows-latest):
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L983
Possible null reference argument for parameter 'cki' in 'void EscSeqUtils.DecodeEscSeq(ref ConsoleKeyInfo newConsoleKeyInfo, ref ConsoleKey key, ConsoleKeyInfo[] cki, ref ConsoleModifiers mod, out string c1Control, out string code, out string[] values, out string terminator, out bool isMouse, out List<MouseFlags> buttonState, out Point pos, out bool isResponse, Action<MouseFlags, Point>? continuousButtonPressedHandler)'.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
test-logs-Linux
|
6.23 MB |
sha256:4f4b9f04d45826c873203aef7a4f99817cfc37feeb06b8cbf3490e94eeba61c2
|
|
test-logs-Windows
|
5.85 MB |
sha256:cd965c2c570ed9a0f82a161f9421a54b5b2d4a49fa444631689bf88c9183866e
|
|
test-logs-macOS
|
5.82 MB |
sha256:36fe324b07fb23208937085fd6df713cc96e12d6d7ea8af4b45300ea88f84946
|
|