This plugin provides a drop-in compatible replacement for the .NET MAUI MessagingCenter
which has been deprecated and will be removed for .NET 10.
This is a wrapper library that uses the method signatures of the .NET MAUI MessagingCenter but under the hood uses the MVVM Toolkit WeakReferenceMessenger
which is known for its superb performance!
Please note that you probably want to adopt the MVVM Toolkit Messenger APIs as they provide more functionality.
Important
This library is meant to make the migration from Xamarin.Forms to .NET MAUI easier, not to provide a long-term solution.