Open tpluscode opened 7 years ago
This might be https://youtrack.jetbrains.com/issue/RSRP-461908
Wait- you're converting to project.json, not from project.json?
If you're converting a .NET Framework (not .NET Core) .csproj from packages.config (NuGet v2) to project.json (NuGet v3), 2017.1 EAP 2 is the first version of ReSharper that has worked for me for months.
Unfortunately EAP 3 doesn't work either :(. Same error.
Your project.json looks like you're running .NET Core. Is that correct? Be aware that project.json's official replacement is being released on the 7th with VS2017's RTM, a new .csproj format for both .NET Core and .NET Framework where no project.json file is used.
Sorry if this is not the right place to ask. I'm converting a project to project.json and
dotnet test
works fine in console. I updated to R# 2016.3.2 and my tests are discovered in VS. Unfortunately I cannot run them. When I try, no tests are executed and the Unit Test Session window displays an exception stack trace:My
project.json
is as follows (relevant parts):Is there anything I can try?