You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output.
Bundles merge your application, the libraries it uses and the Mono runtime into a single executable image. You can think of bundles as “statically linking mono” into your application.
The text was updated successfully, but these errors were encountered:
As mentioned in #7 it would be nice to have a compact image.
Is it possible to have two images?
Possibilities to explore:
ILMerge https://www.microsoft.com/en-us/download/details.aspx?id=17630
Mono bundles http://www.mono-project.com/docs/advanced/runtime/
The text was updated successfully, but these errors were encountered: