1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1364projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1380Assert.Equal("http", plc.LaunchProfile); 1415Assert.Equal(string.Empty, plc.LaunchProfile); 1452Assert.Equal("Foo", plc.LaunchProfile); 1453Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1486Assert.Equal("http", plc.LaunchProfile); 1517Assert.Equal("http", plc.LaunchProfile); // explicit wins 1548Assert.Equal(string.Empty, plc.LaunchProfile); 1578Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1607Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins