Just a heads-up that VS 16/9 preview 4 seems to be causing issues with NCrunch. Seeing a lot of errors like this...
Quote:NCrunch: This project was built on server 'DESKTOP-Q4DLJTS'
..\..\..\..\..\..\Program Files\dotnet\sdk\5.0.200-preview.21079.7\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets (438, 7): Could not copy the file "C:\NCrunch Grid Node\3528\198\Applications\UI\IdExtract\obj\IdExtract.csproj.nuget.dgspec.json" because it was not found.
when building UI applications (WPF using dotnet core 3.1). (Visual Studio builds them fine.)
Colleague reports that reverting to the previous dotnet SDK works around the problem).