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