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