You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed a fresh machine, and I used the latest .NET 8 rc2 SDK. Doing so, my nuget package cache ended up in c:.tools.nuget instead of the prior ~/.nuget which was previously customary. The environment contains a NUGET_PACKAGES environment variable that points to this new location and is respected by the .NET tooling.
ILSpy however hardcodes its lookup to ~/.nuget as seen here:
I just installed a fresh machine, and I used the latest .NET 8 rc2 SDK. Doing so, my nuget package cache ended up in c:.tools.nuget instead of the prior ~/.nuget which was previously customary. The environment contains a NUGET_PACKAGES environment variable that points to this new location and is respected by the .NET tooling.
ILSpy however hardcodes its lookup to ~/.nuget as seen here:
ILSpy/ICSharpCode.Decompiler/Metadata/DotNetCorePathFinder.cs
Line 63 in d2d1c33
Would it be possible to add support for the NUGET_PACKAGES environment variable?
Thanks.
The text was updated successfully, but these errors were encountered: