Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

As the title, when I edit code in the editor, the outline is normal, which is red on my Windows 11 PC, just a round red line. But when I get to see the function description, like just move your cursor ...
qiyuewuyi2333's user avatar
2 votes
1 answer
337 views

I use Rider. What I would like to do is to replace var with explicit type after using Reformat and cleanup code. For example, I have the following code snippet: var number = 1; I've set the following ...
Learner's user avatar
  • 675
-1 votes
1 answer
284 views

I have been using the node sass plugin and building my scss files during my dotnet build process, which works, but takes so much time whenever I make a change. I decided to switch to using prepros to ...
user7704925's user avatar
0 votes
2 answers
85 views

I have a really weird error. Here is a MRE: var outputs = new ( (Typing First, Typing Second) a, (Typing First, Typing Second) b, (Typing First, Typing Second) c, (Typing First, Typing ...
FluidMechanics Potential Flows's user avatar
0 votes
0 answers
98 views

In JetBrains Rider, the following code: var p = new { companyId, includeHistory, getDescriptions, includeFlexiFields, includeRelatedValues, }; formats like this: var p = new { ...
Lasse V. Karlsen's user avatar
1 vote
0 answers
265 views

I am having issue with running Cucumber / Gherkin some tests. Some of the tests dont have the run button next to it and trying to figure out why ??? I have done: ReInstall all plugings Removed the tag ...
faluke juxikun's user avatar
1 vote
1 answer
141 views

After build the project close and back to start window in Jetbrains Rider, the current project file is deleted and returned again, next I return to the start screen. I tried changing different ...
Opalami's user avatar
  • 11
-1 votes
1 answer
66 views

JetBrains Rider displays the name of the active solution in a very annoying overlay, please see the screenshot. How can we remove it? I tried to find a solutions since hours: I have disabled all ...
Tom's user avatar
  • 530
1 vote
1 answer
141 views

I have a large .NET solution (~25 projects) that runs and debugs without any issues in Visual Studio 2022. Recently, I tried switching to JetBrains Rider (version 2024.3.2). However, when I attempt to ...
G.Dimov's user avatar
  • 2,413
2 votes
1 answer
1k views

In one of my projects MyProject I've added a reference to another project called OpenAI using right click - Add - Reference... Now I want to remove this reference, but when I check Add - Reference, it ...
me.at.coding's user avatar
  • 18.5k
0 votes
1 answer
88 views

I am working on a C# .NET Code Base, where a Custom Roslyn Analyzer is involved that analyze Existence of Todo Comments. We work with the IDE JetBrains Rider 2024.2.4. Recently we integrated ...
kbisang's user avatar
  • 574
1 vote
1 answer
162 views

I am trying to create a create method which will insert rows into my database. Table This is my database table. As you can see it has an accountId column CREATE TABLE [dbo].[Transactions]( [Id] [...
Linda Lawton - DaImTo's user avatar
0 votes
1 answer
44 views

I've inherited a codebase that didn't use ILogger correctly and has interpolation in almost all of its logging. I would have sworn Rider used to be able to bulk-fix this but it doesn't seem to be able ...
ScottishTapWater's user avatar
6 votes
1 answer
854 views

I'm experiencing an issue with debugging in .NET 9 after upgrading from .NET 8. When using the debugger's Step Over function (F10), it most of the time behaves as if I pressed Continue (F5) instead. ...
Rowi123's user avatar
  • 105
0 votes
2 answers
75 views

I want to trace which methods are called during the execution of my c# program. How is that possible using Rider or Visual Studio? Use case: In one of my projects, I am getting an error about a ...
me.at.coding's user avatar
  • 18.5k
0 votes
1 answer
855 views

I get the following error whenever I try to run a Blazor project: It seems somehow its related to Chrome or a Chrome profile not being available for Rider. The folder chrome-user-data indeed doesn't ...
Jim Aho's user avatar
  • 12.3k
0 votes
1 answer
253 views

In Rider (JetBrains), I would like to show the code of our projects in a different style than they actually are. We have a linter with quite weird rules. I do accept the linter and I apply it to my ...
Privatevoid's user avatar
1 vote
1 answer
188 views

I have a C# project with dependencies. I've configured the dependencies insdie the .csproj with Private set to False to prevent the packages from being copied to the build directory. Now when I use ...
reyymo's user avatar
  • 67
0 votes
1 answer
105 views

We have .NET 8 C# classes that inherit from Event and Command. It would be nice to see the Something : Event class in a different color within the IDE. Is there a R# plugin that can color classes ...
Michael Blake's user avatar
0 votes
1 answer
108 views

I had a dotnet program that was working fine. I pulled the latest master on JetBrain Rider 2024.2.4. I am suddenly getting NU1301 Troubleshooting I've done: Dotnet clean && dotnet restore re-...
dylatwork's user avatar
1 vote
1 answer
274 views

I am working one a Rider project on macOS Sonoma. Every time I compile and run my app, macOS pops up with this. go to settings/security, say yea, allow, and everything runs. until i recompile the ...
scphantm's user avatar
  • 4,621
0 votes
1 answer
82 views

I press Ctrl+Shift+L in JetBrains Rider, which opens a dialog window. I select Whole Solution, and it starts cleaning up the code. However, I want it to stop transforming this: public Task<...
Firuz's user avatar
  • 84
1 vote
1 answer
302 views

I recently began using Rider in conjunction with Visual Studio and have been unable to locate a setting that would disable the grayed-out prompts.I have reviewed the settings, however, as I am unaware ...
Demin Denis's user avatar
2 votes
0 answers
146 views

In JetBrains Rider (and other JetBrains products) we can Sign Off our commits: However, after a commit and a push, the Author field erases itself. Note that everything works as expected on remote. It'...
FluidMechanics Potential Flows's user avatar
0 votes
1 answer
214 views

Here is a MRE /// <summary> /// Adds two numbers together. /// </summary> /// <param name="a">The first number to add.</param> /// <param name="b">The ...
FluidMechanics Potential Flows's user avatar

1
2
3 4 5
27