Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

I've been working on an Azure Functions project in Rider and, historically, was able to run local functions just fine. Then I reformatted my PC, re-installed Rider + dependencies and pulled the ...
Bilal Akil's user avatar
  • 4,755
0 votes
0 answers
112 views

I tried to build my project with mono version 6.12.0 installed, it compiles without errors, but the classes don't seem to be compiled, when i test the file, it doesn't work and when im decompiling it, ...
AureumApes's user avatar
1 vote
2 answers
899 views

I'm using JetBrains Rider, and I have a problem: I have a lot of projects and they all show up in the startup configuration, even when I clicked "Unload projects" and unloaded them, because ...
xXKoksMenXx's user avatar
0 votes
1 answer
4k views

Am i supposed to create one from another file, or? I am hosting through GoDaddy, and the page is somewhat loading so its definitely pushing to the host... But theres no index.html in the wwwroot ...
Joshtralia's user avatar
5 votes
0 answers
495 views

Problem Statement: Generally, we write asp.net unit tests for Service layer: Service.cs public class AppService : IAppService { private readonly IAppRepository _appRepository; public AppService(...
Ming Sun's user avatar
  • 334
0 votes
2 answers
587 views

I was making a Terraria mod in TModLoader, and I got this error. using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace FastPickaxe.Items { public class FastPickaxe : ModItem {...
epicness tv's user avatar
0 votes
1 answer
4k views

I'm trying to open a .dll assembly in JetBrains Rider 2023.2.3 at the location indicated by the red arrow, but I can't open the corresponding code. Anyone with experience in JetBrains Rider 2023.2.3 ...
Gingko's user avatar
  • 11
1 vote
1 answer
847 views

Recently, I have decided to try moving to Rider from Visual Studio 2022 for the .NET API and Winforms Development. Everything looks great so far, but I have one feature missing - Hot Reload Button. ...
donatellony's user avatar
0 votes
1 answer
186 views

I'm facing a problem with developing a microservices application using .NET and Rider. My solution (.sln) has two projects - an ASP.NET Blazor Server app and an ASP.NET GRPC Service. When I add only ...
Matin's user avatar
  • 596
0 votes
2 answers
1k views

After generating a project i .NET7 CLI, I got an error in Jetbrains Rider "Feature 'file-scoped namespaces' is not available. Please use language version 10.0 or greater. I tried to change the ...
michael112's user avatar
3 votes
1 answer
910 views

I haven't been able to find much about how .Designer.cs files work in relations to .resx files in the official docs, and Googling for this kind of situation hasn't resulted in any useful information. ...
micka190's user avatar
  • 1,013
0 votes
0 answers
109 views

Any ideas on how I can not just suppress/ignore but instead say to resharper that this is expected and okay for me? I'm using JetBrains Rider 2023 Adding the attribute of inconsistent naming [...
sunnamed's user avatar
  • 262
0 votes
2 answers
243 views

I have the following code snippet in my project (I simplified it as much as possible): private void someFunc(bool a, bool b, bool c, int x, int y) { if ((a || b || c) && x != 1) { // do ...
RabbleRousy's user avatar
0 votes
1 answer
876 views

I know in Visual Studio I can arrange the projects launch order in the Configuration Manager by sorting the projects that are set to launch. Like so (Visual Studio Configuration Manager Launch Order) ...
0xDario's user avatar
0 votes
1 answer
399 views

I've got a solution (let's call it A) with a project in it that throws out a nuget package. This nuget package is consumed in a bunch of projects that are in a different solution (let's call it B). Is ...
ScottishTapWater's user avatar
1 vote
1 answer
394 views

How do I prevent rider from generating }, { between chopped elements of an initialization? I looked through Editor --> Code Style --> Braces Layout/Line Breaks and Wrapping, but I may have ...
Charles Burns's user avatar
1 vote
0 answers
466 views

I am writing a .editorconfig for a c# project. I want blank lines between an if statement and the opening brackets to be automatically removed. Before formatting: if (1 == 0) { // Do something } ...
Skander's user avatar
  • 75
11 votes
4 answers
15k views

According to the official website and their YouTube videos, Codeium Chat is supposed to be accessible from the JetBrains IDEs. But I have no way of accessing the chat window... I wanted to know if I'm ...
Xylobyte's user avatar
  • 215
2 votes
1 answer
2k views

I've recently started using Godot and want to use Rider to debug my game. I have the Godot Support plugin in Rider for C#, and it seems to be working for the most part. I have the debug symbol in the ...
Knight Steele's user avatar
1 vote
0 answers
10 views

Quick Documentation by default looks like this: It only shows the class name (Extensions) without the namespace. I know I can click on the class name to see the namespace, but is there any option to ...
me.at.coding's user avatar
  • 18.5k
1 vote
2 answers
1k views

I need to solve this problem, but I don't use Visual Studio, I use Rider. The stated solution (on that question, elsewhere, and also from work colleagues) is Update-Package -Reinstall. But that pre-...
Brondahl's user avatar
  • 8,743
0 votes
1 answer
1k views

As I'm typing in JetBrains Rider, the autocomplete textbox(s) will immediately appear over and under what I'm typing, which obscures the surrounding detail of the code that I'm writing. Often times I ...
lamont's user avatar
  • 4,012
0 votes
0 answers
21 views

I create a form and set a specific size and when I run the program the displayed form doesn't match the previously set size. For example I create a form and I add a panel with size 100x100. Then I set ...
Nikola Bozhkov's user avatar
-1 votes
1 answer
4k views

I've set up a local Perforce server to store my Unreal engine project. I like to use Rider as my code editor and I'm having some trouble getting Rider to connect to my Perforce server as it displays ...
Max Schafer's user avatar
0 votes
0 answers
215 views

So I have some files I'd like to exclude from the compile when running tests, but they're needed at other times. So I was hoping I could set a property in the test csproj and pass it into the main ...
Vacrin's user avatar
  • 1

1
3 4
5
6 7
27