dotCover
 
Get dotCover

MAUI Applications

Last modified: 26 May 2024

MAUI applications are cross-platform solutions built using the .NET Multi-platform App UI (MAUI) framework, designed to enable developers to create applications for Android, iOS, Windows, and macOS using a single shared codebase.

Currently, dotCover supports:

  • Windows – WinUI applications targeting .NET 7.0 and later.

With dotCover, you can run coverage analysis for MAUI applications that have PDB information. Note that dotCover is unable to analyze a MAUI application if it uses .NET native tool chain. To run coverage analysis for such an application, you should disable the Compile with .NET Native tool chain option in Visual Studio (via the menu Project | Properties | Build) and rebuild the project.