3 writes to ErrorCount
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
538
retryContext.
ErrorCount
++;
578
retryContext.
ErrorCount
= 0;
737
retryContext.
ErrorCount
= 0;
6 references to ErrorCount
Aspire.Dashboard (6)
ServiceClient\DashboardClient.cs (6)
473
if (retryContext.
ErrorCount
> 0)
482
var delay = ExponentialBackOff(retryContext.
ErrorCount
, maxSeconds: 15);
540
_logger.LogError(ex, "Error #{ErrorCount} watching {WatchName}. For troubleshooting, see {TroubleshootingUrl}", retryContext.
ErrorCount
, actionName, TroubleshootingUrl);
562
var call = _client!.WatchResources(new WatchResourcesRequest { IsReconnect = retryContext.
ErrorCount
!= 0 }, headers: _headers, cancellationToken: cancellationToken);
576
if (retryContext.
ErrorCount
> 0)
735
if (retryContext.
ErrorCount
> 0)