We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Is your feature request to update Microsoft.Azure.Devices.* libraries to take a dependency on System.Text.Json (as opposed to Newtonsoft.Json)?
Sorry, something went wrong.
Yes
Similar thing was already rejected here: #3424
But... having no AOT possibility for docker is a big issue especially in IoT scenarios
No branches or pull requests
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: