1,316 questions
2
votes
1
answer
71
views
Rider keeps rebuilding the game every time I maximize the window or switch back to it
Issue
I am working on a project with Godot, and Rider is the development IDE. The issue is that the IDE keeps opening the Build tool and building the project whenever I switch back to it or maximize ...
0
votes
1
answer
122
views
Open project inside WSL, GIT not working: IJent Error
I've opened a project inside my WSL.
But there is an error on Git.
When I go on Settings → Git → Path to Git executable: \\wsl.localhost\Ubuntu\usr\bin\git
Then i click test and he shows me this error:...
0
votes
1
answer
64
views
Adding AzureDevops Feed to Rider on Linux
Currently I'm working on a C# Project, and I'm trying to add Azure-Devops Artifacts automatically.
What I tried so far:
Adding the Feed to config via Rider (username/password)
Rider asks me ...
0
votes
0
answers
27
views
Cannot find "Visual dependency analysis" tool in JetBrains Rider
I'm trying to analyse the dependencies of some projects and I came across the Visual dependency analysis functionality of JetBrains Rider.
I have Rider version 2025.3.0.2 installed, but this ...
0
votes
0
answers
221
views
MAUI .NET 9 Android: "Application APK file path is not found" in Rider for both Debug and Run, simulator and physical device
I'm trying to debug and run a .NET MAUI Android app targeting .NET 9 in JetBrains Rider (2025.1.3).
SDKs installed:
9.0.308 [C:\Program Files\dotnet\sdk]
10.0.100 [C:\Program Files\dotnet\sdk]
...
0
votes
1
answer
163
views
Connect to SQLCipher encrypted SQLite database with Rider's built-in plugin
I'm trying to connect to my database through Rider but it doesn't work since I encrypted my database with SQLCipher. Tutorials say I should add these fields in the "Advanced" tab but that ...
0
votes
0
answers
66
views
Rider program arguments does not include \r and \n
I moved development of a project from Visual Studio to Rider. When I was working in Visual Studio, when pasting my input within the launch arguments, these would retain formatting. This was important ...
2
votes
2
answers
160
views
Getting syntax highlighting on string argument
I am currently creating a custom .NET router.
It is working as it should, but one thing that bothers me is that I don't get the same level of syntax highlight in rider as I get with other more ...
2
votes
1
answer
64
views
Rider styling not working with a C# file that has 6000+ lines despite configuring file size limits
Rider has a default limit for the maximum size of files it will parse, and the limit is not very high (300 KB by default).
I'm trying to increase that limit using that documentation from Rider and ...
1
vote
0
answers
156
views
Building devcontainers with Rider 2025.2 and ASP.NET Core
I built a devcontainer on Windows, via Rider 2025.2, and I could run it and launch the rider IDE then load the project.
When I build or restore nuget packages in the project, using dotnet command, I ...
0
votes
1
answer
86
views
How can I insert pipe character using azerty keyboard layout on Rider
Trying to insert a pipe character | with an azerty keyboard by pressing shift + control + L, but it seems the shortcut is taken by some other feature in Rider. I am using Visual Sutdio Mac keyboard ...
1
vote
2
answers
207
views
Angular 19/20 Monorepo in JetBrains IDE
Starting with Angular 19 I keep getting errors like TS-992010: 'imports' is only valid on a component that is standalone. which I see others have fixed on VS Code by updating angular language service &...
1
vote
0
answers
93
views
In Rider, is there a way to filter files with specific suffixes or folders in the Changed files pane of git?
I want to hide .meta files and some no-script folders, which are included in the Git of original repository. The third area has limited space, and it is necessary to filter unnecessary files but still ...
2
votes
1
answer
210
views
Custom Calendar Date Picker in Avalonia in JetBrains Rider
I am building a custom Calendar Date Picker in Avalonia in JetBrains Rider. Unable to modify the calendar popout. I need to remove the empty space on the right hand side.
Here is the code.
<Style ...
0
votes
0
answers
437
views
How to run an application through WSL in Rider?
I need help figuring out the following: I have a requirement to run an application through WSL (both in debug and non-debug modes) in Rider 2025.1. I don’t understand how to set this up—I’ve already ...