You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of updating the ReactiveUI and Reactive nuget packages to the lastest versions. I am also starting to replace all instances of [Deprecated]ReactiveList<T> with Dynamic Data'sSourceList<T>, per the suggestion here on the ReactiveUI site.
I was wondering if updating was planned or purposefully avoided. Is the use of ReactiveLists just legacy or is there a functional reason for using them that you found?
The text was updated successfully, but these errors were encountered:
I am in the process of updating the ReactiveUI and Reactive nuget packages to the lastest versions. I am also starting to replace all instances of
[Deprecated]ReactiveList<T>
with Dynamic Data'sSourceList<T>
, per the suggestion here on the ReactiveUI site.I was wondering if updating was planned or purposefully avoided. Is the use of ReactiveLists just legacy or is there a functional reason for using them that you found?
The text was updated successfully, but these errors were encountered: