When attempting to run my xUnit 2.1 tests through the CodeRush TestRunner I get:
File D:\mc\Analytics-StreamAnalytics\src\StreamAnalytics\Tests\bin\Debug\net462\win7-x64\ not found on disk.
No unit test provider that supports the selected project(s) is found.
However, D:\mc\Analytics-StreamAnalytics\src\StreamAnalytics\Tests\bin\Debug\net462\win7-x64\ is on the disk, and it contains all the compilation products including
xunit.execution.desktop.dll
xunit.runner.reporters.net452.dll
xunit.runner.utility.net35.dll
xunit.runner.visualstudio.testadapter.dll
xunit.abstractions.dll
xunit.assert.dll
xunit.core.dll
In the test runner options the xunit settings refer to xunit files in my profile that are there.
Disabling CodeRush's test runner and using the test runner in Visual Studio 2017 Enterprise works fine.
How do I configure test to run correctly in the CodeRush test runner?
Thank you for pointing out this issue and providing the details. I have reproduced it in a sample project. We are working on this issue and will inform you on our progress once we have any results.
I don't see how to download the hotfix. Nor do I see the comment that I could download a hotfix that is in the email you sent me.