Could not load file or assembly 'NuGet, Version=6.9.1.32767, Culture=neutral, PublicKeyToken=' when running nuget from source code #13900
Closed
DmitryLukyanov
started this conversation in
General
Replies: 1 comment 1 reply
-
Did you run the steps documented in our contribution guide? https://github.com/NuGet/NuGet.Client/blob/dev/CONTRIBUTING.md#build In particular, you need to run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've checked out the nuget sources from git (https://github.com/NuGet/NuGet.Client - v6.9.1.3) to investigate a bug that is described in #13899
The error mentioned there happens in
ProjectFactory.ProcessDependencies
method inNuget.CommandLine
project. So, I want to debug it. I unloaded few projects like tests, VS related. Now I can build the remaining projects includingNuget.CommandLine
. But when I run the project it fails with the error:any ideas how to fix it would be greatly appreciated?
Beta Was this translation helpful? Give feedback.
All reactions