This is what I currently have installed:
Visual Studio 2015 Update 1
ReSharper Ultimate 10.0.2
"xUnit.net Test Support for ReSharper 10" ReSharper extension (link to it on GitHub: https://github.com/xunit/resharper-xunit)
xUnit versions in my solution:
xUnit version: 2.1.0
xunit.runner.dnx: 2.1.0-rc1-build204
Here is the message I receive when trying to run any method decorated with [Fact] via resharper test runner:
I'm not too sure how to go about fixing it. I can still use the VS test runner, but I have ReSharper, and would rather use that. The extension I installed is written by and supported by xUnit, so not too sure if the bug is with the extension, ReSharper, Visual Studio, or xUnit versions....
I intalled xUnit.net Test Support for ReSharper 10 via ReSharper Extension Manager... here is a screegrab:
Thanks