ILRepack VS Fody

Compare ILRepack vs Fody and see what are their differences.

ILRepack

Open-source alternative to ILMerge (by gluck)

Fody

Extensible tool for weaving .net assemblies (by Fody)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ILRepack Fody
3 12
1,093 4,232
- 0.4%
9.2 8.7
12 days ago 16 days ago
C# C#
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ILRepack

Posts with mentions or reviews of ILRepack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-14.
  • .net framework single file
    1 project | /r/csharp | 14 Mar 2022
    ILRepack might be what you're looking for: https://github.com/gluck/il-repack
  • Assembly.Load alternative?
    4 projects | /r/dotnet | 14 Dec 2021
    Combine applications by merging IL, not by storing it in resources. (il-merge, il-repack and unknown to me 'libz', or write your own merger using Mono.Cecil or dnLib)
  • Is there any internal command line parser in dotnet
    3 projects | /r/dotnet | 7 Jun 2021
    Depending on which version of .NET you're building with, there are various tools to allow you to statically link all of your assemblies into one executable. Examples are ILMerge for .NET Framework and ILRepack for .NET Core.

Fody

Posts with mentions or reviews of Fody. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.

What are some alternatives?

When comparing ILRepack and Fody you can also consider the following projects:

ILMerge - ILMerge is a static linker for .NET Assemblies.

Mono.Cecil - Cecil is a library to inspect, modify and create .NET programs and libraries.

Aspect Injector - AOP framework for .NET (c#, vb, etc)

dnSpy

command-line-api - Command line parsing, invocation, and rendering of terminal output.

NConcern - NConcern .NET AOP Framework

dnlib - Reads and writes .NET assemblies and modules

Harmony - A library for patching, replacing and decorating .NET and Mono methods during runtime

Gt.SubProcess - A library to run sub-processes on .net