Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add initial draft for "Enabling Batch Events for ObservableCollection" #320
base: main
Are you sure you want to change the base?
Add initial draft for "Enabling Batch Events for ObservableCollection" #320
Changes from all commits
ee48c93
a75e6b9
089e5f6
3450d45
7c22a95
4d4f3ed
99e93c7
44a6450
3323a17
9114e0c
3e94bae
c076aa1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say the same collection being bound to multiple UI elements would be an uncommon pattern.
There are also only a few built-in surfaces in the UX frameworks that need to worry about this as they're all generally built upon a common base class.
It seems the most straight-forward approach is the global switch. I would hope if it were added early enough in the .NET 10 development cycle, it'd give frameworks a long runway to support leading up to release as part of the updating generally required release-to-release anyway as we've broken/changed other parts of .NET prior already (e.g. RID graph).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would not only impact WinUI (3), but UWP as well. In general, it would impact anyone trying to ever marshal this new interface across the WinRT boundary. The fact it impacts WinUI 3 and UWP is just a consequence of this.