-
Notifications
You must be signed in to change notification settings - Fork 471
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
Merge 2.9.x into master #3855
Merge 2.9.x into master #3855
Conversation
Initial rules for DataSet / DataTable deserializations
var csharpTest = new VerifyCS.Test | ||
{ | ||
ReferenceAssemblies = AdditionalMetadataReferences | ||
.DefaultWithNewtonsoftJson12 |
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.
@dotpaul This requires the update for the method to take the NewtonsoftJson version.
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.
🚢
Codecov Report
@@ Coverage Diff @@
## master #3855 +/- ##
==========================================
- Coverage 95.59% 95.58% -0.01%
==========================================
Files 1120 1139 +19
Lines 248706 251063 +2357
Branches 14898 15055 +157
==========================================
+ Hits 237740 239983 +2243
- Misses 9070 9151 +81
- Partials 1896 1929 +33 |
FYI @dotpaul