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

dotCover in Rider eap

I can't find a way to exclude/filter a project/namespace from dotCover in rider. Can you please provide a navigation, or a shortcut on how to find the filter menu? I am using Rider 2018.2.3 EAP, I have installed the dotCover. The operating system is…
Radu
  • 1,047
  • 12
  • 34
0
votes
0 answers

JetBrains Rider not catching ArgumentOutOfRange exception from Unity

Is it just me ? Also Rider is very slow. Tried with an empty Unity project with just a script and an empty list: using System.Collections.Generic; using UnityEngine; public class TestException : MonoBehaviour { private List emptyList= new…
bsmall
  • 187
  • 1
  • 1
  • 11
0
votes
1 answer

How to get in Rider same behaviour of extract variable as in IDEA?

When I use extract variable in IDEA I get a pop-up where I can set (up and down arrows) how much of code will be extracted as a new variable. How to get same functionality in Rider (it always selects automatically biggest chunk of code for…
menfon
  • 1,587
  • 1
  • 11
  • 28
0
votes
1 answer

Missing File Xamarin for Androind on Ubuntu 18.04

I am trying to get a Xamarin-Android app that was created on Linux in Jetbrains Rider to to run on a device from Rider but get the following error: Xamarin.Android.Common.targets(2465, 3): [MSB4018]…
mdominick
  • 1,319
  • 1
  • 10
  • 21
0
votes
0 answers

Unexpected character '�' when compiling C# with special characters on linux

I just downloaded Mono, Jetbrains Rider and cloned a c# (private) github project. This project was written in Windows and use Windows-1252 encoding and the source code contains special characters (á, ç, ã, etc). If I try to build this project…
JSBach
  • 4,679
  • 8
  • 51
  • 98
0
votes
0 answers

Linux Rider new solution only empty solution

When opening Rider from the desktop short cut I only have empty solution when creating a new solution. When running Rider using sudo ./rider.sh I can see all the solutions I can create. I tried modifying the .desktop file to run it with pkexec and…
0
votes
1 answer

JB Rider can't see newer frameworks

I'm not sure how to approach this problem I installed the .NET 4.7 framework but Rider does not see anything above .NET 3.5 What can I do about this?
user5589479
  • 29
  • 2
  • 5
0
votes
1 answer

Where are the predefined file templates located for Razor?

I've just started playing around with JetBrains Rider IDE using one of my existing ASP.NET MVC projects. When attempting to create a new Razor View from template, I've been unable to find any templates which refer to Razor as stated here. These are…
Kitson88
  • 2,889
  • 5
  • 22
  • 37
0
votes
1 answer

"Project not found" and "Object reference not set to an instance of an object" in a C# project using Rider on Ubuntu 16.04

I've just installed mono and Jetbrains Rider on my Ubuntu 16.04 laptop and I'm trying to build a project, but I get this error: Object reference not set to an instance of an object at Microsoft.Build.BackEnd.TaskExecutionHost.GetItemOutputs…
L42
  • 3,052
  • 4
  • 28
  • 49
0
votes
1 answer

Rider cannot publish .NET web application on a Mac

I am trying to deploy a simple solution with a single project in it on Rider for Mac. Even just deploying a new default project won't work (build does work, and local debug also works fine). I am getting the error 05:43:28 Building…
Daniël Camps
  • 1,737
  • 1
  • 22
  • 33
0
votes
1 answer

Mono Framework Build Error - Mac OSX

When using the Mono framework 5.10.0.16 (regardless of IDE: VS for Mac, JetBrains Rider and MonoDevelop) the same error occurs and I cannot make sense of it: Microsoft.VisualBasic.Core.targets(73, 5): [MSB3883] Unexpected exception:…
Xray25
  • 115
  • 13
0
votes
1 answer

Can not export code style settings. JetBrains, Rider

What I am trying to do is following: Open up the project from which I want to export code style settings. Go to File -> Export Settings Choose location where to save the settings and save them. Open up the project to which I want apply exported…
yrslvrtfmv
  • 75
  • 7
0
votes
1 answer

How to use Rider on Ubuntu for creating C# projects?

I've already read advices about installing mono and dotnet.All of them are useless. I want to run my simple C# console application on Rider. Maybe there is a conflict between mono msbuild and dotnet-msbuild i dunno. He just cant see the references…
0
votes
1 answer

IDE Rider. How to disable moving the carriage on new line when I press Shift + Enter?

May be someone know how I can disable the following behaviour: when I press Shift+Enter - Rider moves the carriage on new line. For example I write: if (someCondition){[Here I press Shift+ENTER]} I want: if (someCondition) { | <- carriage } But…
0
votes
1 answer

Hide documentation panel permanently

I just installed Rider on my machine. JetBrains Rider 2017.3.1 Build #RD-173.3994.2442, built on February 5, 2018 Licensed to Rider Evaluator Expiration date: March 21, 2018 JRE: 1.8.0_152-release-1024-b10 amd64 JVM: OpenJDK 64-Bit Server VM by…
Gabriel
  • 1,922
  • 2
  • 19
  • 37