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
If a visual element has any behaviours on it, it is not getting cleared. This can lead to the entire page and view models etc not being garbage collected.
Adding the following makes it work for me in tear down.
visualElement.Behaviors.Clear();
Happy to discuss further.
The text was updated successfully, but these errors were encountered:
If a visual element has any behaviours on it, it is not getting cleared. This can lead to the entire page and view models etc not being garbage collected.
Adding the following makes it work for me in tear down.
Happy to discuss further.
The text was updated successfully, but these errors were encountered: