Back to Uno

Use Uno Check Inline Macos Noheader

doc/articles/includes/use-uno-check-inline-macos-noheader.md

6.6-release-branch-cut637 B
Original Source
  1. Open a Terminal.

  2. Setup uno.check by installing or updating the tool with:

    bash
    dotnet tool update -g uno.check
    
  3. Run the tool from the command prompt with the following command:

    bash
    uno-check
    

    If the above command fails, use the following:

    bash
    ~/.dotnet/tools/uno-check
    

    You can optionally add the --target desktop --target web (or ios, android, windows) parameters based on your intended target platforms.

  4. Follow the instructions indicated by the tool

You can find additional information about uno-check here.