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

Unify System.Text.Json and Newtonsoft use #1

Open
ProbablePrime opened this issue Jan 26, 2024 · 3 comments
Open

Unify System.Text.Json and Newtonsoft use #1

ProbablePrime opened this issue Jan 26, 2024 · 3 comments
Assignees

Comments

@ProbablePrime
Copy link
Member

One of our Schema models uses ONLY newtonsoft
One of our Schema Models uses Newton and System.Text.Json.

I'd like to unify behind System.Text.Json and that will give us better schemas.

@ProbablePrime
Copy link
Member Author

@stiefeljackal
Copy link

You probably have this in mind, but one approach to this is to add System.Text.Json attributes to the desired models that currently only utilize Newtonsoft attributes. That way, you can run your generator with System.Text.Json only.

@ProbablePrime
Copy link
Member Author

Thanks, the majority of our Models do this already so it makes sense to get it sorted for these too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants