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

I have a .NET 2.0 assembly and a .NET 4.0 assembly. Is there any way to merge the 2.0 into a 4.0 assembly and tell it to use 2.0 still?...

Is there anyway to NOT merge app.config files? Even if not, can you point me to where in the source code this app.config merging is done so I can comment...

I get the following error regarding "merge configuration files" I'm assuming something is malformed within the config files themselves but I'm unsure what. How can I debug this? > ERROR:...

up-for-grabs
bug

I've been using ILRepack for combining some assemblies that have baml resources, and I have a need to be able to load two different versions of the same assembly. However...

If a specific property of a class has multiple attributes of the same type, and the "AttributeUsageAttribute" is inherited from a base type, then the "AllowMultiple" value of the "AttributeUsageAttribute"...

My goal is to repack a bunch of assemblies with associated PDB's into a single assembly with a PDB that covers all the source. I was able to achieve a...

Hi all, I'm trying to merge a big set of the .NET Standard dll's into a WPF project. Previously this worked fine but after upgrading some thing to the latest...

Any chance that you can get this working with the latest version?? When I use the latest version it complains about resource stuff... ResourceEntry does not appear to exist anymore...

I am using Mono.Data.Sqlite (the NuGet package) for an application that I have. Mono.Data.Sqlite requires the file sqlite3.dll (taken from the SQLite downloads page) to be in the same directory...