I am developing an ASP.NET 5 application for targeting dnx451.
Unlike a regular class library project, test classes are not detected by VS2015 Test Explorer after assembly.
I tried both with the NUnit Test Adapter VS Extension (2.0.0.0) and with the addition of the NUnitTestAdapter NuGet package to the test project.
Am I missing something or is this a common problem with the DNX execution model?
source
share