You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original problem is that I can't add a generic AddInterceptor<ValidateSaveChangesInterceptor>() call and make my dbcontext to get the interceptor from service provider in the correct scope
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
My dbcontext has some changes in the configuration
The original problem is that I can't add a generic
AddInterceptor<ValidateSaveChangesInterceptor>()
call and make my dbcontext to get the interceptor from service provider in the correct scopeDescribe the solution you'd like
I would like a new method like this
The text was updated successfully, but these errors were encountered: