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

Hello, I'd fixed the problem found in the issue #277. Would you like to review and merge it into the master? My changes: 1. Bugfix in the ResourcesRepackStep. 2. New...

Hello, I've just found the bug by merging class libraries with a WindowsForms Application targeted to NET Core3.1. The integrated image resources can't be loaded anymore. The exception is being...

I followed the instructions in below post to merge .NET standard 2.0 assembly in Visual Studio 2017 for Mac: https://www.meziantou.net/2018/08/28/merging-assemblies-using-ilrepack It is a sample application with just nuget reference for...

Some assemblies have a problem with the repacking, for example Npgsql v4.1.5.0. In this case the npgsql assembly method (TextHandler.Read) has a "Reduce Access" error since the method of the...

Hi, I am trying to use ILrepack as an alternative to ILMerge to merge and delay sign the merged assembly. But it seems delay sign does not seem to work...

I have created a simple PoC composed of two .NET Standard 2.0 libraries: - ClassLibrary1 (with a reference to ClassLibrary2) - ClassLibrary2 When I launch (from command-line) ILRepack, it's not...

Below is to share my finding and check if it was considered before: After profiling our build process (100 minutes on 20 cores, about 40 minutes spent in ilrepack) I...

If there are 3 assemblies: Primary, Reference, Source the TryPatchPath would not patch the path and a wrong would be generated as relative path (eg. /Reference**pack://**...) Primary: content does not...

Hi all. So recently I've been trying to change from [Costura.Fody](https://github.com/Fody/Costura) to something like `ILMerge`, due to a small startup cost from Fody. I have several dependencies, and ILRepack merges...