canton7 / PropertyChanged.SourceGenerator

Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your build. Supports features such as automatic and manual dependencies between properties, notifications when specific properties change, and more.
MIT License
138 stars 14 forks source link

add `inheritdoc` to the events #29

Closed rsking closed 1 year ago

rsking commented 1 year ago

first try at something in the code base

canton7 commented 1 year ago

I just tweaked how we test the output, otherwise looks good thanks!