-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup of callback API #1125
Cleanup of callback API #1125
Conversation
a7be992
to
ff1b69e
Compare
src/Polly.Core.Tests/Retry/RetryResilienceStrategyBuilderExtensionsTests.cs
Outdated
Show resolved
Hide resolved
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1125 +/- ##
==========================================
+ Coverage 77.88% 78.14% +0.26%
==========================================
Files 202 201 -1
Lines 4788 4846 +58
Branches 858 863 +5
==========================================
+ Hits 3729 3787 +58
Misses 854 854
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Details on the issue fix or feature implementation
SimpleEvent
toNoOutcomeEvent
OutcomeGenerator
. This allows adding new extensions for retry.OutcomePredicate<TArgs, TResult>
that only configures the predicates for a specific result-type.Handler
Add
toRegister
.In the follow-up PR I will also add non-generic overloads to
OutcomeEvent
Confirm the following