Pavlo Datsiukpavlodatsiuk.hashnode.dev·Sep 2, 2024Implementing a Simple Appium Backdoor Compatible with Plugin.Maui.UITestHelpers for .NET MAUIDuring my transition from Xamarin to .NET MAUI, I encountered a significant challenge: rewriting the UI tests for my app. Like many other Xamarin developers, I relied heavily on Xamarin.UITest. However, after reading this article, I discovered that A...156 readsuitest
Julian Ewers-Petersewerspej.hashnode.dev·Jun 9, 2023Are you using Dependency Injection in your .NET MAUI app yet?Introduction In this article, I will show you how to leverage MAUI's built-in dependency injection capabilities to provide dependencies to your Views and ViewModels. I absolutely love the Dependency Inversion Principle (DIP), it is by far my favorite...6 likes·21.8K reads#dotnet-maui