Skip to content
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

JSON serialization #69

Merged
merged 4 commits into from
Jan 28, 2024
Merged

JSON serialization #69

merged 4 commits into from
Jan 28, 2024

Conversation

dgg
Copy link
Owner

@dgg dgg commented Jan 27, 2024

Add serialization blueprints for System.Text.Json, Newtonsoft.Json (v13), MongoDB.Bson (v2.4) and Microsoft.EntityFrameworkCore (v7).

Closes #57, #60, #61, #62, #63

@coveralls
Copy link

Coverage Status

coverage: 79.344% (+0.9%) from 78.446%
when pulling d9dd583 on feature/json-serialization
into 6b51e2d on master.

@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (6b51e2d) 76.59% compared to head (d9dd583) 77.57%.

Files Patch % Lines
src/NMoneys/Money.Formatting.cs 70.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   76.59%   77.57%   +0.97%     
==========================================
  Files          60       62       +2     
  Lines        1081     1128      +47     
  Branches      101      102       +1     
==========================================
+ Hits          828      875      +47     
  Misses        233      233              
  Partials       20       20              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dgg dgg changed the title untested json_net and test_json serializations JSON serialization Jan 28, 2024
@dgg dgg merged commit 6444777 into master Jan 28, 2024
4 checks passed
@dgg dgg deleted the feature/json-serialization branch January 28, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Text.Json support
3 participants