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