Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

ildasm on Linux via nuget installation: ildasm executable not found

$
0
0

I installed ildasm on my Ubuntu 18.04 via

nuget install Microsoft.NETCore.ILDAsm

I somehow ended up with two directories:

/home/vagrant/.nuget/packages/microsoft.netcore.ildasm/2.0.8//home/vagrant/Microsoft.NETCore.ILDAsm.2.0.8/

but none of them contained any dll or exe:

vagrant@ubuntu1804:~/Microsoft.NETCore.ILDAsm.2.0.8$ lsLICENSE.TXT  Microsoft.NETCore.ILDAsm.2.0.8.nupkgMicrosoft.NETCore.ILDAsm.nuspec  _rels  runtime.json  THIRD-PARTY-NOTICES.TXT  version.txt

Where did nuget put the main application, i.e. the equivalent to the ildasm.exe on Windows?

Or am I doing something wrong to install ildasm on Linux?


Viewing all articles
Browse latest Browse all 3067

Trending Articles