Fody VS ModuleInit

Compare Fody vs ModuleInit and see what are their differences.

Fody

Extensible tool for weaving .net assemblies (by Fody)

ModuleInit

Adds a module initializer to an assembly. (by fodyarchived)
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
Fody ModuleInit
12 1
4,237 110
0.5% -0.9%
8.7 10.0
18 days ago almost 2 years ago
C# C#
MIT License 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.

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.

ModuleInit

Posts with mentions or reviews of ModuleInit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-04.
  • What does Realm.Fody do?
    7 projects | dev.to | 4 Apr 2023
    Module initializers are a kinda obscure feature of .NET that allows writing initialization code for an assembly. They allow libraries to do one-time initialization when loaded, without the need for the user to explicitly call anything. It's a quite niche feature, but unfortunately it was not exposed in C#, and that led to users finding their own way of using it, like with ModuleInit.Fody. Given the need for it, Microsoft then decided to add it in supported platform starting from C# 9.0.

What are some alternatives?

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

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

JustDecompile Engine - The decompilation engine of JustDecompile

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

csharplang - The official repo for the design of the C# programming language

dnSpy

ILSpy - .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

ILRepack - Open-source alternative to ILMerge

Realm Xamarin - Realm is a mobile database: a replacement for SQLite & ORMs

NConcern - NConcern .NET AOP Framework

PropertyChanged - Injects INotifyPropertyChanged code into properties at compile time

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

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