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
@SymbioticKilla, thanks for your suggestions and will evaluate for it future releases. However, Newtonsoft is around here for long time and is pretty stable. Unfortunately Microsoft is keep shuffling things around and it's difficult to keep track of libraries renaming and deprecations for no obvious reasons. The prime example is deprecation of Log Collector library/API
Hi,
We need System.Text.Json support definitely, we have a lot of libs in our solution and only this one depends on Newtonsoft.JSON, hopefully, this will be changed soon.
Thank you for the amazing lib!
Hi,
AOT is one of the biggest features in last .NET versions:
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=net7%2Cwindows
It would be great if Microsoft would update its library ecosystem to support own features.
Newtonsoft.JSON will not support AOT:
JamesNK/Newtonsoft.Json#2732
There are also several extra benefits:
1.) Less dependencies
2.) System.Text.Json has better performance
Thanks!
The text was updated successfully, but these errors were encountered: