Fixes #3930 - Splits tests to Tests/UnitTests
, Tests/IntegrationTests
, Tests/StressTests
#23
Annotations
20 warnings
Build Release Solution:
Tests/UnitTestsParallelizable/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Build Release Solution:
UICatalog/Scenarios/RegionScenario.cs#L40
Dereference of a possibly null reference.
|
Build Release Solution:
UICatalog/Scenarios/RegionScenario.cs#L44
Dereference of a possibly null reference.
|
Build Release Solution:
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 Solution:
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 Solution:
UICatalog/Scenarios/RegionScenario.cs#L207
Dereference of a possibly null reference.
|
Build Release Solution:
UICatalog/Scenarios/RegionScenario.cs#L296
Dereference of a possibly null reference.
|
Build Release Solution:
UICatalog/Scenarios/RegionScenario.cs#L241
Dereference of a possibly null reference.
|
Build Release Solution:
UICatalog/UICatalog.cs#L1359
Nullability of reference types in value of type 'MenuItem?[]' doesn't match target type 'MenuItem[]'.
|
Build Release Solution:
UICatalog/Scenarios/Transparent.cs#L90
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
Build Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
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 Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuBarItem.cs#L111
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/ContextMenu.cs#L150
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading