vlkam
vlkam
Otherwise, bindings don't work Solution : comment line ((v is IComparable) && ((IComparable)v).CompareTo(Value) != 0)) in method void OnSideChanged(Expression expr, Expression dependentExpr, int causeChangeId)
Solution : Add to RemoveMemberChangeAction method this line objectSubs.Remove(key); ` internal static void RemoveMemberChangeAction(MemberChangeAction sub) { var key = Tuple.Create(sub.Target, sub.Member); MemberActions subs; if (objectSubs.TryGetValue(key, out subs)) { // Debug.WriteLine...
First of all thank a lot for the great, convenient and awesome library! It is perfect! Unfortunately it can not be applied to mobile development Xamarin Forms for example. And...