-
Notifications
You must be signed in to change notification settings - Fork 0
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.
ashelleyPurdue/AutoPropertyChanged
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published