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
I've spent 4-5 months on this application, and most of the logic is of course in ViewModels and other services/classes. But I'm absolutely sick of the memory leaks that occur when using XAML, even after doing everything I can (disconnecting handlers, binding contexts, etc).
I'm thinking about basically rebuilding the GUI with MAUI Blazor, but I'm also concerned that there will still be memory leaks. I'd really appreciate your input. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've spent 4-5 months on this application, and most of the logic is of course in ViewModels and other services/classes. But I'm absolutely sick of the memory leaks that occur when using XAML, even after doing everything I can (disconnecting handlers, binding contexts, etc).
I'm thinking about basically rebuilding the GUI with MAUI Blazor, but I'm also concerned that there will still be memory leaks. I'd really appreciate your input. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions