-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Drop ConfigureFromConfigurationOptions in AOT apps #2822
Comments
This was referenced Nov 15, 2023
We could break this up to tackle them in order (Sentry.AspNetCore is highest priority and say, Azure or MAUI lowest?) |
Noticed u did that, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of our integrations use ConfigureFromConfigurationOptions, which isn't compatible with AOT and we need to use the new configuration binding source generator:
See #2823 (comment) for detailed investigation.
The text was updated successfully, but these errors were encountered: