Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress in making DemoConsole multi-target #12885

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Adds framework conditions for using statements and hides designer ser…

e511e37
Select commit
Loading
Failed to load commit list.
Draft

Progress in making DemoConsole multi-target #12885

Adds framework conditions for using statements and hides designer ser…
e511e37
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-winforms CI (Build Windows_x64 Release) failed Feb 14, 2025 in 11m 52s

Build Windows_x64 Release failed

Annotations

Check failure on line 21 in src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DesignSurfaceExt\TypeDiscoveryService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-winforms CI (Build Windows_x64 Release)

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?)

Check failure on line 11 in src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesigner.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-winforms CI (Build Windows_x64 Release)

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.

Check failure on line 21 in src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-winforms CI (Build Windows_x64 Release)

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.

Check failure on line 22 in src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-winforms CI (Build Windows_x64 Release)

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.

Check failure on line 18 in src\System.Windows.Forms\tests\IntegrationTests\DesignSurface\DemoConsole\CustomControls\CustomButtonDesignerActionList.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-winforms CI (Build Windows_x64 Release)

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.