-
-
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
[Proposal] Introduce OutcomeArguments #1245
Conversation
@martincostello , @joelhulen what's your opinion here? Should I give this a shot? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK to me.
5ccf295
to
78c2346
Compare
Codecov Report
@@ Coverage Diff @@
## main #1245 +/- ##
==========================================
+ Coverage 82.81% 82.85% +0.04%
==========================================
Files 265 261 -4
Lines 6105 6120 +15
Branches 967 967
==========================================
+ Hits 5056 5071 +15
Misses 844 844
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
|
78c2346
to
88d8612
Compare
Details on the issue fix or feature implementation
Came up in the API review.
These could simplify the delegate definition from:
To:
Slightly simpler syntax at expense of one extra type. Would still allow us to pass the individual arguments to telemetry. The
IResilienceArguments
interface won't have much use anymore.Confirm the following