I'm looking for a replacement for ObservableCollection
that is thread-safe, raises events on the UI thread and preferably has an AddRange
method. I've seen a few implementations posted here and elsewhere, but I'd prefer an implementation that has been tested and validated and that I won't have to maintain myself.
So can anyone point me to such a replacement, preferable available via NuGet?