Skip to main content
All docs
V25.2
  • Install UI Components & Templates in Rider

    • 2 minutes to read

    Install DevExpress Blazor components and templates to create and run Blazor projects in JetBrains Rider.

    Install DevExpress Blazor Components

    1. Obtain DevExpress NuGet feed credentials.
    2. Register the DevExpress NuGet feed as a package source with the following command:

      dotnet nuget add source https://nuget.devexpress.com/api/v3/index.json -n DXFeed -u DevExpress -p {your-feed-authorization-key}
      

      Note

      Non-Windows operating systems do not support password encryption. To store credentials as plain text on these systems, add the --store-password-in-clear-text option to the command.

      dotnet nuget add source https://nuget.devexpress.com/api/v3/index.json -n DXFeed -u DevExpress -p {your-feed-authorization-key} --store-password-in-clear-text
      

      For more information on managing credentials securely, refer to the following article: Security best practices for managing credentials.

    Refer to the following help topic to learn how to install, update, and remove NuGet packages in Rider: Consume NuGet packages.

    Install DevExpress Template Kit

    The DevExpress Template Kit is the fastest way to create DevExpress Blazor projects in Rider. It adds ready-made project templates with recommended settings and preconfigured DevExpress package references so you can start development immediately.

    1. Download the DevExpress Template Kit plugin for Rider.

      Note

      Do not extract the downloaded plugin archive.

    2. Open JetBrains Rider settings and navigate to Plugins.

    3. On the Plugins page, click the gear button and then click Install Plugin from Disk.

      Install DevExpress Template Kit Plugin for Rider from Disk

    4. Select the plugin file.

    5. Restart JetBrains Rider to apply changes.