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

How to add Identity Scaffolding to an ASP.NET CORE Applicationon using Rider IDE

I'm watching a tutorial about ASP.NET CORE Identity,In it the instructor add identity by scaffolding it using Visual Studio, but right now I'm using Rider IDE and i'm not seeing such option on it, so i believe is a exclusive feature of Visual…
Manguera v
  • 412
  • 2
  • 6
  • 15
0
votes
1 answer

Rider uses mono32 to execute unit tests instead of mono64 macOS

I need to run unit test made in .NET Framework version 4.5. I am running this system: OS: macOS Catalina Version: 10.15.5 Because I have a macOS system I installed Mono on the official website. The version I installed is: 6.10.0.104. It supports…
KittyCat
  • 415
  • 4
  • 9
  • 26
0
votes
1 answer

Rider - Continue from breakpoint

When hitting a breakpoint during runtime I want to continue afterwards. When using Visual Studio I continue by pressing F5. What is the correct button or key to continue with Rider? I was not able to find a button that does it. The "resume" button…
Question3r
  • 2,166
  • 19
  • 100
  • 200
0
votes
1 answer

I try to set in Unity С# Project framework 4.6.1 but it return to 4.7.1 after save the project

I use Unity 2019.4.2f1 and Rider 2019.2.3. I tried to use a library NPOI, but it need framework version 4.6.1. Ok, I had set the version 4.6.1 in the solutions Assembly-CSharp and Assembly-CSharp-Editor. All right, it works. But next step I had save…
0
votes
1 answer

C# How to prepare project template/skeleton

I'm currently building in work a Base code structure for C# API microservices. In future, we will surely make more of these, so I would like create something like "base project or something like this". I am aware there is system of Project Templates…
Zechy
  • 45
  • 12
0
votes
1 answer

When double mouse click enables Ins

Just installed JetBrains Rider. When i opened IDE I've realased that when i double click mouse INS enables (this INS on keyboard). This leds to crazy things inside IDE. I click INS on keybboard to disable this behaviour but next time when I double…
Arie
  • 3,041
  • 7
  • 32
  • 63
0
votes
1 answer

How to change autocomplete highlight color in Rider

I am using Gruvbox Dark Hard Theme The color of text that matched the autocomplete is almost invisible How do I change the foreground color of this matched text? I have also found some solution related to IntelliJ Editor family here which does not…
Noman
  • 124
  • 2
  • 9
0
votes
0 answers

How to convert C# .NET 4.5 Console Code to DLL in Jetbrains Rider and Change DLL variables at runtime?

How can I convert below code in Rider to a DLL file, also How is it possible to change/read below variables from another console app? //private const int PORT = 100; // CHANGE //int attempts = 0; // READ //string request = Console.ReadLine(); //…
Ali Kazemi
  • 505
  • 7
  • 19
0
votes
1 answer

JetBrains Rider show only one frame in stack when stop in breakpoint. How To fix this?

We are using Rider 2020.1.3 with Unity 3D (2018.4.10) Now when debugger stops in any breakpoint, Rider shows only one frame in stack trace Everything used to be fine. At some point it became bad. Maybe this behaviour begun when I updated Rider…
Petr
  • 836
  • 1
  • 14
  • 37
0
votes
1 answer

Missing ListView Control in RIDER

I am fairly new to C# and Rider. I was creating a Windows Forms Application in .NET Framework 4.8. I checked the Designer Toolbox and saw that ListView is not available as one of the options. Any solution for this or would I have to be forced to…
ManBear
  • 1
  • 3
0
votes
0 answers

Rider IDE error ".NET Framework Not Installed"

I installed the newest Rider IDE from Jetbrains. When I start it I always get this error: .NET Framework Not Installed: Download and install .NET Framework 4, .NET Framework 4.5 Developer Packs However I installed 4.5.2 as you can see in the…
xetra11
  • 7,671
  • 14
  • 84
  • 159
0
votes
1 answer

Rider does not open script while clicking error/log message in unity

When I double click script/message/error in unity rider does not open it. Instead it shows me this message: Cannot find file 'D:\path_to_project--column'.
Andrei
  • 1
0
votes
1 answer

How to refresh Winforms custom controls in Rider ide 2020.1.2

I am running JetBrains Rider 2020.1.2, Build #RD-201.7223.10, built on May 6, 2020 and working on a custom control. The IDE doesn't seem to update the property grid with design-time changes to my control. If I open and close the file, the changes…
0
votes
1 answer

Location of java.security file used by Rider on Mac

When I try to connect to my remote SQL Server database using Rider embedded tools and jdbc sql server driver on a Mac I get the following exception: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints The…
cryss
  • 4,130
  • 1
  • 29
  • 34
0
votes
1 answer

Disable nesting level hints

After installing Rider 2020.1, such hints as shown in the screenshot appeared. There are many +1 in grey showing up after different lines of code. How do I disable them?
Andrew
  • 261
  • 3
  • 16