.NET MAUI Check tool
Перейти к файлу
Jonathan Dick adfcccbe5a Merge branch 'main' of https://github.com/Redth/dotnet-maui-check into main 2021-03-23 16:59:17 -04:00
.github/workflows Update main.yml 2021-03-22 14:35:46 -04:00
MauiCheck Support MS exe installs for net6 preview installers 2021-03-23 16:59:11 -04:00
libs Reworked the Android SDK story yet again 2021-03-22 22:17:31 -04:00
manifests Support MS exe installs for net6 preview installers 2021-03-23 16:59:11 -04:00
.gitignore Initial commit 2021-03-10 08:45:27 -05:00
LICENSE Initial commit 2021-03-10 08:43:34 -05:00
MauiCheck.sln Refactor / rename 2021-03-22 14:30:03 -04:00
README.md Update README.md 2021-03-23 13:07:24 -04:00

README.md

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.