-
Notifications
You must be signed in to change notification settings - Fork 44
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
Preserve the stack trace of re-thrown exceptions #57
Conversation
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
=======================================
Coverage ? 100%
=======================================
Files ? 5
Lines ? 229
Branches ? 9
=======================================
Hits ? 229
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
af7ce6d
to
aa00072
Compare
3208366
to
28cc281
Compare
Would be quite helpful to get this released. |
cccef95
to
25ad7f2
Compare
@bkaid This has just been released, and can be pulled via NuGet. https://www.nuget.org/packages/Castle.Core.AsyncInterceptor/2.0.1-alpha |
Had already seen the release was made and validated it against a code base that makes use of it. Thanks! |
Fixes #41
TODO