2 implementations of LaunchAppHostAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
526
public 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)
184
public 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)
251
return Backchannel.
LaunchAppHostAsync
(projectFile, workingDirectory, arguments, environment, debug, _cancellationToken);