From ee2d5bd133288943230fe77998383000695b94c6 Mon Sep 17 00:00:00 2001 From: agneszitte Date: Tue, 27 Aug 2024 17:48:18 -0400 Subject: [PATCH] docs: Update Rider plugin documentation to prioritize version 2024.2, now the current stable release of Rider IDE --- doc/articles/create-an-app-rider.md | 54 ++++++++++++++--------------- doc/articles/get-started-rider.md | 6 ++-- 2 files changed, 29 insertions(+), 31 deletions(-) diff --git a/doc/articles/create-an-app-rider.md b/doc/articles/create-an-app-rider.md index 27a606299e39..f10094fd9cca 100644 --- a/doc/articles/create-an-app-rider.md +++ b/doc/articles/create-an-app-rider.md @@ -11,13 +11,36 @@ uid: Uno.GettingStarted.CreateAnApp.Rider > [!IMPORTANT] > -> - **Rider (2024.1 and earlier)**: Current versions of Rider (2024.1 and earlier) do not support creating Uno Platform projects using the "New Solution" dialog, even if the Uno Platform project template appears. -> Make sure to follow the directions for **Rider 2024.1** provided below. -> > - **Rider (2024.2 and above)**: For Rider (2024.2 and above), we have released a Preview version of the Uno Platform Plugin that supports creating Uno Platform projects using the "New Solution" dialog. > Make sure to follow the directions for **Rider 2024.2** provided below. +> +> - **Rider (2024.1 and earlier)**: Current versions of Rider (2024.1 and earlier) do not support creating Uno Platform projects using the "New Solution" dialog, even if the Uno Platform project template appears. +> Make sure to follow the directions for **Rider 2024.1** provided below. + +### [**Rider Version 2024.2+**](#tab/rider2024-2) + +Creating an Uno Platform project is done by following these steps: + +1. On the **Welcome to JetBrains Rider** screen, click **New Solution**. + + ![A screen showing the Welcome to JetBrains Rider screen](Assets/quick-start/rider-welcome-screen-new-solution.png) + +1. From the project types list on the left, locate and click **Uno Platform App**. It will be under the **Uno Platform** section. +1. Configure your new project by providing a solution name and a directory location. +1. Choose a template to build your application. + + ![A screen showing the Uno Platform App Template](Assets/quick-start/rider-configure-new-unoplatform-app.png) + + > [!TIP] + > For a detailed overview of the Uno Platform project wizard and all its options, see the [Wizard guide](xref:Uno.GettingStarted.UsingWizard). + +1. Click the create button and wait for the solution to load. + +1. You should now have a folder structure that looks like this: + + ![A screen showing the structure of the solution in Rider](Assets/quick-start/rider-folder-structure.png) -### [**Rider Version 2024.1+**](#tab/rider2024-1) +### [**Previous Rider Version 2024.1**](#tab/rider2024-1) Creating an Uno Platform project is done [using dotnet new](xref:Uno.GetStarted.dotnet-new) and the Uno Platform Live Wizard by following these steps: @@ -48,29 +71,6 @@ Creating an Uno Platform project is done [using dotnet new](xref:Uno.GetStarted. > [!TIP] > If you are not able to run the online Live Wizard, you can explore the [`dotnet new` template](xref:Uno.GetStarted.dotnet-new) directly in the CLI. -### [**Rider Version 2024.2+**](#tab/rider2024-2) - -Creating an Uno Platform project is done by following these steps: - -1. On the **Welcome to JetBrains Rider** screen, click **New Solution**. - - ![A screen showing the Welcome to JetBrains Rider screen](Assets/quick-start/rider-welcome-screen-new-solution.png) - -1. From the project types list on the left, locate and click **Uno Platform App**. It will be under the **Uno Platform** section. -1. Configure your new project by providing a solution name and a directory location. -1. Choose a template to build your application. - - ![A screen showing the Uno Platform App Template](Assets/quick-start/rider-configure-new-unoplatform-app.png) - - > [!TIP] - > For a detailed overview of the Uno Platform project wizard and all its options, see the [Wizard guide](xref:Uno.GettingStarted.UsingWizard). - -1. Click the create button and wait for the solution to load. - -1. You should now have a folder structure that looks like this: - - ![A screen showing the structure of the solution in Rider](Assets/quick-start/rider-folder-structure.png) - --- > [!IMPORTANT] diff --git a/doc/articles/get-started-rider.md b/doc/articles/get-started-rider.md index 476cb8ded8cd..48d84dfdea38 100644 --- a/doc/articles/get-started-rider.md +++ b/doc/articles/get-started-rider.md @@ -10,9 +10,9 @@ uid: Uno.GetStarted.Rider > [!IMPORTANT] > Depending on the version of Rider you will want to use, here are some additional information that you will want to know: > -> - **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](xref:Uno.GetStarted.dotnet-new) and the Uno Platform Live Wizard. -> > - **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](xref:Uno.GetStarted.dotnet-new) and the Uno Platform Live Wizard. ## Prerequisites @@ -49,8 +49,6 @@ In Rider, in the **Configure**, **Plugins** menu, open the **Marketplace** tab, Then click the install button. ---- - ## Platform specific setup You may need to follow additional directions, depending on your development environment.