same code: ```csharp var view = observableList.CreateView(x => x); ItemsView = view.ToNotifyCollectionChanged(SynchronizationContextCollectionEventDispatcher.Current); observableList.AddRange(new[] { 1, 2, 3, 4, 5 }); ``` framework: <img width="1670" height="860" alt="Image" src="https://github.com/user-attachments/assets/46ed0018-fd88-4aa3-8e6f-38d327a0d0cf" /> core: <img width="1741" height="966" alt="Image" src="https://github.com/user-attachments/assets/84b5c13f-ee28-4c0e-a406-fce96d9510c1" />
same code:
framework:

core: