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
- Obtain DevExpress NuGet feed credentials.
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-textoption 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-textFor 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.
Download the DevExpress Template Kit plugin for Rider.
Note
Do not extract the downloaded plugin archive.
Open JetBrains Rider settings and navigate to Plugins.
On the Plugins page, click the gear button and then click Install Plugin from Disk.

Select the plugin file.
- Restart JetBrains Rider to apply changes.