-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
IsAotCompatible for uncomplicated projects #2793
Conversation
src/Sentry.EntityFramework/ErrorProcessors/DbConcurrencyExceptionProcessor.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
…ionProcessor.cs Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than changing EF6, I'm good with this.
AspNetCore is the largest opportunity for us with AOT. And I imagine it'll be the hardest thing?
I've reverted Sentry.EntityFramework to match how it is in the wrt AspNetCore, the only issue I know of yet is that is uses |
Added IsAotCompatible to all the integrations where this is very straight forward (low hanging fruit described in #2780).