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

More granular Internalize excluding. This allows an attribute named "RepackExcludeInternalizeAttribute" to be used to prevent internalizing these top level types. https://github.com/gluck/il-repack/issues/306

Hello, I have a problem with using ILRepack. Could you please help me? I have shown my use case graphically here (see image 1). Could you please look at this...

I am using ILRepack in a program to pack an assembly that is created using CodeDom with its references. This a my example: ` // Input assemblies are defined in...

When I try to merge, I get the error. `Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at Mono.Cecil.BaseAssemblyResolver.Resolve(AssemblyNameReference name, ReaderParameters parameters) at Mono.Cecil.DefaultAssemblyResolver.Resolve(AssemblyNameReference name) at Mono.Cecil.MetadataResolver.Resolve(TypeReference type) at...

I need to create an assembly that contains the content of an assembly that contains references to netmodules. This fails with a null references when trying to access the .Assembly...

Hey, I have an open-source library which is published as a nuget package. It also has a corresponding symbols nuget package for ( .snupkg ). Unfortunately, when ILRepack is enable...

``` WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following WARN: - Remove the assembly defining...

needs-info

Currently, IL Repack is coded with the feature parity towards ILMerge command line arguments in mind, but not using IL Repack as dependency. As such, a good feature would be...

If I use IL Repack, is there an option to only include types that are used instead of the whole assembly?

I have OpenJDK 16.0.1. I'm not a Java-savvy person, so don't know what's best. The repo was git cloned as per the description in github. Gradle failed as follows: ```...