Questions tagged [jetbrains-rider]

131 questions
58
votes
3 answers

IntelliJ IDE (Rider, Android Studio...) - how to hide "usage" links above properties/methods/etc

IntelliJ Rider IDE version 2022.1: Above class properties or methods I have this link called "usages". How do I turn the "usages"-link off? They are driving me crazy. I don't know what these things are called, so googling didn't give me any results.…
Lars
  • 1,699
  • 2
  • 22
  • 32
13
votes
5 answers

Error being thrown when trying to debug from JetBrains Rider: error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation'

I am unable to debug a Xamarin.iOS application out of JetBrains Rider 2022.2.2. This is the error that gets thrown when trying to deploy to the simulator: error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path:…
Ron Saylor
  • 381
  • 6
  • 19
7
votes
2 answers

Rider - evaluation of List is disabled. Use context menu to enable Problem

I've been having trouble previewing the contents of my collection for a while now. The message is: Count = Evaluation of System.Private.CoreLib : System.Collections.Generic.List : get_Count () is disabled. Use context menu to enable As you can…
Nesto
  • 177
  • 2
  • 5
7
votes
1 answer

Is there a way to render markdown mermaid diagrams in JetBrains Rider?

I would like to use JetBrains Rider to edit mermaid diagrams but there doesn't seem to be a plugin for it (at least I couldn't find one). Is there any way to enable rendering of mermaid diagrams in Rider?
eddex
  • 1,622
  • 1
  • 15
  • 37
6
votes
1 answer

How can I switch the build configuration from "Debug" to "Release" in JetBrains IDE Rider with the new UI?

I have configured two build configurations in my solution file like so: Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection In…
eddex
  • 1,622
  • 1
  • 15
  • 37
6
votes
1 answer

How to view class structure, including inherited fields, in JetBrains Rider?

Is it possible to view all the methods and fields of a class, including inherited fields? Something similar to the structure view but include all symbols. Currently, I type this. and see all the suggestions.
Efi G
  • 937
  • 8
  • 15
6
votes
1 answer

JetBrains Rider debug mode evaluator exception

I am struggling with Rider on my MacBook as I am unable to evaluate IEnumerables while debugging my code. I am currently running Rider 2021.3.1, but the issue has persisted since before Rider 2021.2. As I do not want to use ToList() all over, this…
elillesaeter
  • 148
  • 10
5
votes
0 answers

How do I disable the "undo code cleanup?" prompt in JetBrains Rider?

My team has configured ReSharper/Rider to automatically run code-cleanup every time we save. I save a lot, which means code-cleanup runs a lot. Every time I try to Ctrl+Z past a point where code-cleanup ran, Rider prompts me with a pop-up asking…
4
votes
1 answer

Azure.Identity.AuthenticationFailedException: Response was not set, make sure SendAsync was called

I'm trying to connect to an Azure Service Bus and I'm facing an issue. It seems impossible to connect as I always get this error: Azure.Identity.AuthenticationFailedException: ClientSecretCredential authentication failed: Response was not set, make…
3
votes
1 answer

Jetbrains Rider SCSS load-path

I've started using JetBrains Rider as my primary IDE - and I love it so far. While using Visual Studio, I used Web Compiler to compile SCSS files to CSS. Worked great. However - I'm strugling with getting Rider to compile SCSS files correct. I've…
InversionDK
  • 125
  • 7
3
votes
2 answers

How can I change my C++ to use /std:c++17 in Jetbrains Rider?

I have a problem with my Rider IDE using C++98 I guess (tested using __cplusplus) and when using inline constexpr it says main.cpp(2, 22): [C7525] inline variables require at least '/std:c++17' How can I change it to use cpp+17? I tried looking…
shiyon sufa
  • 179
  • 3
  • 7
3
votes
1 answer

How can I attach to process automatically without having to search it everytime in Rider?

In Visual Studio I have settings to attach automatically to a local process: So, when I click the selected button, it will automatically build the code and attach to the running local process specified in properties->configuration…
kuhi
  • 531
  • 5
  • 23
3
votes
0 answers

Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)"

I'm building a Xamarin app with JetBrains Rider. When I start typing an Entry-field or a SearchBar (in the iOS-simulator), the console gives me a huge amount of the same errors. It's so much that it is hard debugging my code. It only happens while…
3
votes
1 answer

I can't run C# console application ( version `GLIBC_2.32' not found)

I am on Ubuntu 21.04 and running a C# console application in Jetbrains Rider. And it says: /home/Door/RiderProjects/ConsoleApp1/ConsoleApp1/bin/Debug/net6.0/ConsoleApp1: /snap/core18/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not…
sumi
  • 31
  • 1
  • 5
2
votes
0 answers

How do I set the console in Rider to run in interactive-mode?

I have several console applications written in .NET 7.0. The nature of these applications are to function as a CLI that takes input from the user and executes some functionality. In all of these CLI applications, I make use of Spectre.Console to get…
1
2 3
8 9