Hello.
I am uising the following:
Quote:NCrunch version 4.10.0.6
Microsoft Visual Studio Enterprise 2022 RC
Version 17.0.0 RC
VisualStudio.17.Release/17.0.0+31808.319.rc
Microsoft .NET Framework
Version 4.8.04084
Installed Version: Enterprise
Whilst NCrunch is building the various projects in the solution, I get the following error for two of the unit test projects...
Quote:NCrunch was unable to resolve dependency data for its own assemblies under your chosen framework. It is possible that the version of NCrunch you are using does not have support for this framework, or otherwise there may be another problem present on your system. NCrunch will fall back to using pre-packaged dependency data which may or may not be compatible with your chosen framework. This may result in dependency resolution problems inside your test environments.
Details for this problem are below:
The msbuild command returned exit code 1: "c:\program files\microsoft visual studio\2022\enterprise\MSBuild\Current\Bin\msbuild.exe" /t:Restore nCrunch.Module.XUnit2.DotNetCore.csproj
I'm not certain what to do here. I checked whether the Live Unit Tests feature in VS is working, and that did indeed process all the tests without issue.
Is there some means of resolving this issue please?
Thanks.
EDIT:
I've just noticed that NCrunch does execute the tests, at first I thought it did not. But the above warning is still being outputted - not sure if it's a big issue.