jsuarezruiz / dotnet-maui-check

.NET MAUI Check tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-maui-check

.NET MAUI Check tool

.NET MAUI Check

To install:

dotnet tool install -g Redth.Net.Maui.Check

To run:

maui-check

Manifest Files

Manifest files are currently used by the doctor to fetch the latest versions and requirements.

The manifest is hosted by default at: https://aka.ms/dotnet-maui-check-manifest

You can specify an alternative file or URL with the --manifest <URL> option:

maui-check --manifest /some/other/file

Fix without prompt

You can try using the --fix argument to automatically enable solutions to run without being prompted.

Non-Interactive

If you're running on CI you may want to run without any required input with the --non-interactive argument. You can combine this with --fix to automatically fix without prompting.

About

.NET MAUI Check tool

License:MIT License


Languages

Language:C# 100.0%