xUnit integration does not work
Answered
No matter what we tried ReSharper does not find a single xUnit test in our solution. At the same time Visual Studio Text Explorer perfectly shows all tests. Is there something can be done to fix it? Is it possible to force ReSharper to rescan the solution or a particular project? Maybe for some reasons it does not understand which project has the test methods. We are totally stuck and have no idea what to try. (ReSharper 2016.2.2).
Please sign in to leave a comment.
Is that .NET Core solution? If so - https://youtrack.jetbrains.com/issue/RSRP-446679. It has been fixed in R# 2016.3 EAP build https://confluence.jetbrains.com/display/ReSharper/ReSharper+2016.3+EAP.
Thanks!
It did it. Thank you.