9 writes to LaunchProfile
aspire (1)
Commands\RunCommand.cs (1)
335LaunchProfile = launchProfile,
Aspire.Cli.Tests (8)
Projects\DotNetAppHostProjectTests.cs (8)
1145LaunchProfile = parseResult.GetValue(AppHostLauncher.s_launchProfileOption), 1201LaunchProfile = "missing", 1235LaunchProfile = "E2E", 1277LaunchProfile = "e2e", 1318LaunchProfile = "E2E", 1368LaunchProfile = "E2E", 1412LaunchProfile = "e2e", 1977LaunchProfile = "TOOL",
2 references to LaunchProfile
aspire (1)
Projects\DotNetAppHostProject.cs (1)
1547LaunchProfile = context.LaunchProfile,
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
259launchProfile = context.LaunchProfile;