adfcccbe5a | ||
---|---|---|
.github/workflows | ||
MauiCheck | ||
libs | ||
manifests | ||
.gitignore | ||
LICENSE | ||
MauiCheck.sln | ||
README.md |
README.md
dotnet-maui-check
.NET MAUI Check tool
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.