3 implementations of LaunchAsync
aspire (2)
Projects\ExtensionGuestLauncher.cs (1)
29
public async Task<(int ExitCode, OutputCollector? Output)>
LaunchAsync
(
Projects\ProcessGuestLauncher.cs (1)
29
public async Task<(int ExitCode, OutputCollector? Output)>
LaunchAsync
(
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
421
public Task<(int ExitCode, OutputCollector? Output)>
LaunchAsync
(
1 reference to LaunchAsync
aspire (1)
Projects\GuestRuntime.cs (1)
152
return await launcher.
LaunchAsync
(commandSpec.Command, args, directory, mergedEnvironment, cancellationToken);