1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1489projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1421Assert.Equal("http", plc.LaunchProfile); 1489Assert.Equal(string.Empty, plc.LaunchProfile); 1526Assert.Equal("Foo", plc.LaunchProfile); 1527Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1560Assert.Equal("http", plc.LaunchProfile); 1591Assert.Equal("http", plc.LaunchProfile); // explicit wins 1622Assert.Equal(string.Empty, plc.LaunchProfile); 1652Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1681Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins