diff --git a/accepted/2024/observable_collection.md b/accepted/2024/observable_collection.md index 381b3a10..09f4dbfd 100644 --- a/accepted/2024/observable_collection.md +++ b/accepted/2024/observable_collection.md @@ -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 \ No newline at end of file