Plugin.Maui.MauiDev.Cli 1.2.1

dotnet tool install --global Plugin.Maui.MauiDev.Cli --version 1.2.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Plugin.Maui.MauiDev.Cli --version 1.2.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Plugin.Maui.MauiDev.Cli&version=1.2.1
                    
nuke :add-package Plugin.Maui.MauiDev.Cli --version 1.2.1
                    

maui-dev

A dotnet tool that diagnoses .NET MAUI environments and project configuration.

dotnet tool install -g Plugin.Maui.MauiDev.Cli
maui-dev doctor
maui-dev analyze --ci
maui-dev permissions --fix --dry-run
maui-dev platform
maui-dev version --align --dry-run
maui-dev publish --validate
maui-dev migrate
maui-dev telemetry
maui-dev benchmark
maui-dev resources
maui-dev clean
maui-dev package --validate

--ci prints JSON for GitHub Actions and the MauiDev VS Code / Cursor extension. --fix only applies allow-listed edits (duplicate MAUI resource items, missing UseMaui, duplicate Android permissions, version --align / --bump). It never bumps min SDK, removes permissions, writes signing secrets, or pushes NuGet packages.

Pair with Plugin.Maui.Performance.Cli (maui-perf) for traces and Plugin.Maui.LeakAnalyser for visual-tree leaks. MauiDev does not replace those packages.

Docs: https://nuvyntralabs.github.io/toolkits/maui-dev/

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.1 123 9/10/2026
1.2.0 95 9/10/2026
1.0.1 85 9/10/2026