Federerer / Notifications.Wpf

Toast notifications for WPF
MIT License
657 stars 142 forks source link

Memory Leak issues caused by Name or x:Name Area reference #19

Open rogiardi opened 4 years ago

rogiardi commented 4 years ago

Hi all, this kind of issue comes out by Name (x:Name) attributes usage, when you define an Area control in xaml. By using some memory analyzer tool you can find retained static references also after the container control has been closed.

Regards,

Roberto.

erkashov commented 2 years ago

Hello. Have you found a solution?

rogiardi commented 2 years ago

Hi erkashov, unfortunately not. I'm out of WPF projects since 2020... I'm working on xamarin.forms now.

Let me know if you need more info..

Ciao,

R.