xunit.ioc
xunit.ioc copied to clipboard
aspnet5/vNext/dnx Microsoft.DependencyInjection support
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]
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.
Right, that's exactly what I said, isn't it? ;-)