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.
2 parents 35eccd9 + d2250ab commit c1988c8Copy full SHA for c1988c8
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