0d79f1487f
fix: Adjust installed workloads detection |
||
---|---|---|
.github/workflows | ||
.vscode | ||
UnoCheck | ||
UnoCheck.SdkResolver | ||
UnoCheck.Tests | ||
build | ||
doc | ||
dotnet-sdk | ||
libs | ||
manifests | ||
.gitignore | ||
Clean-Old-DotNet6-Previews.ps1 | ||
LICENSE | ||
README.md | ||
UnoCheck.sln | ||
gitversion.yml | ||
global.json |
README.md
dotnet-uno-check
Uno Check tool
Based on Redth's .NET MAUI Check tool: https://github.com/Redth/dotnet-maui-check
To install the tool:
dotnet tool install -g Uno.Check
To update the tool, if you already have an existing one:
dotnet tool update -g uno.check
To run the tool:
uno-check
Visit our documentation for more details.