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

There is MSBuild task for ILRepack, but it contains outdated version of ILRepack. https://github.com/peters/ILRepack.MSBuild.Task Do you consider have task like that as part of your project and your NuGet ?

enhancement

Using current Visual Studio for Mac stable, the following command does not work. The same ILRepack command does work in VS2015 on windows. The xxx.Shared project is simple PCL project...

Is there any intent to support mixed mode assemblies, those containing unmanaged code in il-repack? This would be very useful even if only one input assembly was allowed to contain...

enhancement

If no explicit version (/ver:) has been defined but a template assembly to copy the attributes from (/attr:), use the assembly version of the template file. That way we get...

I'm not sure how to debug this, and I apologize in advance for the very generic issue report - I simply don't have any more information at this time. I...

Trying to merge IdentityServer3 and its WsFed plugin (version 2.6): `ILRepack.exe -internalize -wildcards -union -out:./merged/IdentityServer3.dll IdentityServer3.dll IdentityServer3.WsFederation.dll` And then loading the assembly gives me > Unhandled Exception: System.BadImageFormatException: Duplicate type...

Hi, I'm getting the following exception when attempting to merge: ``` System.ArgumentException: Value does not fall within the expected range. at Mono.Cecil.SignatureWriter.WriteCustomAttributeEnumValue(TypeReference enum_type, Object value) at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement(TypeReference type, CustomAttributeArgument argument)...

With unity assemblies changing the order of fields on classes breaks the game. I would like to merge into an existing `AssemblyDefinition` instance, in the hopes that the metadata for...

I tried to integrate third party class library satellite assemblies in to my executable but it doesn't work. Although I can use the SingleAssemblyComponentResourceManager from following discussion and made it...

When I add the /index parameter on Linux, ILRepack fails with: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'IKVM.Runtime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) [0x00000] in :0 at...