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
At the moment it is possible to call raisePropertyChanged("") with a parameter that is not associated with a binding and no exception or logging happens.
Also if a one way binding is configured and raisePropertyChanged the call is ignored
Expected Behaviour
Given a 1 way binding is configured andraisePropertyChanged() is called on that binding then an error should be thrown if in debug mode or an exception should be logged if not in debug mode
GivenraisePropertyChanged() is called and that corresponding binding is not available then an error should be thrown if in debug mode or an exception should be logged if not in debug mode
The text was updated successfully, but these errors were encountered:
At the moment it is possible to call
raisePropertyChanged("")
with a parameter that is not associated with a binding and no exception or logging happens.Also if a one way binding is configured and
raisePropertyChanged
the call is ignoredExpected Behaviour
Given a 1 way binding is configured
and
raisePropertyChanged()
is called on that bindingthen an error should be thrown if in debug mode or an exception should be logged if not in debug mode
Given
raisePropertyChanged()
is calledand that corresponding binding is not available
then an error should be thrown if in debug mode or an exception should be logged if not in debug mode
The text was updated successfully, but these errors were encountered: