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

Connecting to localDB in Rider gives the wrong DB

https://blog.jetbrains.com/datagrip/2016/10/07/connecting-datagrip-to-sql-server-express-localdb/ The description above worked fine. But the opened DB contains system tables like spt_monitor, spt_fallback_dev. (sqllocaldb.exe i showed only one…
Istvan Heckl
  • 864
  • 10
  • 22
0
votes
1 answer

Visual Studio 2017 does not handle properly SQLite DB

I used JetBrains Rider to create an SQLite database (14 tables and 6 views). Rider was more user friendly than Visual Studio 2017. I went back to Visual Studio for the c# programing part. The "SQLite-SQL Server Compact Toolbox" was able to connect…
Istvan Heckl
  • 864
  • 10
  • 22
0
votes
1 answer

How to allow 'Unsafe code' in Rider for Mac version?

I don't know if I can turn on this option when using Rider 2017.2.1 (Mac version). Anyone could advise? I cannot find that option displayed at all. I googled: To configure properties of project build configurations In the Solution window,…
Huibin Zhang
  • 1,072
  • 1
  • 15
  • 30
0
votes
1 answer

How do I get NLog to integrate correctly with .NET console logging and recognized by the IDE?

I have an ASP.NET project using .NET Core 2 and I notice that when I use the default logger provided by ASP.NET (injected into any controller as ILogger), I see log messages formatted as follows: notice how the log level "info" is coloured.…
SpaceMonkey
  • 4,143
  • 5
  • 38
  • 60
0
votes
1 answer

Unable to resolve Newtonsoft.Json in dotnet core 2 project in rider IDE

I am using Rider IDE on Ubuntu 16.04, and have created a simple class library project using the Rider IDE wizard (invoked by using File | New | Class Library ) The IDE auto generate a Class.cs file, to which I added an include. The file looks like…
alok
  • 1,218
  • 1
  • 12
  • 29
0
votes
0 answers

Rider ASP.Net MVC WebDeploy on MacOS

I'm trying to deploy my asp.net mvc web solution to a server. I'm using smarterasp.net. I received a PublishSettings xml file, and i have the FTP connection details. With VisualStudio the process of starting the app somewhere else besides the local…
0
votes
1 answer

ASP.NET Core 2.0 debuging on Rider

I have project on ASP.NET Core 2.0, and working on it with Rider (2017.2.1). I tried to debug it, but on error on Service creating or some errors in controllers action no any error fired on Rider, nothing happened, and I can not see where the error…
Dmitrij Polyanin
  • 485
  • 5
  • 23
0
votes
2 answers

Jetbrains Rider connection string to Ubuntu SQL Server

I have installed SQL server on my ubuntu ( 17.04 ) and it is running perfectly fine. I am using the Jetbrains Rider for my C# development work and I can connect to my local SQL Server instance via the Database tool comes with Jetbrains Rider. But…
0
votes
2 answers

Intellij Idea Rider 2017.1 Xamarin Android Run Error

I am using Intellij Idea rider to develop xamarin projects. Everything worked normally since 2 day ago when a strange error started to appear when trying to run the app in android emulator. I get this strange error : Error running Android…
user978123
  • 343
  • 4
  • 12
0
votes
1 answer

Rider for Outlook Web App (OWA)?

Is it possible to work with JetBrains Rider to develop OWA addin ? Maybe a plugin to add ? I work with Visual Studio 2017 and when I run my project, Outlook is launched with my addin added. I would do the same with Rider.
0
votes
1 answer

Adding configuration file in Rider IDE

I know the Rider IDE is fairly new but i actually like it :) My question is however if anyone knows how to add a configuration file to your project (within rider) All I can see is this: Which as you can see doesn't seem to have a way for me to…
Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
0
votes
1 answer

Change executable path of Run/Debug configuration in Rider IDE for web project

In the Rider IDE for a web project I want to change the Executable path (see red area in attached screenshot) in the Run/Debug configuration. The text-field is grayed out and after playing around a bit I didn't find a way to change this. Is there a…
Sjoerd222888
  • 3,228
  • 3
  • 31
  • 64
0
votes
1 answer

Why is the project "Rename..." button grayed out?

I wanted to rename some projects in Rider but the Rename... button in the context menu is inactive. What am I doing wrong? The shortcut Ctrl+R,R also doesn't work. It's an ASP.NET Core project and I'm using Rider that has just been released. The…
t3chb0t
  • 16,340
  • 13
  • 78
  • 118
0
votes
1 answer

Web Api Projects on Mac

I am new to using Mac. I want to try running my projects in the mac by cloning from Github. I installed Visual Studio for Mac and try to run Projects, MVC projects run good but Web API projects are not running. I tried to add a new project and don't…
Chatra
  • 2,989
  • 7
  • 40
  • 73
0
votes
1 answer

Is it possible to run Unity3D Tests inside of Rider?

Is it possible to run the Unity3d Tests inside of Rider? Rider detects those tests but the result is "Inconclusive, Test not run". The Unity3D plugin is installed.
Kevin Streicher
  • 484
  • 1
  • 8
  • 25