asp.net core - How to run xUnit 2.1.0-beta-* for DNX projects with ReSharper -
how run xunit 2.1.0-beta-* dnx projects resharper?
when resharper find tests, fails on running them system.io.filenotfoundexception indicates unit test assembly not found.
due understanding, dnx projects not generate assemblies in \bin folder when compiled visualstudio 2015. there way force dnx projects generate assemblies tranditional class libraries projects?
any ideas?
dnx tests aren't supported resharper or xunit plugin. it's whole new execution model, , hasn't yet been implemented resharper. i'd expect see support dnx , asp.net stabilise , near release.
Comments
Post a Comment