3 implementations of ExecAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
199
public async IAsyncEnumerable<CommandOutput>
ExecAsync
([EnumeratorCancellation] CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
647
public async IAsyncEnumerable<CommandOutput>
ExecAsync
([EnumeratorCancellation] CancellationToken cancellationToken)
TestServices\TestAppHostBackchannel.cs (1)
244
public async IAsyncEnumerable<CommandOutput>
ExecAsync
([EnumeratorCancellation] CancellationToken cancellationToken)
1 reference to ExecAsync
aspire (1)
Commands\ExecCommand.cs (1)
207
var outputStream = backchannel.
ExecAsync
(cancellationToken);