Questions tagged [jetbrains-rider]
131 questions
2
votes
1 answer
Can't launch an ASP.NET Website project in Rider (MacOS)
I recently downloaded Rider and I want to debug my solution, which is a ASP.NET Web App, in a MacOS environment. When I select "Run [Solution Name]" from the Run menu, I get this:
Keeping in mind that I haven't done anything yet to the solution;…

Anna Lam
- 79
- 4
2
votes
0 answers
Rider - Log/Output not displayed
How do I display the output in a .NET desktop app in Rider 2021.3.1? I have tried several variants, nothing is displayed. Also in the tab "Debug Output" is not displayed. I have enabled the setting for output to console. The curious thing is, when I…

Sven M.
- 587
- 7
- 23
2
votes
0 answers
How to get JetBrains Rider to show the opening bracket line?
I get this functionality by default with WebStorm. On clicking a closing bracket, it temporarily displays the line with the opening bracket on top of the editor (if the line is not within the viewport) and hides it when I click somewhere else. I…

Sarah
- 346
- 1
- 3
- 11
2
votes
1 answer
JetBrains Rider - move line up / down hotkey
I've just installed a trial version of JetBrains Rider, migrated my settings from Visual Studio.
However, the hotkey for moving line up or down via Alt + ↑ / Alt + ↓ doesn't work. It instead moves the caret 1 block up. The problem is that I've tried…

TheDoomDestroyer
- 2,434
- 4
- 24
- 45
2
votes
0 answers
JetBrains Rider Crashes when Evaluating
For some reason Rider simply freezes when evaluating an expression:
Yes,the string result is pretty large.
Is there a remedy for this?
Works fine in VS2019

ShaneKm
- 20,823
- 43
- 167
- 296
1
vote
1 answer
Latest Jetbrains Rider IDE does not support hot reload for NET Azure Functions
I have decided to try out the Rider IDE from Jetbrains. I mainly dev in NET/C# for Azure Functions projects. However, I now realise that it does not support Hot Reload for this scenario, although this is not singled-out in the limitations section of…

baouss
- 1,312
- 1
- 22
- 52
1
vote
2 answers
Hot Reload not working for .Net Maui in JetBrains Rider?
I'm creating an ios/android app with .Net Maui and can't get hot reload to work on any platform. Is this working for anyone?
I've tried installing and reinstalling and doesn't work.
Mac Mini Intel
Ventura 13.0.1
Rider Version - 2022.3.2

eddiejsdev
- 21
- 4
1
vote
0 answers
Rider HTTP Client Build JWT Token in Pre-Reques Script
Currently using Rider HTTP Client Plugin as documented here to build out some API test scripts and sample calls. For one of the tests I need to build a JWT token in the Pre-Rquest Script and after many failed attempts I post this question.
this is…

workabyte
- 3,496
- 2
- 27
- 35
1
vote
0 answers
Jetbrains rider fails to run azure function project, which runs fine in Visual Studio for Mac
I'm trying out Rider but failing at the first hurdle. I have a solution with 2 azure function .Net 6 projects and these run fine in visual studio for Mac, when I load them in rider and try and run one I get:
A fatal error was encountered. The…

Blingers
- 789
- 1
- 9
- 22
1
vote
0 answers
Rider IDE huge usage logo
Does anyone know if this is a bug or something? I've tried to google it but can't find a solution. And is it impossible to turn off top-level statements in c# rider?

aron kan
- 72
- 8
1
vote
0 answers
Using DefaultAzureCredential with Ubuntu + Rider
I am attempting to run a .NET 6.0 project locally on my Ubuntu machine using rider. The project using the DefaultAzureCredential class but when I trying running it gives the following error
"DefaultAzureCredential failed to retrieve a token from…

backwardsx
- 55
- 1
- 4
1
vote
0 answers
In JetBrains Rider, how to remove outputs or turn outputs into <1 internal line> in Console?
Is there any way I can remove the whole path from showing every time I run a program?
Wanted to remove this Path :
C:\Users\14666\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-0\222.4459.9\plugins\dpa\DotFiles\JetBrains.DPA.Runner.exe --handle=4660…

JinJiu
- 11
- 2
1
vote
0 answers
Unit Test Coverage is not showing in JetBrains Rider 2022.2.3 Mac version
Not able to see Unit test case coverage in Rider in Mac although DotCover and DotTrace plug in's are enable.

Nikhil Nandha
- 166
- 10
1
vote
1 answer
JetBrains Rider does not ignore autogenerated migration files in inspection for build
System: MacOS Monterey, JetBrains Rider 2022.2.1, .NET 6.0.6
I cannot build my solution from Rider because one of my colleagues added an underscore to a migration and we have a Stylecop ruleset for some code analysis and I don't know how to disable…

Alex Pab
- 107
- 1
- 1
- 5
1
vote
0 answers
Jetbrains rider: is there a way to start 2 projects in order?
I've got a solution that has 2 projects. The first is a asp.net core 6.0 mvc app that calls a web service that is exposed by the second one (Web API alsso built with asp.net core 6.0). Is there a way for me to start both projects at the same time in…

Luis Abreu
- 4,008
- 9
- 34
- 63