-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
EF doesn't work with NInject #1241
Comments
@victorhurdugaci Can you provide a link with instructions on using MusicStore with NInject? |
Instructions for NInject:
|
This appears to be showing up in EF because the first thing to try to resolve dependencies is EF in the following code in Startup:
This is only needed when the database doesn't exist and so can be removed if the database does exist. The result is then:
INestedProviderManager is a type from the DI repro so opening a bug on DI to investigate this since it doesn't, at least from what I can see, relate to EF. |
Opened aspnet/DependencyInjection#153. Closing this issue for now; it can be re-opened if further investigation reveals that it is an EF issue. |
Repro:
Result:
The text was updated successfully, but these errors were encountered: