20 references to ProjectWithExternalBuild
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchConfiguration.cs (1)
60
type is Project or
ProjectWithExternalBuild
;
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
56
? KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
Aspire.Hosting.Dotnet (2)
DotnetProjectBuildCoordinator.cs (2)
218
KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
) is true;
629
annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
)
Aspire.Hosting.Dotnet.Tests (12)
DotnetProjectBuildCoordinatorTests.cs (9)
53
KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
,
56
KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
,
121
SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
]
130
KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
,
166
"supported_launch_configurations": ["{{KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
}}"]
1155
Assert.Equal(KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
, launchConfiguration.Type);
2356
annotation => annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
);
2378
SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
]
2393
annotation => annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
);
DotnetProjectResourceTests.cs (3)
579
Assert.Equal(KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
, supportsDebugging.LaunchConfigurationType);
586
Assert.Equal(KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
, launchConfig.Type);
722
SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
]
Aspire.Hosting.Tests (4)
Dcp\ExecutableLaunchPlanTests.cs (4)
103
KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
,
112
SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
]
123
$"Resource 'app' declares \"{KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
}\" debug launch support (WithDebugSupport) but has no project metadata. " +
124
$"The \"{KnownLaunchConfigurationTypes.
ProjectWithExternalBuild
}\" launch configuration type is reserved for .NET project resources; use a resource that carries IProjectMetadata or a different launch configuration type.",