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

Write Roslyn analyzer by Rider

Where can I find Roslyn analyzer template to use it by Rider? There is no template in Rider as for VisualStudio mentioned at roslyn-analyzers-docs. Also this template is not presented in Available templates for dotnet.
hcp
  • 3,268
  • 6
  • 26
  • 41
4
votes
0 answers

Debug unity android in rider, cannot find Android Player process

see my screencast: https://youtu.be/JjtNrAR_bWM it's very simple project with one script public class TestDebugAndroid : MonoBehaviour { // Use this for initialization void Start() { } // Update is called once per frame void…
chikadance
  • 3,591
  • 4
  • 41
  • 73
4
votes
1 answer

How to create a snk for .NETCore in Linux for Strong Named Assemblies

I write .NETCore servers using CentOS 7 using the JetBrains Rider IDE. I need to create a bunch of strong named assemblies (library projects) for .NETCore 2.0. I know that on Windows I can use the sn.exe tool to create the snk key files. Can anybody…
ThommyB
  • 1,456
  • 16
  • 34
4
votes
2 answers

Rider : keyboard shortcut to go to the next suggestion

Using Jetbrains rider on Linux. The shortcut to go to the next warning is F2 (the yellow ones) and that's very productive in refactoring existing code. However, how do I go to the next suggestion (the green ones)? Haven't been able to figure this…
alok
  • 1,218
  • 1
  • 12
  • 29
4
votes
6 answers

Cannot detec dbgshim path for execute path Rider Dotnet core

With the latests update for Rider and Dotnet Core 2.1 There is a bug where you cannot debug your solution. The error shows something in the lines of: "Cannot detec dbgshim path for execute path"
Kiksen
  • 1,559
  • 1
  • 18
  • 41
4
votes
2 answers

Setting up Android Xamarin solution in Rider IDE doesn't detect framework

Using a Mac with Rider IDE v2017.3.1 I'm attempting to create a new solution (project) which is a Xamarin application with a platform of Android. I'm getting an error message from framework stating "no target frameworks were found on this…
Marquis Blount
  • 7,585
  • 8
  • 43
  • 67
4
votes
1 answer

Project Rider doesn't read launchSettings.json

I am using Project Rider 2017.3 to build Asp.Net core 2.x project. When I run project in visual studio 2017 it gets environment variables from launchSettings.json but Project Rider doesn't load variables from same file. I have to go to edit…
Epistemologist
  • 1,052
  • 3
  • 15
  • 34
4
votes
1 answer

Configure .nupkg version and other metadata in JetBrains Rider

I've been trying to figure out all day how JetBrains's Rider sets the .nupkg version and other metadata. I can't seem to find any configuration window on the whole IDE to do this, or if I have to have a special file with the data on my project. The…
cavpollo
  • 4,071
  • 2
  • 40
  • 64
4
votes
1 answer

Setting up GTK# on Rider

Has anyone had any luck setting up GTK# on Rider? Specifically on Sierra but I've had similar problems on Windows. Running mcs -pkg:gtk-sharp-2.0 HelloWorld.cs will compile just fine, but on Rider I can't seem to find any of the typical assemblies…
Michael
  • 59
  • 6
4
votes
1 answer

JetBrains Rider #region defaults in Structure pane

In Rider, C# #regions will be shown as auto-collapsed in the Structure pane. If you open the region in the structure pane then make any edit anywhere in the open file they auto-collapse again. Is there any way to change this behavior? I'd like to…
Ben Roberts
  • 199
  • 1
  • 8
4
votes
1 answer

Syntax highlighting with C#?

I installed the last version of Rider to replace Visual Studio that cannot handle the solution (C# solution) I work with: Rider 2017.1 EAP Build #RS-171.4456.575, built on June 16, 2017 Rider EAP User Expiration date: July 16, 2017 JRE:…
Boiethios
  • 38,438
  • 19
  • 134
  • 183
4
votes
1 answer

Using SpecFlow in Jetbrains Rider

Is there any way to use SpecFlow in Jetbrains Rider? I searched about it but I couldn't find any information about it.
user7989850
4
votes
1 answer

Project Rider TFVC Config

When setting up Project Rider TFS config I am getting below error. But path seems to be valid.
skvsree
  • 487
  • 1
  • 7
  • 19
4
votes
3 answers

Jetbrains Rider: [MSB4057] The target "build" does not exist in the project

When I create solution in Jetbrains Rider EAP 21 I get "(with missing packages)" error in Solution Explorer window. Then, I try to build project and get [MSB4057] error. Despite this, I can run the project through Terminal: dotnet restore dotnet…
xeeqqw
  • 49
  • 1
  • 5
4
votes
1 answer

Can you debug a .cshtml file using Jetbrains Rider?

Am I missing something or is it not possible to put a breakpoint on a .cshtml view using Rider?
Marty
  • 73
  • 7