Get Started on JetBrains Rider

Important

Project templates from Uno Platform 5.3 or later are needed to use Rider. See our migration guide to upgrade.

Prerequisites

Check your environment

  1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.

  2. Setup uno.check by:

    • Installing the tool:

      dotnet tool install -g uno.check
      
    • Updating the tool, if you previously installed it:

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

    uno-check
    
  4. Follow the instructions indicated by the tool.

You can find additional information about uno-check here.

Supported Platforms

Rider for Windows Rider for Mac Rider for Linux
Windows (UWP/WinUI) ✔️
Android ✔️ ✔️ ✔️
iOS ✔️
Wasm ✔️† ✔️† ✔️†
Catalyst ✔️
Skia Desktop ✔️ ✔️ ✔️
† Notes (Click to expand)

Install the Uno Platform plugin

In Rider, in the Configure, Plugins menu, open the Marketplace tab, then search for Uno Platform:

Visual Studio Installer - .NET desktop development workload

Then click the install button.

Platform specific setup

You may need to follow additional directions, depending on your development environment.

Linux

  • Install the required dependencies:

    sudo apt update
    sudo apt-get install mesa-utils libgl1-mesa-glx ttf-mscorefonts-installer dbus libfontconfig1 libxrandr2
    

You may also need to install the Microsoft fonts manually.

If you are using Windows Subsystem for Linux (WSL), you can find specific instructions in the following video:


Next Steps

You're all set! You can create your first Uno Platform app.