1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1044projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1305Assert.Equal("http", plc.LaunchProfile); 1340Assert.Equal(string.Empty, plc.LaunchProfile); 1377Assert.Equal("Foo", plc.LaunchProfile); 1378Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1411Assert.Equal("http", plc.LaunchProfile); 1442Assert.Equal("http", plc.LaunchProfile); // explicit wins 1473Assert.Equal(string.Empty, plc.LaunchProfile); 1503Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1532Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins