rollbar / Rollbar.NET

Rollbar for .NET
https://docs.rollbar.com/docs/dotnet
MIT License
65 stars 44 forks source link

Consider replacing Newtonsoft.Json with System.Text.Json #619

Closed akornich closed 1 year ago

akornich commented 2 years ago

For reference

beeradmoore commented 2 years ago

Was just about to ask about this when #560 closed.

beeradmoore commented 1 year ago

Hey @akornich , is there anything planned work on this yet? If not and you were open to contributions to it is there any suggested paths to take?

Project is a lot bigger and more structured than anything I have worked on. I was going to go the nuclear approach and replace using Newtonsoft with //using Newtonsoft (and any other instances of Newtonsoft) and then fix whatever doesn't compile, then run all the unit tests and hope for the best.