dotnet-ildasm icon indicating copy to clipboard operation
dotnet-ildasm copied to clipboard

Support lookup for nuget packages

Open pjbgf opened this issue 7 years ago • 0 comments

Create a switch to allow automatic download of nuget packages.

Need to consider a specific syntax to support package name and version, potentially:

dotnet ildasm packagename/0.1.0 --nuget

or

dotnet ildasm packagename --nuget -v 0.1.0

pjbgf avatar Jul 13 '18 18:07 pjbgf