Skip to content

This is a simple Fody weaver that implements INotifyPropertyChanged for any property that has the [NotifyChanged] attribute. It is similar in concept to Fody.PropertyChanged, except it works on an opt-in basis instead of opt-out. This, in my opinion, creates one less surprise for people reading your codebase for the first time.

Notifications You must be signed in to change notification settings

ashelleyPurdue/AutoPropertyChanged

About

This is a simple Fody weaver that implements INotifyPropertyChanged for any property that has the [NotifyChanged] attribute. It is similar in concept to Fody.PropertyChanged, except it works on an opt-in basis instead of opt-out. This, in my opinion, creates one less surprise for people reading your codebase for the first time.

Stars

Watchers

Forks

Packages

No packages published

Languages