After installing VS 2022 RC & NCrunch v4.10 I get the following error message:
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d...ng_project-build-issues
..\..\..\..\Program Files\dotnet\sdk\6.0.100-rc.2.21505.57\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets (430, 7): Could not copy the file "C:\Dev\NCrunch\13104\5\SimControl.Reactive\SimControl.Samples.CSharp.WpfApp\obj\SimControl.Samples.CSharp.WpfApp.csproj.nuget.dgspec.json" because it was not found.
When including the xxx.csproj.nuget.dgspec.json file as an additional in NCrunch, the solution builds correctly.
The affected project is a simple WPF project (multitargeting net472 and net5.0-windows).
The error occurs both with VS2019 and VS2022.