Skip to main content
Filter by
Sorted by
Tagged with
83 votes
3 answers
24k views

IntelliJ Rider IDE version 2022.1: Above class properties or methods I have this link called "usages". How do I turn the "usages"-link off? They are driving me crazy. I don't know ...
Lars's user avatar
  • 1,958
50 votes
3 answers
29k views

I've got a customized clean-up and it's almost 'there'. However, R# appears to want to sort the member methods, but at least it does not appear to be alphabetically. Is there a way to force that ...
Anders Juul's user avatar
  • 2,634
43 votes
7 answers
64k views

I am new to .NET platform. From time to time, I had problems with Visual Studio and I decided to use Rider. It encouraged me again (I have been using JetBrains products for 2 years). But I can not ...
Tural Asgarov's user avatar
37 votes
14 answers
55k views

I am trying to set a breakpoint in JetBrains Rider, but the debugger isn't breaking. I know for sure the application should reach the code I'm trying to break on, as changing string literals appears ...
Jessica's user avatar
  • 2,167
34 votes
2 answers
23k views

How to add files to git stage in JetBrains Rider? Is this feature implemented? If it's not implemented then in which window can I look through the staged files which I've staged using some external ...
Tsagana Nokhaeva's user avatar
31 votes
3 answers
14k views

Rider makes it easy to debug the 3rd party code. But sometimes it is just too much noise when debugging my own code. VS has the option "Just My Code" which lets us debug only our code. Does Rider has ...
mark's user avatar
  • 63.6k
30 votes
5 answers
36k views

I am trying JetBrains Rider for my existing .NET Core project. In the project I have several appsettings.json overrides: appsettings.Development.json - for development appsettings.Test.json - for ...
lss's user avatar
  • 1,335
28 votes
3 answers
16k views

Just installed the latest version of Rider EAP (163.12057) and tried to create a new solution. In my Solution Explorer its shows my Solution and (load failed). In the Event Log window I get the error ...
ephtron's user avatar
  • 1,125
26 votes
4 answers
12k views

I am a huge fan of JetBrains Rider it is really adaptable to the tastes of most devs. I could not find settings to remove an annoyance from a specific navigation function. Navigating on the tree view ...
The Fabio's user avatar
  • 6,383
24 votes
2 answers
13k views

I can't find the option in JetBrains Project Rider to "Break on Exception". Where I would normally add an exception breakpoint in IntelliJ, I see this:
csauve's user avatar
  • 6,343
23 votes
6 answers
27k views

I have a C# ASP.NET web project made in Visual Studio. The project runs on a certain port (57243) and I made other programs that were testing the web service to use "localhost:57243". ...
Wietlol's user avatar
  • 1,081
23 votes
4 answers
43k views

So I'm using Rider without Visual Studio installed and its working fine for .NET but for .NET Core I'm getting the error: Project 'Test2' load failed: Das angegebene SDK "Microsoft.NET.Sdk" ...
AlphaAxmet's user avatar
22 votes
4 answers
32k views

I've started to learn c# recently and I really like the Jetbrains IDEs, so I decided to pick up Rider in it's early developement phase. Since it's a brand new environment I could barely find any ...
Mate's user avatar
  • 353
21 votes
10 answers
26k views

I am using JetBrains Rider to run unit tests for a .net Core project. And for some reason, it is failing to recognize any of the test cases in the solution. These test cases were being detected before ...
Lost's user avatar
  • 13.9k
20 votes
10 answers
29k views

As instructed by the Rider IDE, I installed the .NET Core framework from Microsoft. I know that the installation was successful since I am able to run the dotnet command from my terminal. However, ...
Mutating Algorithm's user avatar
16 votes
3 answers
7k views

When I press run button in Rider (net core) it run the following command: /usr/local/share/dotnet/dotnet /pathtomyproject/myproject.dll But I need to run the project with the argument "watch", if I ...
Yuri Morales's user avatar
  • 2,528
16 votes
1 answer
23k views

I'm about to have a project with C# again. As I love using JetBrains IDEs, I came along Rider. The main problem for me is that I need a Windows Forms or WPF Designer for the GUI. Is there any external ...
xetra11's user avatar
  • 9,075
15 votes
4 answers
32k views

Is there an easy way to scaffold migrations using old EF outside of Visual Studio? I would like to do it via Rider IDE if it possible.
martavoi's user avatar
  • 7,112
14 votes
2 answers
24k views

The JetBrains Rider I'm using is the latest version, 2019.1.2 (free 30-day trial), from the official website. It's not a broken version. I have a solution which contains an ASP.NET web API csproj. The ...
David Smith's user avatar
  • 1,083
14 votes
2 answers
6k views

I've got some C# code that has specific format that I don't want re-formatted by Rider. Is there some directive I can add to my code to tell Rider that this section shouldn't be reformatted? Thanks.
cdarrigo's user avatar
  • 1,154
14 votes
2 answers
38k views

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 ...
Rickless's user avatar
  • 1,455
13 votes
5 answers
8k views

I am unable to debug a Xamarin.iOS application out of JetBrains Rider 2022.2.2. This is the error that gets thrown when trying to deploy to the simulator: error HE0004: Could not load the framework '...
Ron Saylor's user avatar
12 votes
2 answers
6k views

The rider IDE is informing me that the following is inefficient transform.Translate(moveDirection * speed * Time.smoothDeltaTime); and wants to re-write it as transform.Translate(...
Mark Smith's user avatar
12 votes
2 answers
13k views

Is there an easy way to export/share my Rider code style settings and use those in ReSharper (VS) and vice versa?
Mihail Shishkov's user avatar
12 votes
1 answer
5k views

How do I open the same solution using 2 different instances of Rider in macOS ? I have a web application which I need to run and debug, and while it is running I need to run my API tests project ...
AmacOS's user avatar
  • 311

1
2 3 4 5
27