Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CLI tool to setup your environment to build Uno Platform apps

NotificationsYou must be signed in to change notification settings

unoplatform/uno.check

Repository files navigation

NuGet

Uno.Check is a cross-platform, command-line .NET tool that validates and configures your development environment in a single step.Once installed as a global tool, it runs a series of “checkups”, reports any missing or misconfigured components, and can apply automatic fixes.Designed to simplify setup and ensures you have everything you need to build and debug Uno apps with confidence.

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

uno-check running

Visit ourdocumentation for more details.

Contributing

Thanks for helping improve Uno.Check — your contributions make a difference! ❤️

Clone the repository

git clone https://github.com/unoplatform/uno.check.gitcd uno.check

Run your IDE as Administrator

Uno.Check requiresAdministrator permissions to run so make sure to run your IDE elevated.

Configure launchSettings.json

If you need to pass custom arguments updatelaunchSettings.json profiles accordingly.

Build & install a local version

We include a helper script to pack and install your locally builtuno.check as a global tool, so you can test changes immediately on your machine:

# From the repo root:./pack-and-install.ps1

Spectre.Console

This CLI is built onSpectre.Console — feel free to explore their docs for examples.


Based onRedth's .NET MAUI Check tool.


About

CLI tool to setup your environment to build Uno Platform apps

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors29


[8]ページ先頭

©2009-2025 Movatter.jp