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
3
votes
1 answer

Are there any ways to search for recursive code in VS or Rider

I have a very large code base and I am seeing Stack overflow exception without any stack trace in the memory dump of the process. I want to find all the recursive code in the codebase. Is there any way to achieve in either Visual Studio or Rider or…
Vishal Anand
  • 1,431
  • 1
  • 15
  • 32
3
votes
1 answer

Tests session does not end Rider

I am using Rider on Mac version 2021.1.2 and what I noticed is that when I run tests UniTest window for rider, there are times when even after tests are done executing, rider does not close session and the session is on forever. Clicking stop on…
Lost
  • 12,007
  • 32
  • 121
  • 193
3
votes
1 answer

Rider C# - Disable "Thread" on the side of the current debug line

I am debugging an application and I want to disable the string with @ circled in red in the following image: Can I do that?
Itai Elidan
  • 272
  • 9
  • 27
3
votes
1 answer

Visual Studio's "Start Without Debugging" equivalent in JetBrains Rider?

Is there an equivalent of VS's Start Without Debugging in Rider? I know I can "Run" vs. "Debug", but that starts a new instance of IISExpress each time and stops it when I hit "Stop". I want the site to be up and running and allow me to change code…
user1380769
  • 277
  • 1
  • 4
  • 16
3
votes
2 answers

Can't run a specific ASP.NET project on my machine. Both Rider and VS2019

Cannot send a DEBUG request to IIS Express (exception: An error occurred while sending the request., reason: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection…
nader2929
  • 131
  • 7
3
votes
0 answers

Apply settings as machine-wide in Rider

I modified some settings in Rider and I want these settings to be set globally (machine-wide), not just "For current project" as it can be seen on the image. I also tried clicking "Manage Layers", then editing the layer "This computer", but inside…
Károly Ozsvárt
  • 1,025
  • 1
  • 12
  • 24
3
votes
0 answers

Rider: Meaning of orange coloured Assemblies in the IDE

Below I have small screenshot of my assemblies list for my solution in Rider. 2020.2.3 - what dose the brown/orange dependencies indicate? From https://www.jetbrains.com/help/rider/File_Status_Highlights.html#views It would indicate: #7C7C00…
3
votes
0 answers

Work with "Ado.net entity data model" in JetBrains Rider

How to use the "Ado.net entity data model" in JetBrains Rider? I can't find it.
3
votes
0 answers

Resharper Plugin Development Project Setup - gradle-intellij-plugin Cannot Create Plugin From File error

I'm diving into developing plugins for the Resharper Platform and while I'm understanding the concepts I'm having some trouble with the initial project setup. I've gone through much of the documentation and am hitting some snags. OS: Ubuntu…
Reagan Kirby
  • 111
  • 9
3
votes
0 answers

How do I attach to multiple processes at once in Rider GUI?

There's really not much more to the question than what's in the title. This is very simple in Visual Studio: Rider has a similar dropdown, but it immediately attaches to the first process I click. Oftentimes, I need to attach to these 6 processes…
dapperdan1985
  • 3,132
  • 2
  • 15
  • 26
3
votes
1 answer

Rider Xamarin xaml: "Field Normal is already declared" from VisualStateManager

I'm using Xamarin Forms 4.5.0.617 and want to use a VisualStateManager (https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual-state-manager) to change the style if an element is disabled. To apply this to all my styles, I…
meschi
  • 33
  • 5
3
votes
2 answers

Enabling Developer Tools Access crashes Unity and Activity Monitor

I'm facing the Developer Tools problem since yesterday. I use Unity (several different versions, e.g. 2018.4.23), Jetbrains Rider (updated today to 2020.1.3, yesterday 2020.1.2) macOS Catalina 10.15.5 I was refactoring some stuff and Developer…
3
votes
0 answers

Can't debug unit tests in Jetbrains Rider

The same tests run and debug properly in Visual Studio, so this is clearly a Rider issue. The tests run, but as soon as I try and debug them I get an error message that is entirely useless. "C:\Program Files\JetBrains\JetBrains Rider…
Jake12342134
  • 1,539
  • 1
  • 18
  • 45
3
votes
0 answers

Rider IDE - 'No projects to run' when trying to run/debug application

When I try to run/debug my application with Rider 2020.1 I am unable to as there is no project selected in the run configurations. When I try to select a project it displays 'No projects to run' Rider run configuration This has only started…
3
votes
1 answer

Running multiple projects on an IIS Express server in JetBrains Rider

I want to run two projects on an IIS Express server using JetBrains Rider. I've tried using a compound configuration, but I can't find a way to run two projects on the same server? Is that even possible in Rider? In Visual Studio it works, how does…
Snorre Hukkelås
  • 141
  • 1
  • 1
  • 13