5 references to ProjectLaunchConfigurationFactory
Aspire.Hosting (3)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
542
ProjectLaunchConfigurationFactory
.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode)));
579
ProjectLaunchConfigurationFactory
.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode)));
ProjectResourceBuilderExtensions.cs (1)
508
mode =>
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)
304
mode =>
ProjectLaunchConfigurationFactory
.Create(executable.Resource, mode),