-
Notifications
You must be signed in to change notification settings - Fork 46
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
Triggers Dependency injection not working #59
Comments
exception is |
I'm not sure that exception is coming from this library. I just did a global search for Do you have a minimal sample project showing the exception? |
package used NickStrupat.EntityFrameworkCore.Triggers.AspNetCore version 1.0.3 |
stacktrace at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)\r\n at lambda_method(Closure , IServiceProvider )\r\n at EntityFrameworkCore.Triggers.ServiceRetrieval |
I can't really help you with just a stack trace. I need to see code that recreates this issue. |
The text was updated successfully, but these errors were encountered: