You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Polly.Core/ResiliencePipeline.Sync.cs
+28-91Lines changed: 28 additions & 91 deletions
Original file line number
Diff line number
Diff line change
@@ -13,64 +13,31 @@ public partial class ResiliencePipeline
13
13
/// <param name="context">The context associated with the callback.</param>
14
14
/// <param name="state">The state associated with the callback.</param>
15
15
/// <exception cref="ArgumentNullException">Thrown when <paramref name="callback"/> or <paramref name="context"/> is <see langword="null"/>.</exception>
/// <param name="context">The context associated with the callback.</param>
48
31
/// <exception cref="ArgumentNullException">Thrown when <paramref name="callback"/> or <paramref name="context"/> is <see langword="null"/>.</exception>
/// <param name="context">The context associated with the callback.</param>
51
37
/// <returns>An instance of <see cref="ValueTask"/> that represents the asynchronous execution.</returns>
52
38
/// <exception cref="ArgumentNullException">Thrown when <paramref name="callback"/> or <paramref name="context"/> is <see langword="null"/>.</exception>
"The value task should be already completed at this point. If not, it's an indication that the strategy does not respect the ResilienceContext.IsSynchronous value.");
13
-
14
-
// Stryker disable once boolean : no means to test this
0 commit comments