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