1 write to LaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1326projectLaunchConfiguration.LaunchProfile = namedLaunchProfile.Name;
9 references to LaunchProfile
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1316Assert.Equal("http", plc.LaunchProfile); 1351Assert.Equal(string.Empty, plc.LaunchProfile); 1388Assert.Equal("Foo", plc.LaunchProfile); 1389Assert.NotEqual("DoesNotExistProfile", plc.LaunchProfile); 1422Assert.Equal("http", plc.LaunchProfile); 1453Assert.Equal("http", plc.LaunchProfile); // explicit wins 1484Assert.Equal(string.Empty, plc.LaunchProfile); 1514Assert.Equal(string.Empty, plc.LaunchProfile); // nothing selected 1543Assert.Equal("Zed", plc.LaunchProfile); // first inserted wins