You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andIServiceProvider
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.
The text was updated successfully, but these errors were encountered: