5 references to ProjectLaunchConfigurationFactory
Aspire.Hosting (3)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
542ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode))); 579ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode)));
ProjectResourceBuilderExtensions.cs (1)
508mode => ProjectLaunchConfigurationFactory.Create(builder.Resource, mode),
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
7766.WithDebugSupport(mode => ProjectLaunchConfigurationFactory.Create(resource, mode), KnownLaunchConfigurationTypes.Project);
DebugSupportExtensionsTests.cs (1)
304mode => ProjectLaunchConfigurationFactory.Create(executable.Resource, mode),