Questions tagged [jetbrains-rider]

131 questions
0
votes
0 answers

How to set View.SynchronizeClassView among keyboard shortcuts in Rider?

How to set View.SynchronizeClassView among keyboard shortcuts in Rider? Among rider's keymap settings, I want to find something that corresponds to View.SynchronizeClassView, a shortcut in Visual Studio. Image is a shortcut function in Visual…
황태준
  • 11
  • 2
0
votes
1 answer

Is there a way to show the status of a test session on the status bar on Rider?

In Visual Studio with ReSharper it is possible to show a handy icon on its status bar showing the status of a particular test session: This icon is very useful, at least for me, because it permits to know if the tests I'm interested in are all…
Totoro
  • 184
  • 7
0
votes
1 answer

Like bundle plugin in visual studio 2022 Are there any plugins available for Rider as well?

like bundle plugin in visual studio 2022 ( https://github.com/failwyn/BundlerMinifier ) Are there any plugins available for Rider as well? If I have a bundleconfig.json file in my project, Whenever I edit the source, I need a plugin that bundles and…
Jimmy
  • 93
  • 7
0
votes
0 answers

C# Ressources (Resx) Namespace should not match Project Folder Structure - Jetbrains Rider Ressource Editor

I have a Resx-File in a C#-Project-File (Project name: Core.Common) with many folders and I want the Ressources always to be on top in the folder structure so that I can quickly switch to them. I need them regularly. So I prefixed the Foldername…
MarkusE
  • 545
  • 4
  • 20
0
votes
0 answers

Inconclusive tests with Jetbrains Rider

We have an old project with .Net Framework 4.5.2 and want to run some unit tests with newer versions of Rider. Test run with Rider 2021.3, but not with Rider 2022.2 and 2022.3 All of them fail with Test has not run Last runner error: Could not load…
Stefan
  • 1
0
votes
1 answer

unity crashes after git reset with no hint on what is going on

I am developing a game in unity for 4 months now. today I reset my local repo to a state from a few days ago. since then, unity claims there would be "compilation errors" and offers me to open the project in "safe mode" or ignore the errors and…
soomon
  • 396
  • 2
  • 18
0
votes
1 answer

"Wrap top level statements into class" or "Move top-level statements before namespaces"

I'm trying to have a more in-depth understanding of coding with the C# language. And so I am trying to dissect every suggestion from IDEs. The two screenshots below show the two different scenarios of creating an instance of a class. As you can see,…
Sevcan D.
  • 53
  • 9
0
votes
1 answer

Can't Setup Unreal Engine and Rider for Windows 11

I am tired configuring how to install Rider and setup it up to work Firstly i installed Visual Studio 2022 with Game Development in C++ Workload then installed Unreal Engine 5.0.3 then installed Rider 2022.2 and Activated it then did setup rider as…
Xczer Max
  • 21
  • 2
0
votes
1 answer

Jetbrains Rider Projects compatible with Visual Studio?

When i work on a new C# Project with Jetbrains Rider is this project compatible with the Visual Studio IDE? I want to use Jetbrians Rider at work, but my colleagues say that I can use it only if the Rider projects are compatible with the Visual…
sDevPaul
  • 9
  • 3
0
votes
1 answer

Is there any way in Rider to search for "this value in a string"

It's occurred to me that I moderately frequently want to find values that are defined as strings in my codebase. Mostly in contexts where I suspect there's some string-based reference to a Method/Prop that I've renamed (). Or occasionally when I…
Brondahl
  • 7,402
  • 5
  • 45
  • 74
0
votes
1 answer

How to prevent Rider from auto opening ASP.NET Core WebApp in browser after every run?

I am creating WebApp in Rider and I always have one (or more) window in browser opened with my App. And then when I make some change and rerun Application, Rider opens another tab in browser. I hope it can be disabled. I looked for answer but…
Wojtek
  • 3
  • 1
0
votes
1 answer

How do I fix my broken .NET 6 installation on Ubuntu?

I have .NET 6 and .NET 7 on my Ubuntu system. When I try to execute a test in Rider it says dotnet 6 isn't installed. But it is. If I run dotnet --list-runtimes it shows only .NET 7.
devlord
  • 4,054
  • 4
  • 37
  • 55
0
votes
1 answer

JetBrains Rider is giving me a "Cannot resolve symbol" error on some Unity elements, though the script compiles and runs

When trying to create a custom inspector I get the Cannot resolve symbol errors until through "context actions" I tell it to reference the assembly UnityEditor.CoreModule v0.0.0.0 and import UnityEditor.whatever symbol I clicked on. I tried putting…
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
0 answers

What shortcut to use to implement a function?

Using Rider with C++ when I type the function declaration in header file, is there a keyboard shortcut to implement this in cpp file in one step without using Alt+Insert ?
zac
  • 4,495
  • 15
  • 62
  • 127
1 2 3
8 9