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

![image](https://user-images.githubusercontent.com/1912242/105568391-9f5c3180-5cfe-11eb-9ff0-3661116e1cbe.png) ![image](https://user-images.githubusercontent.com/1912242/105568396-a4b97c00-5cfe-11eb-8d3c-ff3021fb315a.png) ![image](https://user-images.githubusercontent.com/1912242/105568443-e3e7cd00-5cfe-11eb-8e36-0058fa944e58.png) Thankfully I have a copy of ILRepack.exe version 2.0.16 which continues to work well. It would be nice to be able to upgrade to version 2.0.18 by...

interface IA { int Property [int index] { get; } } class A : IA { IA.Property [int index] { get { ... } } }

Hi guys I ran to this issue and I know how to solve. I just want to make sure, that you guys can find the resolution and authors can look...

Hey, for some reason it doesn't work when I provide multiple /lib, here are the commands I use: `./ILRepack.exe C:/Users/X/Desktop/A.exe /out:C:/Users/X/Desktop/SomeDir/A.exe /lib:C:/Users/X/Desktop/SomeDir /lib:C:/Users/X/Desktop/AnotherDir` Only the first /lib is used, but...

This PR, as a workaround, addresses #283 , #255, #242

When trying to run ILRepack against a .NET Framework application on Linux, I get an error which says that it failed to merge configuration files. Repro: 1. Clone https://github.com/xunit/xunit 2....

When trying to run ILRepack with delaySign, it seems that the output assembly cannot be delay-signed properly. Parameters we set: `KeyFile="KeyFile" DelaySign=true TargetKind="Dll" OutputFile="OutputFile" InputAssemblies="InputAssemblies" CopyAttributes=true AllowMultiple=true Internalize="false" Verbose=true Parallel=true`...

Hi, thanks for the awesome tool! I am about to migrate a cake script to use only dotnet cli. And I thought since cake already uses ILRepack as a standalone...

I have a solution with two projects: * **server** -> output is `server.exe` * **lib** -> output is `lib.dll` Server depends on lib, It also has a dependency with `CommandLine.dll`,...

needs-info