gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.14k stars 213 forks source link

Support for mixed mode assemblies #200

Open davidhunter22 opened 6 years ago

davidhunter22 commented 6 years ago

Is there any intent to support mixed mode assemblies, those containing unmanaged code in il-repack? This would be very useful even if only one input assembly was allowed to contain unmanaged code which I've been told might be easier to do.

gluck commented 6 years ago

Hi,

no intent on my side, but I'd accept PRs for it (indeed it might be feasible if a single lib is mixed mode as far as I remember). Though you may need to have Cecil support it first (round-trip a mixed mode assembly).

Thanks.