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
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This is an idea that @loudej, @glennc and I discussed that could use to pass the IServiceProvider to DbContext instances without forcing customers to write complicated constructors in their derived DbContext classes. We would like to have this for beta to also make all the necessary changes in the EF DI registration extension methods.
The text was updated successfully, but these errors were encountered:
Talked to @pranavkm. #64 is a bit more general in that it asks for the ability to register an arbitrary Func but the actual solution implemented in #102 is exactly what this bug was asking for. @glennc: heads up that this is already being worked on.
This is an idea that @loudej, @glennc and I discussed that could use to pass the IServiceProvider to DbContext instances without forcing customers to write complicated constructors in their derived DbContext classes. We would like to have this for beta to also make all the necessary changes in the EF DI registration extension methods.
The text was updated successfully, but these errors were encountered: