Invoke platform code in a MAUI app using the built-in Dependency Injection

added by DotNetKicks
6/9/2022 4:02:42 PM

215 Views

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 reaching the point where I needed to invoke platform specific code, so I read up the documentation.


0 comments