1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1322projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1315Assert.Equal("http", plc.LaunchProfile); 1350Assert.Equal(string.Empty, plc.LaunchProfile); 1387Assert.Equal("Foo", plc.LaunchProfile); 1388Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1421Assert.Equal("http", plc.LaunchProfile); 1452Assert.Equal("http", plc.LaunchProfile); // explicit wins 1483Assert.Equal(string.Empty, plc.LaunchProfile); 1513Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1542Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins