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 do I remove the "value" tag in Rider?

Just installed Jetbrains Rider and I couldn' find the setting to remove the "value:"-tag. Would anyone here know how to remove it?
jubibanna
  • 1,095
  • 9
  • 21
0
votes
3 answers

Keybind to correct a suggestion in Rider

I'm new to Rider and in Visual Studio I can press Alt+Enter to correct something to what Visual Studio suggests. I've tried to illustrate the situation in the picture below. So the editor (ReSharper (?)) suggests I use the wording MyRoom instead…
jubibanna
  • 1,095
  • 9
  • 21
0
votes
1 answer

Can BuildBundlerMinifier update bundles ON FILE SAVE in JetBrains Rider?

I'm considering switching for Visual Studio 17 to JetBrains Rider and so far really like it. However, all the docs I can find for JetBrains Rider suggest that the bundle is rebundled on build. In Visual Studio and on the BuildBundlerMinifier the…
0
votes
1 answer

JetBrains Rider large tool-tip appearing

I have a problem with a tool-tip that appears it seems as a helper for function/method parameters, it takes up a large amount of the screen and can only be turned off by clicking enter, which is causing a large annoyance. Does anyone know how do I…
0
votes
0 answers

Could not locate the assembly when using absolute path

I'm trying to add an assembly reference to my project in Rider, and when doing so, I can normally navigate to the desired folder and select the .dll. The selected .dll immediately appears under assemblies, despite having a warning sign next to it…
user_4685247
  • 2,878
  • 2
  • 17
  • 43
0
votes
3 answers

Setup the ctrl + tab shortcut to jump to the right-next tab of IDE

On most of IDE's ctrl + tab shortcut jumps to last tab opened before current one. I want to setup any C# IDE shortcuts somehow to work similar to Google Chrome tab system: jumping to the right-next tab instead of last opened (or left-previous tab on…
salveiro
  • 419
  • 1
  • 5
  • 13
0
votes
0 answers

How to run Hello World ASP .NET application using JetBrains Rider on Mac?

How to run Web Application (e.g. Hello World) using JetBrains Rider on Mac? I picked as a new project ASP .Net web application: But configuration seems empty: And this is output and can not see any web page:
Joe
  • 11,983
  • 31
  • 109
  • 183
0
votes
1 answer

JetBrains Rider : How to reset settings in ubuntu

Accidently deleted RiderProjects folder in Ubuntu. Now when I start a new project, no template is showing. I tried uninstalling Rider by deleting /opt/rider folder and ~/Rider2018** folder. Even after installing rider again the templates are not…
B45i
  • 2,368
  • 2
  • 23
  • 33
0
votes
0 answers

Rider ASP project can't be launched, but it works in Visual Studio

This is really odd. I have both Rider and Visual Studio 2017. When I attempt to run the project from Visual Studio I have no issues. However as soon as I try to run the exact same project from Rider it says "this site can't be reached". Rider throws…
Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
0
votes
1 answer

Install .NET core 2.0.0 on Manjaro for Rider IDE

I'm using Manjaro and I would like to use Rider instead of Visual Studio on Windows for my .Net class. Using pamac I found sdk and runtime for the version 2.1. However, I need the 2.0.0 version. I try to install it from binaries but Rider don't find…
Azumi
  • 155
  • 1
  • 2
  • 8
0
votes
2 answers

run C# protobuf example with errors

Newbie in C#, I installed Rider on MacOS and installed Google.Protobuf and protobuf-net in the solution. And I find the example of C# protobuf on link, and add the files into the solution. However, when I compile the .cs files, I got those…
zmwang
  • 519
  • 1
  • 7
  • 13
0
votes
1 answer

Running multiple nUnit tests triggers "No connection" error, but running individually works (JetBrains Rider)

I have a very simple Selenium c# structure as follows: using System; using System.Timers; using NUnit.Framework; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; namespace ConsoleApplication2 { internal class Program { …
0
votes
0 answers

Slow SQL connections in VisualStudio/Rider but not in LINQPad/command line

When trying to connect to a database using NUnit in VisualStudio17 or Jetbrains Rider, I am consistently getting a 30+ second delay in the connection before it runs. However, when I open a connection in LINQPad or run a command line app that…
0
votes
1 answer

What's the most popular code style setting for C# in Rider?

I am developing games in Unity with Rider IDE and I need to adopt a code style for my C# code. I feel that the default settings is not aligning well with Unity. I can change the naming convention somewhat but I feel it's too much configuration to…
off99555
  • 3,797
  • 3
  • 37
  • 49
0
votes
1 answer

JetBrains Rider: how to enable javascript & css inspections for IE8 compat

A code inspection warning came up for some CSS inside an ASPX page, saying that div:last-of-type wasn't compatible with IE8. Rider gave me an option to disable inspections for browser compatibility. As soon as I did that, I realized it was a…
barsh
  • 450
  • 6
  • 16