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

🎨 Refector code to remove the use of both System.Text.Json and Newtonsoft.Json #92

Open
eduwardpost opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eduwardpost
Copy link
Owner

Is your feature request related to a problem? Please describe.
Both System.Text.Json and Newtonsoft.Json are used in the project (Newtonsoft as JObjects)
This is causing problems for the custom property mapper and is now preventing unit test creations

Describe the solution you'd like
Move fully to System.Text.Json this seems to be becoming the standard since dotnet 7 / dotnet 8 and is also pushed by microsoft so it should get better first citizen party support

Describe alternatives you've considered
Move fully to Newtonsoft.Json, but i'd not choose this since this is a 3th party citizen instead of a first party.

@eduwardpost eduwardpost added the enhancement New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant