I'm currently trying to integrate the ILDAsm package in my .Net Core project that contains the executable file ildasm.exe which I want to call from my application. The nuget package is explicitly made for .Net Core and all runtimes (linux, windows, osx, etc.).
Obviously no reference is added to my project after installing the package, but I also have no idea what I have to do to use the package (what is/will be the path of ildasm.exe?).
Just to be clear, I want to use the executable file from my code when my application is running and not on build.