Questions tagged [jetbrains-rider]

131 questions
0
votes
1 answer

API Calls Bypassing Proxy

I'm trying to debug an api call I'm making to a Local API and I have setup a proxy (mitmproxy) to capture the requests, I have also set the proxy settings in Postman, my IDE and Fedora Network Settings and imported the required CA certificate from…
Fearthainn
  • 111
  • 1
  • 6
0
votes
1 answer

Sorting methods (by number of arguments) using JetBrains Rider File Layout

I'm using Unity/C# and I try to setup Rider File Layout XML to format code in specific way. What I want - is to put methods with certain names (e.g. Awake(), Start(), Update() etc.) in front of other methods. The important part is that I want to…
0
votes
1 answer

2 Console Apps started for debugging but the first app started can't reach breakpoints

I have two .net 6.0 console apps, one Api and one Ui app. Both are started separetly with debugging enabled. But only the last one started can reach the breakpoints. The message when i hover over the breakpoint is "Didn't find the asssociated…
0
votes
1 answer

Rider for Unreal - perforce integration with files that are not in project subdirectories

I used Rider for Unreal for quite some time now, I got used to it so much that at the other company I work I wanted to use it as well, the only problem is that I cannot make the perforce plugin work properly. I have no trouble connecting to the…
0
votes
1 answer

Jetbrains Rider doesn't allow debugging on 3rd party exceptions

I'm not sure if I'm missing something here, but it doesn't appear to be possible to debug exceptions in Jetbrains Rider. I have an incredibly simple piece of code that throws an exception (invalid file name) and there is no way I can find to a) stop…
JSobell
  • 1,825
  • 1
  • 14
  • 10
0
votes
0 answers

How to add a resource file in Rider

How to add Excel file as.net resource in Rider ide? I can add an item through the Localization Manager but I do not know how to fill out the type/value. And how to change the resource to public(not internal)? Thanks
Baker_Kong
  • 1,739
  • 1
  • 4
  • 9
0
votes
0 answers

Creating unit test project in rider adds a lot of linked files

When I create a unit test project in Rider it adds a lot of linked files to the directory: Is this normal? I have looked in both the .csproj & .sln and can't see why it is linking files from nuget package cache to project (these files are not in…
Guerrilla
  • 13,375
  • 31
  • 109
  • 210
0
votes
0 answers

Cannot debug Blazor (ElectronNET) in JetBrains Rider

I have a Blazor Server Side Application, which is electronized. The Problem When I start the Application via 'electronize start' on the terminal everything is fine. But when I try to Run/Debug the Electron Profile from Rider, I get the following…
0
votes
1 answer

JetBrains Rider remote debugger error : Unable to start debugging. The system cannot find the file specified

I just ran into problem described in header. Trying to connect to w3wp process on remote server.
Tropin Alexey
  • 606
  • 1
  • 7
  • 16
0
votes
1 answer

How to configure Rider F# for ubuntu with autocomplete?

I'm trying to get Intellisense for F# on Ubuntu (20.04) using Rider IDE. Intellisense works for C# but not F#, I have tried dotnet 5 and 6 via snap and mono for 4.8.x but neither of them seem to be giving me intellisense suggestions. F# interactive…
Just_Alex
  • 518
  • 1
  • 4
  • 16
0
votes
0 answers

Rider/JetBrains - How to run one solution file from directory tree view?

Using Rider, I've "imported as a directory", a root folder that contains many different solutions/projects/folders. What I'd like to figure out is, how to build/run one of these solutions from the tree view. This is the structure of what I'm working…
wildcat89
  • 1,159
  • 16
  • 47
0
votes
1 answer

How to add existing files to csproj file in JetBrains' Rider

In Rider, files in a project directory are automatically shown in its Explorer window unless you ask to Exclude them. But they aren't automatically added to the csproj file. When I try to Add Existing File, if it's already in the project…
uncaged
  • 597
  • 1
  • 5
  • 17
0
votes
2 answers

Rider: suspend execution once field changed

I'm debugging a massive legacy code containing huge file size, bad encapsulation, mixing inheritance, etc. For example, there is class with _age field: public class User { private int _age; //... } There are many execution paths that…
Adam Shakhabov
  • 1,194
  • 2
  • 14
  • 35
0
votes
2 answers

How to fix random IOException: Sharing violation during import, build or compile?

From time to time, when I try to import, build or just compile, randomly Unity says that an: IOException Sharing violation I did a small research, but all the answers point to that error, when executing the code, not just build, and I say that is…
0
votes
1 answer

How to change the color of this line in Rider?

I haven't been able to find any tutorial on how to change the color of this line, can you tell me how this can be done? Screen
Dirol
  • 1
  • 1
1 2 3
8
9