We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fbc49 commit d2250abCopy full SHA for d2250ab
src/coverlet.core/Helpers/RetryHelper.cs
@@ -2,7 +2,7 @@
2
using System.Collections.Generic;
3
using System.Threading;
4
5
-namespace Coverlet.Core
+namespace Coverlet.Core.Helpers
6
{
7
// A slightly amended version of the code found here: https://stackoverflow.com/a/1563234/186184
8
// This code allows for varying backoff strategies through the use of Func<TimeSpan>.
0 commit comments