Skip to content

Commit

Permalink
Clarify that new interface would likely require new type in WinUI
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Aug 7, 2024
1 parent 7c22a95 commit 4d4f3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions accepted/2024/observable_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ exceptions.
falling back when it's not. This would also allow change of semantics to
allow for non-contiguous updates, for instance.
- Con: Complicates that API; requires all consumers to explicitly opt-in, even
if happen to already support bulk notifications. Will likely take longer to
be supported by UI frameworks.
if happen to already support bulk notifications. Would also likely require
adding a corresponding interface to WinUI that .NET can project to. Will
likely take longer to be supported by UI frameworks.

[issue]: https://github.com/dotnet/runtime/issues/18087

0 comments on commit 4d4f3ed

Please sign in to comment.