Skip to content
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

Open
alexvaluyskiy opened this issue Aug 7, 2017 · 9 comments
Open

Comments

@alexvaluyskiy
Copy link
Contributor

alexvaluyskiy commented Aug 7, 2017

https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection

@modernist
Copy link

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

@tintoy
Copy link

tintoy commented Nov 20, 2017

BTW, just implemented one of these - for the simple case at least, it's pretty easy:

https://gist.github.com/tintoy/37ab414f8fd625258fc82d4094ff6dd3

@MikeBairdRocks
Copy link

I say put a repo out there using @tintoy 's gist. I for one am using Microsoft.Extensions.DependencyInjection as my default for all .Net core projects now and it would be nice to see Akka.net support it.

I'll be willing to get the repo going if it would help.

@MikeBairdRocks
Copy link

MikeBairdRocks commented Mar 14, 2018

Here is the repo: https://github.com/cecilphillip/Akka.DI.Microsoft
I'm not sure what's next but build works and all tests pass.

@mika76
Copy link

mika76 commented Mar 11, 2020

Hey @MikeBairdRocks any reason that repo was archived?

@MikeBairdRocks
Copy link

MikeBairdRocks commented Mar 13, 2020

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.

@mika76
Copy link

mika76 commented Mar 13, 2020

Thanks @MikeBairdRocks I'll definitely do that.

@Aaronontheweb I wonder - would this not be a good repo to assimilate into AkkaNetContrib?

@cecilphillip
Copy link

Yes, @MikeBairdRocks is correct. I haven't had much time to put into it either to be honest.

@mika76
Copy link

mika76 commented Mar 13, 2020

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

7 participants