I am evaluating ncrunch and not getting off to a good start.
Using VS2019 I created a .NET Standard DLL with a single method.
I then created an .NET Core xUnit test project.
It executes without problems from the Visual Studio test runner.
With nCrunch, I get this error:
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\2.2.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (208, 5): Package xunit.analyzers, version 0.10.0 was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.
I checked the nuget package folder, and the assembly is present as expected in the path:
C:\Users\LMølleb\.nuget\packages\xunit.analyzers\0.10.0
Is it the non-ascii character in my username (and hence the path)? If not, any other suggestion what it can be?