Fody/Fody
Extensible tool for weaving .net assemblies observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 98
- Release rhythm 32
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 82.5
- age_days: 5171
- days_rel: 377
- days_push: 14
- n_releases_24m: 5
Adoption not part of the score
4541 stars · 464 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fody is an extensible tool for weaving .NET assemblies, manipulating IL code as part of the build process. It provides an add-in model that eliminates the plumbing code normally required to integrate MSBuild and Visual Studio APIs for IL manipulation.
Use cases
- weave IL into .net assemblies at build time
- inject code into assemblies without source changes
- implement aspect-oriented programming in .net
- write custom msbuild il post-processing add-ins
- modify compiled assemblies during build pipeline
When to choose
- you need to modify .NET assembly IL as part of your build
- you want to add cross-cutting concerns like logging or INotifyPropertyChanged without source changes
- you are building a Fody add-in and need the core weaving engine
When to avoid
- you only need source-level code generation (use source generators instead)
- your project does not use MSBuild-based .NET tooling
- you cannot accept the project's patron/licensing expectations
Facets
library · maturity active
build-tool compiler plugin-system developer-tools developer-tools programming-languages compilers dotnet windows cross-platform cli il-weaving msbuild aop csharp nuget assembly-post-processing automation
1 source
- readme: https://github.com/Fody/Fody · fetched 2026-08-28 · 4f50bcc960a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Fody/Fody | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem