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