in JustDecompile it would be helpful to be able at add referenced assemblies using Nuget, so when either looking at code or exporting code I don't have to do this manually to get the referenced DLL to import into JustDecompile
1 comment
Richard
Posted on:18 Mar 2019 21:40
Further to this, you can start by looking at the user's local .nuget cache.
Getting assemblies directly from nuget may be difficult because you're looking for a particular file, not a package by name - I don't think you can search the nuget web repo by assembly name. You can definitely search the nuget cache folder though.