Skip to content

Release 7.5.0-pre202010141113

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 11:26
e70a515

Add

  • Add to support nested property path on ObserveProperty, ToReactivePropertyAsSynchronized and ToReactivePropertySlimAsSynchronized like following:
    obj.ObserveProperty(x => x.Child.Name);