Skip to content

Improve raisePropertyChanged error handling  #170

@sdoward

Description

@sdoward

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions