-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fix marshalling of StringBuilder errors #533
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #533 +/- ##
==========================================
- Coverage 81.48% 81.25% -0.24%
==========================================
Files 51 51
Lines 2825 2811 -14
Branches 310 307 -3
==========================================
- Hits 2302 2284 -18
- Misses 421 430 +9
+ Partials 102 97 -5 ☔ View full report in Codecov by Sentry. |
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.
I can't undererstand why not remove the not used using
-directives, but ok, for final outcome does it not matter.
Fixes #532
@trivalik Please test and let me know.