1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1358projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1420Assert.Equal("http", plc.LaunchProfile); 1455Assert.Equal(string.Empty, plc.LaunchProfile); 1492Assert.Equal("Foo", plc.LaunchProfile); 1493Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1526Assert.Equal("http", plc.LaunchProfile); 1557Assert.Equal("http", plc.LaunchProfile); // explicit wins 1588Assert.Equal(string.Empty, plc.LaunchProfile); 1618Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1647Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins