1 write to _attemptCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
161_attemptCallback = attemptCallback;
1 reference to _attemptCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
243var (exitCode, stdout) = await _attemptCallback(attempt, _options, cancellationToken).ConfigureAwait(false);