-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove Newtonsoft and integrate Microsofts System.Text.Json library #2305
Comments
Perhaps there is another way of reformulating this request: redesign the next version of Hangfire to refactor the serialization (what is now SerializationHelper into a pluggable component. which can be implemented using whatever serialization mechanism you like. Because today, it's Of course, there is more to it than that: Hangfire contains references to Newtonsoft-specific attributes in various other places.
Oh if I only had the time... |
But Newtonsoft is a live project, I think it will be going on for a long time still. |
+1 |
is a requested feature in the roadmap? |
+1 |
Hi all,
first of all thank you very much for your great work! Highly appreciated!
Is there any option to remove Newtonsoft.Json and integrate the implementation from Microsoft in System.Text.Json?
We are removing the old serializer where ever possible and strictly use the new implementation, less dependencies and industry code scanners like FoD are more relaxed...
Thanks in advance for your effort and kind regards
Michael
The text was updated successfully, but these errors were encountered: