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

Restoring nuget packages of a solution in .net Rider IDE: Failed to download package `x` The HTTP request to GET `x` has timedout after 100000ms

I have ArchLinux distro, I'm testing .Net SDK on Linux for the first time. I installed a trial version of JetBrains Rider IDE. I created new ASP.Net Core project, but I get this error message in the Event Log window when building the solution or…
Rickless
  • 1,377
  • 3
  • 17
  • 36
10
votes
1 answer

How to rename a project in Rider dotnet core solution

I've got a test project in a tiny dotnet core solution based project, created in Jetbrains Rider, but it has the default name "UnitTestProject". (When I added it I thought "naming is hard - but renaming is easy!"). I've renamed the namespace in the…
Andrew M
  • 9,149
  • 6
  • 44
  • 63
9
votes
3 answers

Debug in Rider studio. Step into not working

The problem during debug when I try to press Step into hot key. It is set to F11 and F7 by default. When I try to press F11 nothing happens. When I try to press F7 it steps by code but when it must go into the method(step into it is the command…
FX_Sektor
  • 1,206
  • 2
  • 14
  • 32
9
votes
2 answers

Debug Docker with Rider: Exited with code 244

Sorry if this question was already asked but I couldn't find any instance of "Exited with code 244". I'm trying to debug my docker images, we have a few and they work completely fine when you just run, the container is built and you can access them…
Daniel Maiochi
  • 607
  • 6
  • 16
9
votes
1 answer

How to excluder a folder from search and indexing (JetBrains IDEs)?

The question is about Rider, but I hope this setting is similar for all Jet Brain's Ides. I have several folders with js and css bundles. For example the folders are situated in wwwroot/buildjs and wwwroot/buildcss. The problem is when I press Ctrl…
Aleksej_Shherbak
  • 2,757
  • 5
  • 34
  • 71
9
votes
2 answers

Reloading WPF XAML while debugging in Rider IDE?

I am giving the JetBrains Rider IDE a try for Windows development with WPF. (I am on day 1 of my 30 day trial period.) So, as I am running (debugging) my application, I notice that something is not right on the screen. I open up the corresponding…
Mike Nakis
  • 56,297
  • 11
  • 110
  • 142
9
votes
1 answer

Share code style settings between Rider and ReSharper

Is there an easy way to export/share my Rider code style settings and use those in ReSharper (VS) and vice versa?
Mihail Shishkov
  • 14,129
  • 7
  • 48
  • 59
9
votes
2 answers

How do I add a C# solution file in JetBrains Rider?

In Rider, if I open a folder that has a single .csproj file in it, how do I add a solution? Is there a way to do it inside Rider, like there is in Visual Studio, without resorting to the command line and closing/re-opening?
nathanjw
  • 832
  • 2
  • 13
  • 23
9
votes
0 answers

Jetbrains Rider slow debug startup compared to Visual Studio 2017

Im currently working on a monolothic ASP NET MVC 5, .Net 4.6.1 web app and i have problem with the debug startup time in JetBrains Rider. When using Visual studio 2017 it takes around 60 seconds for the entire web app to start but with Rider it…
Nonan
  • 99
  • 4
9
votes
2 answers

Failed to load Xamarin Forms project with .NET Standard 2.0 Lib in Rider

TL;DR; Are Xamarin Forms projects with .NET Standard library 2.0 supported in Rider? I created a small Xamarin project in Visual Studio 2017.3 (Windows) using the blank forms app multiplatform wizard. Microsoft dropped the the option to create a PCL…
Kay
  • 12,918
  • 4
  • 55
  • 77
9
votes
1 answer

Running nUnit tests for .NET Core in Rider

It might be a simple question, but it seems I can't figure out how to combine NUnit and a .NET Core project in Rider. It is nowhere in the templates and if I just create a simple class library and reference a NuGet package I guess that is not the…
Yuri Zolotarev
  • 721
  • 9
  • 23
8
votes
2 answers

How do you enable test coverage in Rider

I was looking for it for a while, but couldn't find a way to enable the test coverage features in the Rider Unit Test tool window. https://www.jetbrains.com/help/rider/Unit_Tests_Coverage_window.html
WeSam Abdallah
  • 1,050
  • 1
  • 10
  • 16
8
votes
2 answers

In JetBrains Rider, is there keyboard shortcut to add a new class file?

In JetBrains Rider, is there keyboard shortcut to add a new class file? Perhaps with the same popup to name the C# class, then to save in the currently selected/open directory. Would save many mouse clicks :-)
Rax
  • 665
  • 8
  • 19
8
votes
1 answer

How can I debug a process in WSL2 from Rider?

I'd like to debug my .NET Core process running under WSL2, but I can't attach to it from Rider in Windows. Is there a way to achieve this?
Tim Barrass
  • 4,813
  • 2
  • 29
  • 55
8
votes
1 answer

Log in to GitHub enterprise with jetbrains IDE (Intellij or Rider)

There's no real guide for this, this is the existing documentation : https://www.jetbrains.com/help/rider/GitHub.html it's outdated. Rider actually wants you to provide a token : this seems to not be the personal token. I tried it with my server,…
tatsu
  • 2,316
  • 7
  • 43
  • 87