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