Back to Uno

Get Started on JetBrains Rider

doc/articles/get-started-rider.md

6.6-release-branch-cut3.2 KB
Original Source

Get Started on JetBrains Rider

Prerequisites

Check your environment

[!includeuse-uno-check]

Supported Platforms

Rider for WindowsRider for MacRider for Linux
Windows (WinUI)✔️
Android✔️✔️✔️
iOS✔️¹✔️
Wasm✔️²✔️²✔️²
Skia Desktop✔️✔️✔️

Notes:

  1. Requires Rider 2026.1+ with a remote Mac build host.
  2. WebAssembly debugging from the IDE is not yet supported. You can use the Chromium in-browser debugger instead.

Install the Uno Platform plugin

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

Then click the install button.

Platform-specific setup

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

Android & iOS

For assistance configuring Android or iOS emulators, see the Android & iOS emulator troubleshooting guide.

Linux

[!includelinux-setup]


Next Steps

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

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

[!IMPORTANT] Depending on the version of Rider you will want to use, here are some additional information that you will want to know:

  • Current Rider (2024.2 and above): For the current Rider version, the Uno Platform plugin supports creating Uno Platform projects using the "New Solution" dialog.

  • Previous Rider (2024.1): The Uno Plugin for previous versions of Rider (2024.1) does not support creating Uno Platform projects using the "New Solution" dialog, even if the Uno Platform project template appears. In this case, creating an Uno Platform project is done using dotnet new and the <a target="_blank" href="https://aka.platform.uno/app-wizard">Uno Platform Live Wizard</a>.