Does Resharper 2016.2 test runner support MSTest for dotnet core?
Answered
The documentation about what version of MSTest runner is confusing here; I understand it's supported for .NET versions up to 4.x, but how about .NET Core?
Using the dotnet-test-mstest and MSTest.TestFramework Nuget packages enables the running of unit tests via dotnet (and Visual Studio) but the ReSharper test runner isn't picking up these same tests. I also see no visual indicator on the test methods for ReSharper to run these tests. Thanks!
Please sign in to leave a comment.
Hello Justin,
ReSharper does not support Unit Testing in .NET Core projects https://youtrack.jetbrains.com/issue/RSRP-446679.
Thanks!