-
Notifications
You must be signed in to change notification settings - Fork 200
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
aot 8.0 throw System.MissingMethodException #2278
Comments
The native AOT projects lives in http://github.com/dotnet/runtime now. Please open any issues http://github.com/dotnet/runtime.
Duplicate of dotnet/runtime#49062 that tracks trimming compatibility for |
@jkotas Can you give some advice? What library should I use instead of ConfigurationManager? Used to read and write files Can you give some advice? What other utility classes support reading and writing configuration, and if I can't use ConfigurationManager, then what should I use? |
Microsoft.Extensions.Configuration is going to be the trimming and AOT friendly in .NET 8 with the introduction of configuration source generators: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-3/#introducing-the-configuration-binding-source-generator |
thank you |
code
The text was updated successfully, but these errors were encountered: