Issue with EF Global Query Filters #629
-
I recently had an issue which I think is related to Global Query Filters on EF. I won't post it as issue until I can provide more useful info. What I think happened:
The above happens instantly upon calling the .SaveChangesAsync(). If I remove the Interceptor everything is okay, so I know it's somewhat related to Audit.NET. I can't see any configuration relating to retries or exception handling in the Audit.NET configuration, but I may be looking in the wrong place. Any tips on where to continue/start looking would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe the same issue described here #168 Can you share your configuration code ( |
Beta Was this translation helpful? Give feedback.
Maybe the same issue described here #168
Can you share your configuration code (
UseEntityFramework()
)?