2 implementations of LaunchAppHostAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
526public async Task LaunchAppHostAsync(string projectFile, string workingDirectory, List<string> arguments, List<EnvVar> environment, bool debug, CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestExtensionBackchannel.cs (1)
184public Task LaunchAppHostAsync(string projectPath, string targetFramework, List<string> arguments, List<EnvVar> envVars, bool debug, CancellationToken cancellationToken)
1 reference to LaunchAppHostAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
251return Backchannel.LaunchAppHostAsync(projectFile, workingDirectory, arguments, environment, debug, _cancellationToken);