-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bugfix: BindingListCollectionView item replace issue (#1314) #2924
base: main
Are you sure you want to change the base?
Conversation
/cc @SamBent |
@ryalanms, @fabiant3, @SamBent My issues created for other MS repos (eg. WinForms) are usually processed much faster. Please let me know if I can help in any way. |
@koszeggy, I am reviewing the PR currently, the changes look good. Wanted to know if you were able to test your fix with the sample application or not? |
@dipeshmsft: Yes, when I created the PR I tested it with a preview version of .NET 5. |
...rosoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/BindingListCollectionView.cs
Show resolved
Hide resolved
@koszeggy, can you make the necessary changes for this PR before we take it for a test pass? |
Ah ok, it wasn't quite clear to whom "we" was referring to in "we can add that check". :) I need to make my fork up-to-date and allocate some time for it if you wish me to do it. Maybe I can do it this week. But feel free to add these checks if it's quicker and you are already into it. |
Please find my reply here. |
Anyone? 🥺 |
Fixes #1314 (BindingListCollectionView ignores item replace). See the issue thread for details along with reproduction and test app.