-
-
Couldn't load subscription status.
- Fork 1.3k
Fix JsonSerializerDataContractResolver so that it handles square arrays correctly #3245
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 JsonSerializerDataContractResolver so that it handles square arrays correctly #3245
Conversation
…it handles square arrays correctly
…rating that it does NOT handle square arrays correctly
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3245 +/- ##
==========================================
- Coverage 83.62% 83.57% -0.05%
==========================================
Files 76 76
Lines 3182 3185 +3
Branches 538 539 +1
==========================================
+ Hits 2661 2662 +1
- Misses 521 523 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@martincostello hopefully this is a quick review for you! TIA! |
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.
Thanks!
Pull Request
The issue or feature being addressed
Fix JsonSerializerDataContractResolver so that it handles square arrays correctly
Fixes #3244