Fody/PropertyChanged
Injects INotifyPropertyChanged code into properties at compile time observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 91
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5170
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
1967 stars · 230 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PropertyChanged.Fody is a Fody add-in that injects INotifyPropertyChanged notification code into property setters at compile time via IL weaving. It eliminates boilerplate in C# MVVM applications by automatically raising PropertyChanged events, including for dependent computed properties.
Use cases
- remove inotifypropertychanged boilerplate from c# viewmodels
- automatically raise property changed events at compile time
- notify dependent computed properties when source properties change
- simplify mvvm viewmodel property change notifications
- weave property change code into existing c# classes
When to choose
- you write WPF, UWP, or other .NET MVVM apps and want zero-boilerplate change notification
- you want dependent properties to automatically raise change events
- you prefer compile-time weaving over runtime reflection or base-class approaches
When to avoid
- your project does not use the .NET/C# ecosystem
- you need runtime-configurable notification behavior rather than compile-time injection
- you are unwilling to adopt the Fody build pipeline or its patron licensing model
Facets
library · maturity active
build-tool developer-tools developer-tools frontend cross-platform dotnet cross-platform fody il-weaving inotifypropertychanged mvvm compile-time-code-generation csharp
1 source
- readme: https://github.com/Fody/PropertyChanged · fetched 2026-08-28 · adb10281086d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Fody/PropertyChanged | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="Fody/PropertyChanged")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem