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

AddRange should avoid sending notifications if no items added #2

Open
Zofware opened this issue Feb 19, 2022 · 0 comments
Open

AddRange should avoid sending notifications if no items added #2

Zofware opened this issue Feb 19, 2022 · 0 comments

Comments

@Zofware
Copy link

Zofware commented Feb 19, 2022

AddRange() should probably avoid sending the property changed notifications if the passed in collection is empty and no items are added. I ran into some downstream index out-of-range exceptions in a UWP app when AddRange() was called and no items were added to a collection that was already empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant