3 implementations of LaunchAppHostAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
649
public Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
207
public Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
TestServices\TestExtensionInteractionService.cs (1)
290
public async Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
2 references to LaunchAppHostAsync
aspire (2)
DotNet\DotNetCliRunner.cs (1)
276
await extensionInteractionService.
LaunchAppHostAsync
(
Projects\ExtensionGuestLauncher.cs (1)
58
await _extensionInteractionService.
LaunchAppHostAsync
(