rollbar / Rollbar.NET

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

Add explicit netcoreapp3.1 build framework target #560

Closed akornich closed 2 years ago

beeradmoore commented 3 years ago

@akornich , if there was a netcoreapp3.1 target, does this mean we could also replace Newtonsoft.Json with System.Text.Json moving forwards (Maybe at a Rollbar .NET v5)?

akornich commented 3 years ago

@beeradmoore, yes, we were looking into switching from Newtonsoft.Json to System.Text.Json eventually. At the same time, we would like to get away from any conditional compilation. I am not sure where the priority should be between the two for now. No promises at this point, but we do evaluate these options periodically.

beeradmoore commented 3 years ago

Awesome. Good to hear it hasn't been overlooked.

akornich commented 2 years ago

it is already taken care of in v5. closing...