20 references to ProjectWithExternalBuild
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchConfiguration.cs (1)
60type is Project or ProjectWithExternalBuild;
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
56? KnownLaunchConfigurationTypes.ProjectWithExternalBuild
Aspire.Hosting.Dotnet (2)
DotnetProjectBuildCoordinator.cs (2)
218KnownLaunchConfigurationTypes.ProjectWithExternalBuild) is true; 629annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.ProjectWithExternalBuild)
Aspire.Hosting.Dotnet.Tests (12)
DotnetProjectBuildCoordinatorTests.cs (9)
53KnownLaunchConfigurationTypes.ProjectWithExternalBuild, 56KnownLaunchConfigurationTypes.ProjectWithExternalBuild, 121SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.ProjectWithExternalBuild] 130KnownLaunchConfigurationTypes.ProjectWithExternalBuild, 166"supported_launch_configurations": ["{{KnownLaunchConfigurationTypes.ProjectWithExternalBuild}}"] 1155Assert.Equal(KnownLaunchConfigurationTypes.ProjectWithExternalBuild, launchConfiguration.Type); 2356annotation => annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.ProjectWithExternalBuild); 2378SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.ProjectWithExternalBuild] 2393annotation => annotation.LaunchConfigurationType == KnownLaunchConfigurationTypes.ProjectWithExternalBuild);
DotnetProjectResourceTests.cs (3)
579Assert.Equal(KnownLaunchConfigurationTypes.ProjectWithExternalBuild, supportsDebugging.LaunchConfigurationType); 586Assert.Equal(KnownLaunchConfigurationTypes.ProjectWithExternalBuild, launchConfig.Type); 722SupportedLaunchConfigurations = [KnownLaunchConfigurationTypes.ProjectWithExternalBuild]
Aspire.Hosting.Tests (4)
Dcp\ExecutableLaunchPlanTests.cs (4)
103KnownLaunchConfigurationTypes.ProjectWithExternalBuild, 112SupportedLaunchConfigurations = [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.",