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