
Invoke platform code in a MAUI app using the built-in Dependency Injection
In Xamarin.Forms, my internal libraries for MVVM helped me to keep my applications cleanly structured and abstracted. I recently started the process of porting them over to .NET MAUI. I was quickly...