Skip to content

v1.0.0: Drop-in compatible replacement for .NET MAUI MessagingCenter

Latest
Compare
Choose a tag to compare
@jfversluis jfversluis released this 29 May 09:42
0de8dee

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.