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

Support for ASP.NET 5 / IServiceCollection / IServiceProvider #201

Open
MikeJansen opened this issue Dec 9, 2015 · 3 comments
Open

Support for ASP.NET 5 / IServiceCollection / IServiceProvider #201

MikeJansen opened this issue Dec 9, 2015 · 3 comments
Assignees

Comments

@MikeJansen
Copy link

I'm porting over my framework to DNX and the new ASP.NET 5 related "stuff" including the DI. I currently use Ninject as the container behind my abstractions. I would like to use Ninject as the container behind IServiceCollection and IServiceProvider both in ASP.NET and non-ASP.NET projects (unit tests, class libraries,console apps, etc).

It looks like a couple other container projects are creating integrations. From what I can see, there is nothing "out of the box" for Ninject.

So my questions are: 1. Is there currently something out-of-the-box to allow Ninject to be a drop-in replacement for the default ServiceProvider? and 2. If not, are there plans?

I've got an SO question that's me mid-flail trying to get a grip on the new MS DI abstractions. That led me to looking for a way to use Ninject as the drop-in replacement container.

@AlexKeySmith
Copy link

👍

@BrunoJuchli
Copy link
Contributor

Have you had a look at #177 ?
I think that relates.

@stefc
Copy link

stefc commented Jul 5, 2016

See this Article for details
and here is the related .net core repo

@scott-xu scott-xu self-assigned this May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants