How to run xUnit 2.1.0-beta-* for DNX projects with ReSharper
问题 How to run xUnit 2.1.0-beta-* for DNX projects with ReSharper? When the ReSharper do find the tests, it fails on running them with System.IO.FileNotFoundException that indicates the unit test assembly is not found. Due to my understanding, DNX projects do NOT generate assemblies in \bin folder when they are compiled with VisualStudio 2015. Is there a way to force DNX projects generate assemblies like the tranditional class libraries projects? Any ideas? 回答1: DNX tests aren't currently