close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -5
0 answers
54 views

I installed Rider for the first time, and after opening it I'm prompted to set up my license. Choosing any option (non-commercial, paid, or free trial) all give an error popup that says "Cannot ...
Score of 2
1 answer
343 views

How do I prevent PyCharm and Rider from opening the GitHub Copilot Chat tab every time I run it? That behaviour seemed to appear in the 2026 versions of those JetBrains products. I scoured through the ...
Score of -1
1 answer
180 views

Here is a very simple MRE. I'm using System.Diagnostics: using System; using System.Diagnostics; class Program { static void Main() { string? myVariableString = Console.ReadLine(); ...
Score of 2
1 answer
169 views

Here is a MRE that tries to reduce my initial problem to something as small as possible: using System.Diagnostics; List<string?> xs = new() { "a", "b" }; // normally xs ...
Advice
1 vote
3 replies
100 views

I'm using Rider to develop a C# application that uses ASP.Net to create a simple web application. From inside the IDE, I can run and I get what I expect: A command-line application that runs in the ...
Score of 1
0 answers
113 views

When I run a schema compare in Rider in the new SDK-style .sqlproj format where the [$(DatabaseName)] value is in the *.sql code and the resolved database name is in the database side, it still ...
Score of 0
1 answer
130 views

In Rider, I’m trying to customize the border color of bracket scopes (e.g. code blocks defined by {}). ┌─────────┐ if (a > b) │{ │ ┌────────────┘ │ │ while (x) { ...
Score of -1
1 answer
80 views

I’m working on a Blazor Server project targeting .NET 10 and trying to use Tailwind CSS. I included the Tailwind CDN script in the <head> section of App.razor, and at runtime everything works ...
Advice
2 votes
3 replies
74 views

I am developing a Windows Forms application in JetBrains Rider and using the WinForms Designer to design my forms. My IDE theme is set to a dark theme (high contrast / dark mode), but the Windows ...
Score of 2
2 answers
170 views

On a Windows computer that has never had any JetBrains products installed, I installed Rider 2025.3.3. The comment shortcut (Ctrl + /) works correctly in various file types (of relevance .cs, .js, ....
Score of 0
1 answer
68 views

Using Rider, I face a message box about confirmation for moving files around. It seems that, by moving the mouse over the explorer, the drag-and-drop action gets triggered. The message box is really ...
Score of 0
2 answers
238 views

When I don't use ReSharper Build option (Rider → Settings → Build, Execution, Deployment → Toolset and Build), everything works correctly. When I do use it, I get this error: \...\obj\Debug\net10.0\...
Score of 0
1 answer
70 views

I'm getting an invalid provisioning profile error message when I try to upload a .NET 10 app to Apple on my Mac, compiled with Rider, and uploaded via Transporter. The error message I get is below. ...
Score of 3
1 answer
100 views

After upgrading MSTest from version 1.4.0 to version 4.0.2, asynchronous tests are hanging (never finish). I am using Rider. Here is a minimal example of a test that used to run to completion before ...
Score of 0
0 answers
119 views

I am using JetBrains Rider 2025.3.2 on macOS with a MudBlazor project targetting .NET 8, C# 12. The project builds and runs correctly, and the same codebase works without any issues in Visual Studio, ...

15 30 50 per page
1
2 3 4 5
89