Error adding xUnit.net nuget package
Hi,
When adding xUnit.net NuGet package to a query I receive the following error:
http://prntscr.com/kks38o
Maybe I'm doing something wrong, can anyone help?
When adding xUnit.net NuGet package to a query I receive the following error:
http://prntscr.com/kks38o
Maybe I'm doing something wrong, can anyone help?
Comments
The problem could be related to this:
https://github.com/NuGet/Home/issues/5384
I suspect that the reason it works in VS2017 is that Visual Studio uses msbuild in the toolchain rather than asking the package for its dependencies, so that file is never read. I need to call NuGet's LocalRepository.ResolveDependency method and this is where it crashes.
In the new beta, it works.
Thank you.