ILRepack 2.0.30

dotnet add package ILRepack --version 2.0.30
NuGet\Install-Package ILRepack -Version 2.0.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ILRepack" Version="2.0.30">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILRepack --version 2.0.30
#r "nuget: ILRepack, 2.0.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ILRepack as a Cake Addin
#addin nuget:?package=ILRepack&version=2.0.30

// Install ILRepack as a Cake Tool
#tool nuget:?package=ILRepack&version=2.0.30

Build status NuGet GitHub license
Gitter chat

Introduction

ILRepack is meant at replacing ILMerge / Mono.Merge.

The former being closed-source (now open-sourced), impossible to customize, slow, resource consuming and many more. The later being deprecated, unsupported, and based on an old version of Mono.Cecil.

Here we're using latest (slightly modified) Cecil sources (0.11.5), you can find the fork here.

Downloads

You can grab it using NuGet.

Or if you're old-school (and want to stay like that), this direct link will give you the latest nupkg file, which you can open as a zip file.

Syntax

A console application is available (can be used as DLL as well), using same syntax as ILMerge:

Syntax: ILRepack.exe [options] /out:<path> <path_to_primary> [<other_assemblies> ...]

 - /help                displays this usage
 - /keyfile:<path>      specifies a keyfile to sign the output assembly
 - /keycontainer:<name> specifies a key container to sign the output assembly (takes precedence over /keyfile)
 - /log:<logfile>       enable logging (to a file, if given) (default is disabled)
 - /ver:M.X.Y.Z         target assembly version
 - /union               merges types with identical names into one
 - /ndebug              disables symbol file generation
 - /copyattrs           copy assembly attributes (by default only the primary assembly attributes are copied)
 - /attr:<path>         take assembly attributes from the given assembly file
 - /allowMultiple       when copyattrs is specified, allows multiple attributes (if type allows)
 - /target:kind         specify target assembly kind (library, exe, winexe supported, default is same as first assembly)
 - /targetplatform:P    specify target platform (v1, v1.1, v2, v4 supported)
 - /xmldocs             merges XML documentation as well
 - /lib:<path>          adds the path to the search directories for referenced assemblies (can be specified multiple times)
 - /internalize[:<excludefile>]  sets all types but the ones from the first assembly 'internal'. <excludefile> contains one regex per
                                 line to compare against FullName of types NOT to internalize.
 - /renameInternalized  rename all internalized types
 - /excludeinternalizeserializable do not internalize types marked as Serializable
 - /delaysign           sets the key, but don't sign the assembly
 - /usefullpublickeyforreferences - NOT IMPLEMENTED
 - /align               - NOT IMPLEMENTED
 - /closed              - NOT IMPLEMENTED
 - /allowdup:Type       allows the specified type for being duplicated in input assemblies
 - /allowduplicateresources allows to duplicate resources in output assembly (by default they're ignored)
 - /zeropekind          allows assemblies with Zero PeKind (but obviously only IL will get merged)
 - /wildcards           allows (and resolves) file wildcards (e.g. `*`.dll) in input assemblies
 - /parallel            use as many CPUs as possible to merge the assemblies
 - /pause               pause execution once completed (good for debugging)
 - /repackdrop:AttributeClass allows dropping specific members during merging (#215)
 - /verbose             shows more logs
 - /out:<path>          target assembly path, symbol/config/doc files will be written here as well
 - <path_to_primary>    primary assembly, gives the name, version to the merged one
 - <other_assemblies>   ...

Note: for compatibility purposes, all options can be specified using '/', '-' or '--' prefix.

How to build

Builds directly from within Visual Studio 2022, or using msbuild:

git clone --recursive https://github.com/gluck/il-repack.git
cd il-repack
msbuild

TODO

  • Crash-testing
  • Add remaining features from ILMerge (closed / align)
  • Un-fork Cecil
  • Merge import process & reference fixing

DONE

  • PDBs & MDBs should be merged (Thanks Simon)
  • Fixed internal method overriding public one which isn't allowed in the same assembly (Simon)
  • Attribute merge (/copyattrs)
  • XML documentation merge
  • Clean command line parameter parsing
  • Add usage / version
  • App.config merge
  • Internalizing types (Simon)
  • Delay signing (Simon)
  • Target platform selection (Simon)
  • Automatic internal type renaming

Sponsoring / Donations

If you like this tool and want to express your thanks, you can contribute either time to the project (issue triage or pull-requests) or donate money to the Free Software Foundation.

Donate

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ILRepack:

Package Downloads
Vostok.Sys.Metrics.ETW The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides system metrics on Windows platform via ETW

ILRepack.FullAuto

Full automatic ILRepack executor on .NET, .NET Core and .NET Framework

PrzyjaznaFaktura

Biblioteka integracyjna z systemem PrzyjaznaFaktura

Publicise.MSBuild.Task

MSBuild task to make assemblies with all members public.

ClickLib

Package Description

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on ILRepack:

Repository Stars
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
JavScraper/Emby.Plugins.JavScraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
obfuscar/obfuscar
Open source obfuscation tool for .NET assemblies
xamarin/xamarin-android
Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
Version Downloads Last updated
2.0.30 2,369 4/5/2024
2.0.28 1,532 3/19/2024
2.0.27 11,138 1/15/2024
2.0.26 1,297 1/10/2024
2.0.25 2,164 1/8/2024
2.0.24 827 1/7/2024
2.0.18 970,088 9/8/2019
2.0.17 154,477 5/21/2019
2.0.16 307,035 7/30/2018
2.0.15 165,718 12/7/2017
2.0.14 3,859 11/21/2017
2.0.13 149,951 4/6/2017
2.0.12 20,653 10/24/2016
2.0.11 8,669 8/22/2016
2.0.10 243,588 1/8/2016
2.0.9 4,528 12/16/2015
2.0.8 7,965 10/6/2015
2.0.5 8,339 8/19/2015
2.0.4 3,554 7/30/2015
2.0.3 3,025 7/22/2015
2.0.2 5,282 6/18/2015
2.0.1 6,850 6/14/2015
2.0.0 2,726 6/7/2015
1.26.0 36,627 5/2/2015
1.25.0 66,386 2/17/2014
1.24.0 3,227 1/20/2014
1.23.0 2,893 12/16/2013
1.22.2 5,063 3/3/2013
1.22.1 2,831 3/3/2013
1.22.0 2,930 3/3/2013
1.21.3 2,151 2/5/2013
1.21.2 2,034 1/23/2013
1.21.1 1,959 1/22/2013
1.20.0 3,276 12/1/2012
1.18.0 3,349 10/15/2012
1.17.0 3,818 10/3/2012