Progress in making DemoConsole multi-target #12885
Draft
Azure Pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
failed
Feb 14, 2025 in 21m 5s
Build Windows_x64 Debug failed
Annotations
azure-pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DesignSurfaceExt\TypeDiscoveryService.cs#L21
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DesignSurfaceExt\TypeDiscoveryService.cs(21,49): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
azure-pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesigner.cs#L11
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesigner.cs(11,42): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) Non-nullable field '_actionLists' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
azure-pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs#L21
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs(21,20): error CS8601: (NETCORE_ENGINEERING_TELEMETRY=Build) Possible null reference assignment.
azure-pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs#L22
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs(22,17): error CS8601: (NETCORE_ENGINEERING_TELEMETRY=Build) Possible null reference assignment.
azure-pipelines / dotnet-winforms CI (Build Windows_x64 Debug)
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs#L18
src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs(18,12): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) 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