How to run xUnit 2.1.0-beta- * for DNX projects using ReSharper?
When ReSharper actually finds the tests, it does not work when you run them with a System.IO.FileNotFoundException, which indicates that the unit test assembly was not found.
Due to my understanding, DNX projects DO NOT generate assemblies in the \ bin folder when compiling with VisualStudio 2015. Is there a way to force DNX projects to generate assemblies similar to tranditional class library projects?
Any ideas?
source share