6 references to LaunchConfigurations
Aspire.Hosting (3)
Dcp\ExecutableCreator.cs (3)
150if (plan.Mechanism == ExecutableLaunchMechanism.Ide && plan.LaunchConfigurations.Count == 0) 186if (plan.LaunchConfigurations.Count > 0) 188executable.SetAnnotationAsObjectList(Executable.LaunchConfigurationsAnnotation, plan.LaunchConfigurations);
Aspire.Hosting.Tests (3)
Dcp\ExecutableLaunchPlanTests.cs (3)
61Assert.Single(plan.LaunchConfigurations); 94Assert.Empty(plan.LaunchConfigurations); 148Assert.Single(plan.LaunchConfigurations);