-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create a DI adapter for Microsoft.Extensions.DependencyInjection #7
Comments
I'm not sure if it's feasible to create an adapter for Microsoft.Extensions.DependencyInjection since it does not support child containers: aspnet/DependencyInjection#246 |
BTW, just implemented one of these - for the simple case at least, it's pretty easy: https://gist.github.com/tintoy/37ab414f8fd625258fc82d4094ff6dd3 |
I say put a repo out there using @tintoy 's gist. I for one am using I'll be willing to get the repo going if it would help. |
Here is the repo: https://github.com/cecilphillip/Akka.DI.Microsoft |
Hey @MikeBairdRocks any reason that repo was archived? |
It died with this thread. I didn't have the time to maintain it. @cecilphillip has taken it over but has not done anything with it yet. |
Thanks @MikeBairdRocks I'll definitely do that. @Aaronontheweb I wonder - would this not be a good repo to assimilate into AkkaNetContrib? |
Yes, @MikeBairdRocks is correct. I haven't had much time to put into it either to be honest. |
@cecilphillip Is it stable as is? What I mean is, is it pretty much considered done and working? Have you used it in prod at all? |
https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection
The text was updated successfully, but these errors were encountered: