I can see from #125 that ikvmstub has been renamed to IKVM.Tool.Exporter, but I'm unable to find anything named IKVM.Tool.Exporter or ikvmstub in the IKVM package after installation (dotnet restore). Where do I find the executable formerly known as ikvmstub? :)
For a bit of context, I'm working on HtmlUnit/NHtmlUnit#36 where I'm currently trying to translate the old make.cmd script into whatever version 8.2.1 of IKVM supports. I'm currently stuck at the following line:
So what I'm really wondering is how do I stub mscorlib with version 8.2.1 of IKVM? If it is still with the ikvmstub executable, I need to know where I can find it.
Thanks!
I can see from #125 that
ikvmstubhas been renamed toIKVM.Tool.Exporter, but I'm unable to find anything namedIKVM.Tool.Exporterorikvmstubin the IKVM package after installation (dotnet restore). Where do I find the executable formerly known asikvmstub? :)For a bit of context, I'm working on HtmlUnit/NHtmlUnit#36 where I'm currently trying to translate the old
make.cmdscript into whatever version 8.2.1 of IKVM supports. I'm currently stuck at the following line:%IKVMSTUB% mscorlibSo what I'm really wondering is how do I stub
mscorlibwith version 8.2.1 of IKVM? If it is still with theikvmstubexecutable, I need to know where I can find it.Thanks!