Thanks Remco! Much appreciated!
One of my test projects is now working properly with NCrunch. The only weird thing with this project is that it gives this warning, even though .NET Core is not in the picture:
Quote:The dotnet package restore command timed out: "C:\Program Files\dotnet\dotnet.exe" restore "path\to\testproject.csproj"
I'm used to nuget restore and msbuild /t:restore; I'm not familiar with dotnet restore being used on a .NET Framework-only project. So I was surprised, but anyhow.
The rest of my test projects do not build at all with 3.6. All the errors are of the form "The type or namespace name '*' could not be found (are you missing a using directive or an assembly reference?)"
However all the errors point to missing third-party GAC-referenced assembles. They are not NuGet references.
Would it be helpful if I put together a repro for either of these scenarios?