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
Hi,
I see that the implementation of ObservableObject uses the PropertyChanged event, but it is not through the WeakEventManager (see line 47 of ObservableObject.cs).
If this event is not unhooked, it could create memory leaks in applications.
So I would suggest to replace it like in Commands/Command.cs, line 114.
Would you appreciate if I would submit a PR?
Regards, Damiano
The text was updated successfully, but these errors were encountered:
Hi,
I see that the implementation of ObservableObject uses the PropertyChanged event, but it is not through the WeakEventManager (see line 47 of ObservableObject.cs).
If this event is not unhooked, it could create memory leaks in applications.
So I would suggest to replace it like in Commands/Command.cs, line 114.
Would you appreciate if I would submit a PR?
Regards, Damiano
The text was updated successfully, but these errors were encountered: