2 references to DoNotRetry
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
321
if (await action(retryContext, cancellationToken).ConfigureAwait(false) == RetryResult.
DoNotRetry
)
442
return RetryResult.
DoNotRetry
;