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

When I'm trying to merge two dll's I'm getting the below exception This is the command line I'm using: ``` C:\Users\XXX\Downloads\ilrepack.2.0.15\tools>ILRepack.exe /targetplatform:v4, "C:\Windows\Microsoft.NET\Framework64\v4.0.30319" /out:C:\Users\XXX\Desktop\output\client.dll C:\Users\XXX\Desktop\output\lib1.dll C:\Users\XXX\Desktop\output\lib2.dll ``` ![2](https://user-images.githubusercontent.com/1023081/39080879-b3b76ff6-4554-11e8-8e37-181092b15d47.png)

I am attempting to merge MassTransit 2.8 and Magnum into my own assembly. Magnum has Newtown.Json merged already into itself, MassTransit references a different version. Using the latest IL-Repack from...

The call to System.Security.Cryptography.SHA1Managed for signing assemblies is failing FIPS compliance because it is using an algorithm implemented in managed code. The method call to System.Security.Cryptography.SHA1Managed from within one of...

needs-info

![image](https://user-images.githubusercontent.com/1482681/36111882-f672f3e0-1027-11e8-9662-23d974259f85.png)

Hi guys, I'm having an issue with the merged version of my application which is causing me runtime problems. I can see an issue with system.net.http lib as follows, while...

This isn't an issue, per se, but I couldn't find a better place to put it. I'm working on a project that involves merging several individual assemblies into a single...

up-for-grabs
enhancement

I'm using beta version of ilrepack. It is unable to find any package references of a netstandard 2 lib merged with another netstandard 2 lib. I manually added this one:...

hi, is there a way to repack a "addin" dll? I have the following scenario: * lot of base dll's * one exe that use the base dll's this one...

``` System.InvalidOperationException: ILRepack does not support merging non-.NET libraries (e.g.: native libraries) ---> Sys tem.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid. at Mono.Cecil.PE.ImageReader.ReadOptionalHeaders(UInt16& subsystem, UInt16& dll_characteristics)...

Types with comma symbol in their names creates broken references in merged assemblies. For example [IteratorStateMachine] generates state-machine class with comma in name http://take.ms/F7c5L (il-spy failed to properly display this...