You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: