Questions tagged [rider]

Rider is a cross-platform (Windows, Linux & macOS) IDE created by JetBrains for the .NET/Mono family of languages such as C#. Use this tag if your questions are specific to using Rider or are specific to Rider's behavior. Rider troubleshooting and bugs are off-topic.

Rider provides 2,000+ live code inspections, 500+ refactorings, multiple code navigation helpers, a unit test runner, an integrated debugger, rich coding assistance, and dozens of other features that help you read, write, and navigate large .NET codebases. Most of these features are also found in ReSharper, a popular Visual Studio plugin by JetBrains.

Rider supports most of the languages used in .NET development, from C#, VB.NET, and F# to ASP.NET Razor syntax, JavaScript, TypeScript, XAML, HTML, CSS, SCSS, JSON, and SQL.

Useful links

1062 questions
6
votes
3 answers

.NetCore project loading failed in JetBrains Rider on windows

I have installed the latest version of JetBrains Rider 1 EAP and open .NetCore project with project.json that created by VS2015 , I have loading successfully , but when created new .NetCore web project or add new .NetCore class library with .csproj…
Mohammad Javad
  • 573
  • 1
  • 7
  • 29
5
votes
0 answers

DVTDeveloperModeHelper not found why trying to deploy to a physical iOS device from Rider

I am developing a mobile app, targeting iOS and Android, I started developing it over in Visual Studio 2022 on Windows but have moved over to MacOS, due to having issues with the iOS simulator not working on Windows. On the Mac (Ventura 13.0) I have…
JamesStuddart
  • 2,581
  • 3
  • 27
  • 45
5
votes
2 answers

JetBrains Rider - is there an easy way to generate the XML documentation file?

VS has a checkbox that just builds the XML documentation file from C#. I couldn't find anything like this in JetBrains Rider's build settings. What's the easiest way to do this?
user1026169
  • 5,345
  • 5
  • 21
  • 35
5
votes
1 answer

Find connection string for DB in Rider/Azure Data Studio. SQL

I created server through docker with command: docker run -d — name MySQLServer -e ‘ACCEPT_EULA=Y’ -e ‘SA_PASSWORD=your_password123’ -p 1433:1433 mcr.microsoft.com/azure-sql-edge I'm working on an M1 Mac, and everything works fine. I created test DB…
FX_Sektor
  • 1,206
  • 2
  • 14
  • 32
5
votes
1 answer

Rider "Android Sdk not found" even though it is there

Hi there today I reset my pc and installed Rider and over the Settings/Environment the Xamarin Android and Xamarin iOS Sdk. As I wanted to create a new Xamarin.Forms project Rider said that the Android Sdk is missing. So I switched to the settings…
BierDav
  • 1,219
  • 1
  • 10
  • 27
5
votes
0 answers

Rider keeps unit tests in pending state forever

I am using Rider version 2021.1.2 and I have observed a peculiar behavior from Rider lately which I did not notice before. What I am noticing is that when I have multiple tests project and I run the tests for both together in a single session, when…
Lost
  • 12,007
  • 32
  • 121
  • 193
5
votes
1 answer

Error: Could not find 2 Android X assemblies, make sure to install the following NuGet packages: - Xamarin.AndroidX.MediaRouter

Using Jetbrains Rider, I created a new Xamarin application. Because Rider creates a Xamarin application with an older version (4.4.0.991640), I upgraded Xamarin to the latest version (4.8.0.1687). However, when I build, I get the following…
Ryan Payne
  • 5,249
  • 4
  • 28
  • 69
5
votes
0 answers

What is the maximum memory that can be defined in Rider?

I am working with JetBrains Rider IDE on Windows 10 and I get the bellow error in the image. Current default shows as 1500. What can be the maximum ?
5
votes
1 answer

How to enable the view hot-reloading in Rider?

I'm writing a MVC app using Rider, and a behavior bothers me: when I modify the view, I must rebuild the solution and relaunch it to see the changes. Is it possible to see the modified view directly when I reload the site from the browser? By the…
Boiethios
  • 38,438
  • 19
  • 134
  • 183
5
votes
1 answer

JetBrains Rider "Reformat code" action (Ctrl+Alt+L) removes line feed at end of file

I am using JetBrains Rider version 2018.3.3 on Ubuntu 18.04. I have enabled the setting Editor -> General -> Ensure line feed at file end on Save. This works great when saving a previously edited .NET/C# .cs file. However, when applying the…
mxscho
  • 1,990
  • 2
  • 16
  • 27
5
votes
1 answer

Rider single-click to open file

I'm trying to setup Rider and I've gone through the settings a couple of times now, and I haven't found any way to change the double-click of opening files in the Explorer-tab to a single-click. Does anyone know how to do this?
jubibanna
  • 1,095
  • 9
  • 21
5
votes
0 answers

"Switch nuget and project references" in Rider

There is a tool for Visual Studio called "Switch nuget and project references" and it works fine. I'm looking for the same for JetBrains Rider IDE. Do you know is there any tool alternative for Rider or maybe it has such functionality that I don't…
mietghar
  • 83
  • 7
5
votes
1 answer

Rider IDE UML generator like yFile in IntelliJ

I'm developing C# .Net Core 2.0 on Rider IDE.I cannot find a plugin which sketches UML diagram.I know a plugin called yFile that it exist in IntelliJ IDEA for Java.But seems not available for Rider IDE.Any open source or official plugin equivalent…
rfum
  • 358
  • 1
  • 3
  • 13
5
votes
1 answer

JetBrains Rider C# naming style for private methods and properties

I'd like to make the first letter of private methods lowercase and the first letter of public methods uppercase. However, in Rider there seems to be only one option under C# naming style that applies all methods, properties and events. What is the…
Brian Jordan
  • 2,377
  • 3
  • 21
  • 29
4
votes
1 answer

Problem with platform specific code in .NET MAUI and Jetbrains Rider

i am having the following problem. i try to invoke platform specific code in the .NET MAUI from the microsoft tutorial. https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/invoke-platform-code The problem here is that it can be…
Cruik
  • 190
  • 1
  • 12