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

https://github.com/dotnet/wpf/tree/master/src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml

With the recent changes done in Roslyn to allow reproducible builds, it would be useful in il-repack had that option as well. As far as I can tell, there are...

With CoreCLR 2.0 it is possible to run .NET Framework assemblies with CoreCLR, if they do not use anything not implemented in CoreCLR, It means, that there is a chance...

Not sure it was any (real) impact but it causes a PEVerify error: ``` .class extern /*2700001A*/ forwarder System.Collections.IStructuralComparable { .assembly extern mscorlib /*23000004*/ } .class extern /*2700001B*/ forwarder System.Collections.IStructuralEquatable...

bug

Currently when some dependency is merged twice ILRepack will duplicate and rename same types. ``` A + + B C

We were merging several assemblies, one of which contained some `InternalsVisibleTo` attributes that were to be merged into the primary assembly. Currently ILRepack does not seem to be able to...

up-for-grabs
enhancement

I am using ILRepack v 2.0.15 to merge netstandard assemblies, that works on win but on ubuntu (after working around some other errors) I get this error message: INFO: Adding...

bug

two dll is ok,megered dll is ok, can opened with ilspy or reflector,see is normal, but when use in unity,direct crash,hope get some advice=。=

After using ILRepack within the cake script. Repacking works like charm, successfully producing a merged DLL. I am repacking around 15 dll files. The end result is single dll file....