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
{{ message }}
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
The ActionCommandExtensions create lots of Rx subscriptions internally. These subscriptions are never disposed.
This should be communicated to the ActionCommand and an explicit Dispose call should be executed in the containing class to release all these subscriptions.
The text was updated successfully, but these errors were encountered:
The
ActionCommandExtensions
create lots ofRx
subscriptions internally. These subscriptions are never disposed.This should be communicated to the
ActionCommand
and an explicitDispose
call should be executed in the containing class to release all these subscriptions.The text was updated successfully, but these errors were encountered: