2 implementations of WaitForExitAsync
aspire (1)
DotNet\DotNetCliExecution.cs (1)
87
public async Task<int>
WaitForExitAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestDotNetCliExecutionFactory.cs (1)
111
public Task<int>
WaitForExitAsync
(CancellationToken cancellationToken)
2 references to WaitForExitAsync
aspire (1)
DotNet\DotNetCliRunner.cs (1)
146
return await execution.
WaitForExitAsync
(cancellationToken);
Aspire.Cli.Tests (1)
TestServices\TestDotNetCliExecutionFactory.cs (1)
40
/// When set, the execution will use this exit code when <see cref="IDotNetCliExecution.
WaitForExitAsync
"/> is called.