3 implementations of LaunchAppHostAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
539
public Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
145
public Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
TestServices\TestExtensionInteractionService.cs (1)
247
public Task
LaunchAppHostAsync
(string projectFile, List<string> arguments, List<EnvVar> environment, bool debug)
2 references to LaunchAppHostAsync
aspire (2)
DotNet\DotNetCliRunner.cs (1)
269
await extensionInteractionService.
LaunchAppHostAsync
(
Projects\ExtensionGuestLauncher.cs (1)
50
await _extensionInteractionService.
LaunchAppHostAsync
(