il-repack icon indicating copy to clipboard operation
il-repack copied to clipboard

Open-source alternative to ILMerge

Results 117 il-repack issues
Sort by recently updated
recently updated
newest added

Hi We tried to use ILRepack to get a single exe of our WPF application, but it didn't work and we are not sure how to fix it - maybe...

needs-info

Hi, Just wanted to know what was the status of using Mono.Cecil 0.10 in il-repack. I see there is a 0.10 branch, but it is not clear if it is...

question

These changes reduce the amount of console output by default. Users can opt back in to receiving them with the /verbose flag. Background: #269.

ILRepack outputs a lot of info to the console which looks useful for debugging ILRepack itself but is not that interesting to users. Would it be nicer to be quiet...

I want to merge just 4 assemblies but not all the nuget package dlls as they are quite large and it increases load time if I do this. How can...

I have a scenario where it would be interesting to collapse/remap the namespace of types from assemblies being referenced and internalized when merging assemblies. For example: - Assembly A references...

enhancement

I can compile a simple WPF application using ilrepack when there are few to no references. When I add an .edmx file and try to instantiate the dbcontext, I get...

Hi, I just started using ILRepack. I try to create a single EXE for my application which is a quite thin layer on top of NUnit 2 GUI runner. At...

I've got a bunch of assemblies `{A1.dll, A2.dll, A3.dll...}` and corresponding test assemblies `{A1.Tests.dll, A2.Tests.dll, A3.Tests.dll...}` I'm merging the main assemblies together into a single `A.dll` for distribution, and now...

From the documentation I understand il-repack is created to replace il-merge. We would like to replace it, but I don't understand how. We currently use a publish profile to publish...