ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Asp.Net vNext Support #28

Closed prasannavl closed 8 years ago

prasannavl commented 9 years ago

Support for Asp.Net vNext?

Has to do automatic re-population from IServiceCollection, and then require both a new ScopeProvider and IServiceProvider implementation.

ipjohnson commented 9 years ago

Hi prasanna,

I played with vNext a while back and did create a nuget package for it here. https://github.com/ipjohnson/DependencyInjection

Once the final release comes out later this month I'll see about doing a finalized release.

That being said I'm in the middle of buying a house so I won't have much time for the next month.

Are you looking to start a project soon?

-Ian

prasannavl commented 9 years ago

This looks good. I can work with that. Shall contribute back, should I run into any problems, or unfinished issues.

Thanks!

Sent by Outlook for Android

On Wed, Jul 15, 2015 at 8:36 AM -0700, "Ian Johnson" notifications@github.com wrote: Hi prasanna,

I played with vNext a while back and did create a nuget package for it here. https://github.com/ipjohnson/DependencyInjection

Once the final release comes out later this month I'll see about doing a finalized release.

That being said I'm in the middle of buying a house so I won't have much time for the next month.

Are you looking to start a project soon?

-Ian


Reply to this email directly or view it on GitHub: https://github.com/ipjohnson/Grace/issues/28#issuecomment-121654426

ipjohnson commented 9 years ago

My hope was that at some point they would be putting out a nuget package with everything in it so all that would need to be done is reference the correct package rather than having to have the code in a clone of their repository. I don't know if they ever got around to it.

It probably has a couple issues as it's almost a year out of date, that being said I don't think they changed it that much.

Contributions would be much appreciated.

ipjohnson commented 8 years ago

This has been released as a separate package located at https://github.com/ipjohnson/Grace.DependencyInjection.Extensions