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

Remove DistinctUntilChanged from WhenAnyValue #3846

Open
user98392 opened this issue Jun 24, 2024 · 1 comment
Open

Remove DistinctUntilChanged from WhenAnyValue #3846

user98392 opened this issue Jun 24, 2024 · 1 comment

Comments

@user98392
Copy link

When WhenAnyValue is used for example on a boolean property it doesn't react to all the changes and that is a problem.
The reason is DistinctUntilChanged that is sitting on the last line of the SubscribeToExpressionChain method in the ReactiveNotifyPropertyChangedMixin class.

@glennawatson
Copy link
Contributor

This won't be changing. It will be a breaking change for all users.

Possibly new operators could be added since this won't be a breaker binary change for existing users, and a change of existing functionality.

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