6 references to ProjectLaunchConfigurationFactory
Aspire.Hosting (4)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
542ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode))); 580ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode)));
ProjectResourceBuilderExtensions.cs (2)
511var launchConfigurationType = ProjectLaunchConfigurationFactory.GetLaunchConfigurationType( 515mode => ProjectLaunchConfigurationFactory.Create(builder.Resource, mode),
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
7956.WithDebugSupport(mode => ProjectLaunchConfigurationFactory.Create(resource, mode), KnownLaunchConfigurationTypes.Project);
DebugSupportExtensionsTests.cs (1)
308mode => ProjectLaunchConfigurationFactory.Create(executable.Resource, mode),