1 write to MaxRetries
Microsoft.AspNetCore.InternalTesting (1)
RetryAttribute.cs (1)
19MaxRetries = maxRetries;
2 references to MaxRetries
Microsoft.AspNetCore.InternalTesting (2)
xunit\AspNetTestRunner.cs (2)
80var numAttempts = Math.Max(1, retryAttribute.MaxRetries); 95messages.Add($"[{TestCase.DisplayName}] Attempt {attempt} of {retryAttribute.MaxRetries} failed due to {aggregator.ToException()}");