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

Rider treats freshly checked out Projekt as "All files are new"

I am using the TFS Integration Plugin, as the built in TFS Connection somehow is not able to connect to our TFS. With the same login/path I am able to check out projects from our TFS but then Rider treets the freshly checked out project as "not…
modmoto
  • 2,901
  • 7
  • 29
  • 54
0
votes
1 answer

Unity & Rider - References go AWOL after Git Commit

I'm setting up a Unity project, create source files, open them in Rider: All looks good! I commit it all to Git, come back into Rider and all references (System, System.Core, UnityEditor, UnityEngine, etc.) go missing. Does anyone know why this…
BadmintonCat
  • 9,416
  • 14
  • 78
  • 129
0
votes
0 answers

Unable to compile/run native Xamarin project

Today was my first day at work as a "Junior Xamarin Mobile Developer" and the whole day I was trying to get the project to compile. Question: I need help with compiling a Xamarin project (not forms but native UI) Visual Studio: After the whole day I…
user7774943
0
votes
1 answer

Rider showing MvcApplication (load failed)

I just installed JetBrains Rider and initiated a .net core MVC app. It finished generating the initial files and shows MvcApplication(load failed). I installed .net core from its own website and 'dotnet' command is working as dotnetcli is also…
inthevortex
  • 334
  • 5
  • 20
0
votes
1 answer

Project Rider Local Database File

I am looking for a way to include a standart .MDF database to my C# project in Project Rider. I really like the way it works with Databases. I know that Visual Studio uses Microsoft SQL Server databases, even for local ones, but i can't use a local…
0
votes
1 answer

.NET Core install not found by Rider IDE

I get the following error when i try to create a new .net project in RIDER IDE: Can't detect .NET Core 1.0. Install .NET Core and restart Rider. I have issue find…
0
votes
1 answer

Is there a way to view the errors associated with loading a project file in Rider?

We have a large (466 project) visual studio solution. When using project rider, one of the projects doesn't fully load, and the solution explorer shows (with errors) after the project name. Is there anywhere in Rider to view said errors?
rvorderm
  • 199
  • 3
  • 15
0
votes
1 answer

Rider EAP wwwroot hidden

I'm working with the February 2017 Rider EAP build on macOS Sierra. I added a wwwroot folder to my project and when I installed the Microsoft.AspNetCore.StaticFiles assembly. The folder disappeared from the Project View. It's definitely there, and…
Chris Thompson
  • 35,167
  • 12
  • 80
  • 109
0
votes
0 answers

With Rider EAP, References to Services Objects Fail

Trying to work on a C# project https://github.com/cliftonm/FlowSharp on my Mac (El Capitan 10.11.6). Install Rider, install mono connect to project and everything seems fine, but the project won't build. Lots of stuff defined in the Services…
Gerry Gleason
  • 381
  • 2
  • 12
0
votes
1 answer

JetBrains Rider EAP on Linux: how to start service

During tests of the JetBrains Rider EAP under Linux Mint I ported one of my MSVC C# projects which was Windows service project. All was Ok with porting but how I can start the module as a service from IDE? I know that I have to use mono-service to…
Hermann
  • 247
  • 2
  • 18
0
votes
1 answer

Rider run Unity Unit Tests

How can I run unity unit tests from Rider-EAP? It works fine from Unity. I get this error when I try to run the tests: Error:null: /Users/xxx/NavigationTest.sln : error : Target named 'Assembly-CSharp-Editor' not found in the project. But I can…
Bjarte
  • 2,167
  • 5
  • 27
  • 37
0
votes
1 answer

JetBrains rider does not execute nuget packages with .targets files

We are testdriving JetBrains as IDE on top of standard dotnet sdk from Microsoft. No Visual Studio installed. We have a nuget package, that implements an additional build step. It works in VS Express, and on the msbuild commandline, when VS Express…
thst
  • 4,592
  • 1
  • 26
  • 40
0
votes
2 answers

Looking at the new Rider EAP, does anyone know if its possible to import multiproject?

I am using Rider to open my dotnet core projects on ubuntu, i cant seem to target a global.json file though, only the project.json files, does anyone know if multi project is possible yet?? Thanks
DenLilleMand
  • 3,732
  • 5
  • 25
  • 34
0
votes
1 answer

Error running Default: This configuration cannot be debugged

How to enable debug in Rider from JetBrains for .net core project. When I press debug it show Error running Default: This configuration cannot be debugged. Anyone knows what config I need to create or what I need to do in order to debug .net core…
Roman
  • 623
  • 4
  • 23
0
votes
0 answers

Rider Error : unknown error

I am just starting using Rider. I want to start my HelloWorld console Application. But the build fails with Error : Error:: unknown error. If I click on the error, I see the csprojFile of my project with one error and one warning. The error is on…
Thomas
  • 5,603
  • 5
  • 32
  • 48