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

Given two modules with each a ModuleInitializer defined, one assembly will win, the other ModuleInitializer will be ignored. The static constructor of the root `` class should never be ignored,...

I'm using 2.0.18 ok, but nuget advised me that there was an update, so I decided to try it. I run the repack in a post-build CMD file, with this...

needs-info

I have a WCF client application that I run ILRepack on to eliminate its dependency assemblies. The ILpacked program works fine on all endpoints except for it gets 400 (Bad...

I need to drop multiple types with different attributes and I've noticed that due to `RepackImporter.ShouldDrop()`, ILMerge supports only one attribute. Why? I suggest supporting multiple attributes separated by a...

needs-info

Thank you for il-repack 2.0.8. I'd like to request support for the /closed command line option, which should do what ilmerge does. Thank you.

enhancement

Using ILRepack 2.0.18 and trying to merge Oracle.ManagedDataAccess.dll returns the following error: ``` 1>  System.InvalidCastException: No se puede convertir un objeto de tipo 'System.SByte' al tipo 'System.String'. 1>     en Mono.Cecil.MetadataBuilder.GetConstantSignature(ElementType...

needs-info

Hello, I'm trying to merge some AspNetCore dlls. At some point, the merge tries to fix-up the references in type `Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionLimitMiddleware`. This type has a `OnConnectionAsync` method, which will at...

needs-info

Hi, This is a WPF app developed using Visual Studio 2017 Community on a Win 10 Pro system. This is the error that I am getting: ------------------------------------------------------- ``` INFO: Adding...

needs-info

Since I use both ILRepack and latest Cecil as assemblies, it would make things much easier if the cecil changes are merged upstream (we manually merge multiple branches and fixes...

question

If two assemblies happen to use the same default namespace, their resources.resx files will generate two `Resources` classes which can be merged by using `/union` switch. However, the generated `.resources`...

enhancement