daniel-chambers / xunit.ioc

Extension to XUnit that allows you to resolve test classes out of a dependency injection container
MIT License
25 stars 9 forks source link

aspnet5/vNext/dnx Microsoft.DependencyInjection support #7

Open cherrydev opened 9 years ago

cherrydev commented 9 years ago

Since xunit seems to be the preferred unit test solution for aspnet5 right now, and aspnet5 offers generic support for DI as well as its own adaptors for a number of different containers (including AutoFac and Ninject), it might make sense to support it and then perhaps let developers just "bring their own container". [edited]

daniel-chambers commented 9 years ago

I assume you mean that xunit is the preferred unit testing solution for aspnet5? :)

I'll probably look into Microsoft.DependencyInjection support but it'll likely be after xunit 2.0 support.

cherrydev commented 9 years ago

Right, that's exactly what I said, isn't it? ;-)