/AutoPropertyChanged

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.

Primary LanguageC#

This repository is not active