3 references to ProjectLaunchMode
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
542
ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.
ProjectLaunchMode
)));
579
ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.
ProjectLaunchMode
)));
Aspire.Hosting.Tests (1)
Dcp\ExecutableLaunchPlanTests.cs (1)
168
Assert.Equal(ExecutableLaunchMode.Debug, decision.
ProjectLaunchMode
);