5 references to WaitForExitAsync
aspire (1)
DotNet\ProcessExecution.cs (1)
208await process.WaitForExitAsync(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (4)
Processes\IsolatedProcessTests.cs (4)
39await child.WaitForExitAsync().WaitAsync(TimeSpan.FromSeconds(10)); 71await child.WaitForExitAsync().WaitAsync(TimeSpan.FromSeconds(10)); 112await child.WaitForExitAsync().WaitAsync(TimeSpan.FromSeconds(10)); 148await child.WaitForExitAsync().WaitAsync(TimeSpan.FromSeconds(10));