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
Currently EntityEntry is requested from the context in each modifier gratuitously. This is slightly cumbersome to change as EF6 instead has a DbEntityEntry wich behaves the same, but the type difference (and the fact it's a generic type) means one probably has to wrap it to use it as a parameter in the modifiers.
This would be a somewhat sensible optimization.
The text was updated successfully, but these errors were encountered:
Currently
EntityEntry
is requested from the context in each modifier gratuitously. This is slightly cumbersome to change as EF6 instead has aDbEntityEntry
wich behaves the same, but the type difference (and the fact it's a generic type) means one probably has to wrap it to use it as a parameter in the modifiers.This would be a somewhat sensible optimization.
The text was updated successfully, but these errors were encountered: