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

Xamarin Shared Project on Rider?

Does JetBrains Rider support Xamarin Shared Projects? I know that Rider supports Xamarin iOS and Android applications, but I want to know if I can use code sharing here the same as what Visual Studio can do. I searched JetBrains website and couldn't…
-1
votes
1 answer

WPF Window assigning event handlers

I was trying to assign event handlers for WPF window (window B) just like it was assigned in window A, but IDE says Cannot access non-static event PreviewKeyDown in static context. Perhaps anyone knows the reason why it's like that. I don't see any…
Ignas
  • 389
  • 2
  • 13
-2
votes
0 answers

Distraction-free-mode-new-line-bug

I found a small yet annoying bug that I encounter on daily basis. The bug occurs based on my experience only in distraction free mode. The bug is that whenever you press enter to make a new line, the left padding (tabs) that should be automatically…
-2
votes
1 answer

Problem getting the whole object from Entity Framework when requesting via API methods

I have a problem with the API requests. I'm trying to get the whole object from the server to the client, it is retrieved, but without some fields. This is what it should get for job object, but the problem is that it is returned with null values:…
-2
votes
1 answer

Rider unable to restore dotnet core packages on mac

I get the following error when I try to restore a dotnetcore project on my mac in Rider. The sad thing is this error only comes in Jetbrains Rider. I can run my project from the command line and Visual Studio. Any ideas? [NU1202] Package…
Raj Kumar
  • 1,547
  • 14
  • 19
-2
votes
1 answer

Git: how manage dependences for your C# libraries?

I write C# apps in Rider and have several self-written libs. These libs builded as .netcore Projects. But there is one lib that use another my libs and it builded as Solution. And I don't really know how can I use it in my another projects? I just…
MaxLevs
  • 15
  • 5
-3
votes
1 answer

How to add ASP .Net Core Web Application library for Windows application?

I want to listen http requests by my windows forms application, in order to do this I want to add ASP .Net library for use the web application. I understand that this is a standard library, but I do not understand how to add it to the project I…
StriBog
  • 165
  • 1
  • 1
  • 13
-3
votes
1 answer

Public variables created in Rider do not show up in Unity

I just started using Unity (which came with VSC), but I had better experience using JetBarin products such as IntelliJ IDEA, so I went and switched to Rider. However, I am now unable to connect public variables (int, float, GameObject) to my Unity…
-3
votes
2 answers

JetBrains Rider - Generate Java like getter/setter?

Does anyone know how to convert the C# getter and setter to a java-like getter and setter pattern using the Rider IDE? Convert this: public Transform List { get { return list; } set { list = value; } } to…
genaray
  • 1,080
  • 1
  • 9
  • 30
-3
votes
1 answer

how to develop a GUI designer in Jetbrains Rider like in Visual Studio for WinForms, WPF etc?

Is it posible develop GUI form like visual studio in Jetbrains Rider editor? if yes how to set into Rider?
Mansur Otabekov
  • 70
  • 1
  • 10
1 2 3
70
71