Tabaloa
- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
Created Wrong project creation
Hi, since the last update, Rider creates the projects with the wrong structure. It assumes that C# 9 features are enabled and creates the one-liner Program.cs file instead of the usual Program clas... -
Created Rider hangs when searching with CTRL+ T
It often appears that Riders completely hangs when I press CTRL + T and start type. It does not react and I have to shut down through the task manager. However, if I have any unsaved work, that's l... -
Created DotTrace - Attach to running process
Hi, i'm trying to find out which methods were called most and how long they took so I thought DotTrace could help me out there! However, I'm having troubles starting the dot trace application for... -
Created See Work Items from different project
AnsweredHi, it's cool that I can see pull requests assigned or created to/by me and the work items. However, we use to create multiple projects: one for our project management and another one for our rep... -
Created Cannot create a .NET Core Test project
HI, I'd like to create a .NET Core test project, but Rider only allows me to use .NET Framework. This way, I cannot really test my App correctly. As a workaround, I use Visual Studio to create th... -
Created VueJS - Typescript Error windows remains empty
Hi, I'd like to use analysis for typescript within rider and recognized that the errors are not shown up in the Typescript -> Errors window. Is this a known bug? -
Created Authentication in Http Client (Scratches)
Hi, Im trying to use the Http Client in the "Scratch-Section" and I wonder if it's possible to use automatic authentication and if it work with 3rd party Auth & N provider like keycloak? -
Created Make git "Incoming changes" easier
AnsweredHi, I haven't found another way to find incoming changes than to compare the local branch with the remote origin branch and check what's not already included in my local branch. Could you please ... -
Created Run Jetbrains duplicate tool
Hi, I installed dupfinder and it outputs a XML file with all duplicates, costs and stuff. I wonder if it's possible to run dupfinder directly in Rider and get a nice graphical output? Kind regards -
Created Git branches compare after git cherry pick
AnsweredHi, I compared two branches and cherry picked some commits from one into the other. After successfully cherry picking, the "compare branches" command does not recognize the cherry picked commits,...