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/ResilienceStrategyBuilderBase.cs
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,7 @@ private protected ResilienceStrategyBuilderBase(ResilienceStrategyBuilderBase ot
72
72
73
73
internalabstractboolIsGenericBuilder{get;}
74
74
75
-
/// <summary>
76
-
/// Adds a strategy to the builder.
77
-
/// </summary>
78
-
/// <param name="factory">The factory that creates a resilience strategy.</param>
79
-
/// <param name="options">The options associated with the strategy. If none are provided the default instance of <see cref="ResilienceStrategyOptions"/> is created.</param>
80
-
/// <exception cref="ArgumentNullException">Thrown when <paramref name="factory"/> is null.</exception>
81
-
/// <exception cref="InvalidOperationException">Thrown when this builder was already used to create a strategy. The builder cannot be modified after it has been used.</exception>
82
-
/// <exception cref="ValidationException">Thrown when the <paramref name="options"/> are invalid.</exception>
/// <param name="factory">The factory that creates a resilience strategy.</param>
34
+
/// <param name="options">The options associated with the strategy. If none are provided the default instance of <see cref="ResilienceStrategyOptions"/> is created.</param>
35
+
/// <returns>The same builder instance.</returns>
36
+
/// <exception cref="ArgumentNullException">Thrown when <paramref name="builder"/>, <paramref name="factory"/> or <paramref name="options"/> is <see langword="null"/>.</exception>
37
+
/// <exception cref="InvalidOperationException">Thrown when this builder was already used to create a strategy. The builder cannot be modified after it has been used.</exception>
38
+
/// <exception cref="ValidationException">Thrown when <paramref name="options"/> is invalid.</exception>
0 commit comments