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