Catel/Catel.Fody

Support migration of RaisePropertyChanged(() => MyProperty) to RaisePropertyChanged(nameof(MyProperty))

Closed this issue · 3 comments

Support migration of RaisePropertyChanged(() => MyProperty) to RaisePropertyChanged(nameof(MyProperty))
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Did an implementation tonight. Need to double check to make sure it works on another day.

Available in 4.4.0 (beta).