9 writes to LaunchProfile
aspire (1)
Commands\RunCommand.cs (1)
363LaunchProfile = launchProfile,
Aspire.Cli.Tests (8)
Projects\DotNetAppHostProjectTests.cs (8)
1163LaunchProfile = parseResult.GetValue(AppHostLauncher.s_launchProfileOption), 1219LaunchProfile = "missing", 1253LaunchProfile = "E2E", 1295LaunchProfile = "e2e", 1336LaunchProfile = "E2E", 1386LaunchProfile = "E2E", 1430LaunchProfile = "e2e", 1995LaunchProfile = "TOOL",
2 references to LaunchProfile
aspire (1)
Projects\DotNetAppHostProject.cs (1)
1556LaunchProfile = context.LaunchProfile,
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
261launchProfile = context.LaunchProfile;