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
0 answers

Azure ServiceBusTrigger doesn't trigger Azure Functions when clicking "Run all functions" in Rider

I'm trying to consume Azure ServiceBus events in an AzureFunction with ServiceBusTrigger using MassTransit. I have 2 functions in the same project, called FunctionA and FunctionB, which should be triggered by events in the same topic but different…
AunAun
  • 1,423
  • 2
  • 14
  • 25
0
votes
1 answer

Why are the tests of the response not failing in Rider http-client?

A webservice returns this json { "title": "Test how to filter the response", "features": [ { "feature": "AB1", "price": "1.00"}, { "feature": "AB1", "price": "1.23"}, { "feature": "CD2", "price": "2.00"}, { "feature": "EF3",…
0
votes
1 answer

A funny problem in Rider when I'm coding in Rider (C#)

I was trying to print "I like pizza." in Rider, but it printed "Hello, World!" Does anyone know why? (I'm using MacBook Air) I tried for a lot of times but still failed.
0
votes
0 answers

How to see the last line of code that caused the error with rider C++?

I have C++ code that caused crash of Unreal Engine. The problem when the error occurred Rider open assembly view , is there a way to see the last line of code that caused the error instead of assembly view ?
zac
  • 4,495
  • 15
  • 62
  • 127
0
votes
1 answer

Hot Spots is missing from dotCover Unit Tests Coverage in Rider

I've installed the dotCover plugin in Jetbrains Rider but Hot Spots is missing from the Unit Test Coverage menu in Rider and I don't have the Coverage Tree either. Anyone know why? This is what I'm supposed to see: This is what I have:
Sia
  • 1
  • 3
0
votes
1 answer

Web Api Project Works Fine on Visual Studio But Not Rider

So I wanted to try out Rider. I tried to run my startup project through Rider but I seem to be getting the following error when I open up the url in the browser: Could not load file or assembly 'AMLP' or one of its dependencies. An attempt was made…
Nayeer Mahiuddin
  • 187
  • 3
  • 16
0
votes
1 answer

How to configure a custom unit test adapter for Rider?

I have a custom unit test adapter whick can work well on visual studio, but I can't find any test on rider. How to configure a custom unit test adapter for Rider?
0
votes
0 answers

Resolve IDE script function

I'm working on a simple razor view with Rider IDE, so I create a simple function as: @section Scripts {