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
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.
The text was updated successfully, but these errors were encountered:
AddRange()
should probably avoid sending the property changed notifications if the passed incollection
is empty and no items are added. I ran into some downstream index out-of-range exceptions in a UWP app whenAddRange()
was called and no items were added to a collection that was already empty.The text was updated successfully, but these errors were encountered: