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 Code Completion for Autowired ViewModel (Prism)

I'm working on a project that uses Prism for its client software. I have a UserControl XAML file that looks something like this:
G_hi3
  • 588
  • 5
  • 22
0
votes
1 answer

In JetBrains Rider, is there a way to run compound run / debug configurations without closing running projects?

I have a bunch of compound run / debug configurations, each containing about 20 profiles, a lot of which overlap. Every time I ran a compound configuration where some projects were already running I had to press the cancel button about 15 times in…
Stephen Oberauer
  • 5,237
  • 6
  • 53
  • 75
0
votes
2 answers

Unable to Debug Lambda locally in Rider

I'm using Jetbrains Rider with Mock Lambda Test Tool and for some reason I am unable to Debug my code with the tool - the Debug button in Rider is just greyed out: Here is my Run/Debug Configuration: And this is my launchSettings.json file: The…
ZachOverflow
  • 387
  • 1
  • 3
  • 14
0
votes
1 answer

Connect to nuget MySqlConnector from Rider (Unity3d)

I am using Unity with Rider serverside and want to connect to Mariadab using the NuGet package "MySqlConnector(1.1.0)". I have installed the package and can see it in the Assembly. However: Rider does not recognize the package: public void…
0
votes
0 answers

How to fix "Project 'ListView1' load failed: [MSB4236] The SDK 'Microsoft.NET.Sdk' specified could not be found. " On Rider with Xamarin.Forms

I read online that that might happen if the core dotnet sdk is missing. I installed that and currently my SDKS are as follows enter image description here When I open the same project in a different laptop it works but I switched to the Rider in…
AshLove
  • 1
  • 2
0
votes
1 answer

Xamarin App not showing up in Emulator, even though it compiles without errors?

Here is a picture of my file structure and MainPage.Xaml file MainPage.xaml Here is the code in that file
AshLove
  • 1
  • 2
0
votes
1 answer

Xamarin - unable to access local api via Android (and iOS)

I'm using macos Rider to develop a Xamarin app for Android and iOs. I have a local api that I'm trying to use via the app, but it appears that the app cannot reach the api. This happens on Android as well as on iOS. Focussing on Android, I have…
user3478148
  • 433
  • 1
  • 8
  • 26
0
votes
0 answers

Jetbrains Rider - Universal Windows Platform SDK was not found

Instructions I installed the Windows 10 SDK and wanted to create a UWP application. After the solution is created, Jetbrains Rider gives an error. Error Universal Windows Platform SDK was not found: Please install UWP SDK via Visual Studio Build…
user14513899
0
votes
0 answers

How to download source code directly instead of decompile local .dll files for .net core when I click Go to Declaration?

When I want to read the source code of .net core, I click Go to Declaration button and on the Windows edition, I get the decompile code by the local .dll file. But when I do the same behavior on the rider for macOS edition, Looks like I get the…
0
votes
2 answers

JetBrains Rider | MassTransit Anonymous Type | MCA0003 | "Add Missing Properties" command does not autocomplete the properties

Background Operating Systems and IDEs Tested: JetBrains Rider 2020.2.4 on Linux Elementary 5.1 Hera | Fail JetBrains Rider 2020.2.4 on Windows 10 Home | Fail Visual Studio Professional 2019 on Windows 10 Home | Success Dotnet Version: .Net Core…
Trevor.Screws
  • 541
  • 6
  • 18
0
votes
1 answer

Cannot debug .net core app built with docker containers and docker-compose using Rider. Containers exits with code 139

I am not able to attach debugger to my docker containers app using Rider. It works fine with Visual Studio (run & debug) and with only 'run' using Rider, however when I'm trying to 'run debug' on Rider, the app tries to start but after that all the…
BrandNew
  • 13
  • 5
0
votes
0 answers

JetBrains Rider removing option "HTTP" from swagger UI

I am new to using JetBrains Rider and I have always used VSCode on my Mac. I have seen a very weird behavior from JetBrains Rider. The behavior is that when I host Web API with Swagger tool kit, and run that code using VSCode, the swagger page does…
Lost
  • 12,007
  • 32
  • 121
  • 193
0
votes
0 answers

How can I create an exe without dlls? - C#

Introduction: When I publish my cs project, many dlls and one exe is created. When I try to run the exe, no problems occurred, but when I try to copy and paste the exe to another computer, an error occurs: The application to execute does not exist:…
dzewak
  • 1
  • 1
0
votes
4 answers

Namespace name "Cinemachine" could not be found

This is my code in my project using UnityEngine; using Cinemachine; public class CameraCollider : MonoBehaviour { public void OnTriggerExit(Collider other) { Debug.Log("Test"); } } I am using the Cinemachine Package. This is the…
Benjamen Kuhman
  • 240
  • 4
  • 15
0
votes
1 answer

How to resolve Tee clc authorization error

I am trying to run tf wrokspaces command for my existing workspace, so I can use it in jetbrains rider as suggested below Jetbrains Rider Article When I run the command I always get below error, "TF31003: Either you have not entered the necessary…
Namit Shah
  • 13
  • 2