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
recently I found an memory leak cased by MEF, when I defined a ViewModel like CodeEditViewModel with NonShared mark, when I close the view, the view model instance will still hold by the MEF container, so there will more and more instances in the container, can some one give me a solution about it.
The text was updated successfully, but these errors were encountered:
recently I found an memory leak cased by MEF, when I defined a ViewModel like CodeEditViewModel with NonShared mark, when I close the view, the view model instance will still hold by the MEF container, so there will more and more instances in the container, can some one give me a solution about it.
The text was updated successfully, but these errors were encountered: