You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caliburn.Micro has a set of annotations in this library to support ease of use for MVVM scenarios. As of version 3.2.0, Caliburn now supports a Set<T> method in order to invoke NotifyPropertyChanged. If there's support for it, I'd like to add that method to this library.
The text was updated successfully, but these errors were encountered:
alanisaac
changed the title
Add the Set<T> method for Caliburn.Micro
Annotate the Set<T> method for Caliburn.Micro
Dec 18, 2018
Caliburn.Micro has a set of annotations in this library to support ease of use for MVVM scenarios. As of version 3.2.0, Caliburn now supports a
Set<T>
method in order to invoke NotifyPropertyChanged. If there's support for it, I'd like to add that method to this library.The text was updated successfully, but these errors were encountered: