Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve raisePropertyChanged error handling #170

Open
sdoward opened this issue Apr 9, 2018 · 0 comments
Open

Improve raisePropertyChanged error handling #170

sdoward opened this issue Apr 9, 2018 · 0 comments
Assignees

Comments

@sdoward
Copy link

sdoward commented Apr 9, 2018

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
and raisePropertyChanged() 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

Given raisePropertyChanged() 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

@mrsasha mrsasha added this to the 0.10 milestone Apr 9, 2018
@mrsasha mrsasha self-assigned this Apr 9, 2018
@mrsasha mrsasha removed this from the 0.10 milestone Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants