[Mono-list] mkbundle not honoring '--deps' option

David Curylo curylod at asme.org
Wed Jun 21 13:00:23 UTC 2017


I’ve been working with the new mkbundle recently and found that the ‘--deps’ option doesn’t appear to be honored anymore and dependent assemblies have to be specified individually.  Is there a new option that took its place?

Here is an example of my command, and notice I have to specify libraries like System.dll.

mkbundle --deps --static --config /etc/mono/config -L /usr/lib/mono/4.5 -o out/myapp bin/Release/publish/MyApp/*.exe bin/Release/publish/MyApp/*.dll /usr/lib/mono/4.5/mscorlib.dll /usr/lib/mono/4.5/System.dll

Thanks for any recommendations.
-Dave


More information about the Mono-list mailing list