Skip to main content

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.

0 votes
0 answers
21 views

I cannot enable Rider version control integration with Perforce

enter image description hereI have the Visual Studio 20222 keymap. As it is now it only gives me the option to use local history for version control integration. I used P4v to set up a new depot and ...
Loofa Tube's user avatar
0 votes
3 answers
20 views

Rider is picking default C# Matrix4x4 over UnityEngine.Matrix4x4. How to use only Unity engine matrixes?

Using Rider, I'm trying to do matrix things with unity, however for some reason suddenly Rider will only let me type the System.Numerics.Matrix4x4 instead of the Unity one. Can I force it to use the ...
Pingu21's user avatar
  • 181
0 votes
1 answer
65 views

UE5 C++ build fails when creating character

I'm trying to learn how to create c++ class and use them for blueprint. For AGameModeBase and AGameStateBase, it worked well. But when I create c++ file whose parent is ACharacter, editor fails to ...
lanthanide's user avatar
0 votes
1 answer
27 views

How to Share ReSharper Configuration Across Multiple Git Repositories

I'm working on several projects across different Git repositories, and I want to maintain a consistent ReSharper configuration across all of them. To achieve this, I'm considering storing the ...
Tal B's user avatar
  • 1
0 votes
1 answer
48 views

Disable Rider performance inspection warning for a particular method

I've begun using Rider for my Unity project and its displaying performance warnings for methods that are unavoidable such as Debug.Log() and Debug.LogError(). Selecting "Disable performance ...
WongWray's user avatar
  • 2,546
-2 votes
0 answers
62 views

Is there any way that I can write this class better than I did?

I'm developing an e-commerce website for my uncle using C#. I'm trying to think of a better way to write this class where I can perform the update operations faster, if I need to modify a user's data. ...
Misu Stefan's user avatar
-2 votes
0 answers
62 views

Does Rider have a setting to automatically apply the Minus Greater Than combo (->) on a C++ pointer by just pressing the Greater Than key (>)? [closed]

Recently, a strange occurrence happened when I was accessing a UE5 C++ pointer while using Rider. I pressed the Greater Than key > accidentally while accessing a pointer variable and instead of ...
Experiment-626's user avatar
0 votes
1 answer
30 views

How do I check which Windows C++ SDK version(s) I have installed, needed for Rider IDE

When I try to create a new C++ project with Rider I get this window: Problem is, I don't know what I should write in CppWindowsSdkVersion field. I just updated to latest tools with Visual Studio ...
alexpanter's user avatar
  • 1,506
0 votes
1 answer
46 views

Error connecting SOAP service : An HTTP Content-Type header is required for SOAP messaging and none was found

Recently, my hard drive has been changed and a fresh installation of Windows 11 done. Since then, a SOAP service, from one of our subcontractor, doesn't work anymore on my computer in Rider. When I ...
dli's user avatar
  • 1
0 votes
1 answer
32 views

UE5 Editor doesn’t automatically open Rider EAP IDE

I tried both "Rider" and "Rider Uproject" options When I double click on C++ class or trying Tools -> Open Rider in UE5 Editor I just see this notification in the left bottom ...
EzioMercer's user avatar
  • 1,677
0 votes
1 answer
155 views

Pull requests using the Azure DevOps plugin in JetBrains Rider

I have installed the Azure DevOps plugin for Rider on macOS, and I am trying to create a pull request from my local branch into the remote master branch up on DevOps. I was able to authenticate and ...
AAM111's user avatar
  • 1,229
1 vote
1 answer
85 views

Rider on Windows Debugger - CLR load callback is already in error state E_FAIL - 0x80004005

I’m suddenly unable to debug one project (AvaloniaUI,C#,.NET 8.0.302) in Rider (2024.1.3 / Build #RD-241.17011.166, built on June 7, 2024) on Windows 11 and I’m struggling to figure out the issue. If ...
Jammer's user avatar
  • 10.1k
0 votes
0 answers
30 views

Rider - Blazor WebAssembly standalone app: Error running

Im run into a weird issue. Its kinda hard to explain but whenever i create a blazor webassembly standalone app and try and run it. I always get the error: Error running 'BlazorApp2: IIS Express' and i ...
Mat's user avatar
  • 613
0 votes
1 answer
21 views

Jetbrains Rider: touching Macbook's built-in keyboard or touchpad changes input mode to overwrite

I am using two versions of Rider (2023.3.5 and 2024.1.2) on my new Macbook (2021, 16-inch). Both have the same issue since I installed them, that any type of input done with its built-in keyboard or ...
XVCINE's user avatar
  • 1
0 votes
0 answers
37 views

Refactor multiple public classes in a folder/namespace to internal classes

Imagine 10 public classes in a folder/namespace. I want to make all of them internal. Any way to do this using Rider without modifying each file manually?
me.at.coding's user avatar
  • 16.6k

15 30 50 per page
1
2 3 4 5
82