Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
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,... -
Created Debugging: Throwing ArgumentException
Hey, when debugging, I can't see any values because an argument exception is thrown. Any ideas whats the reason for that? -
Edited WPF - InitializeComponent cannot be found
Hi, after trying out Avalonia and returning to WPF, the editor is telling me that "InitializeComponent" within my UserControls is not defined. Example Code Behind XAML Edit: Got it, just ... -
Created Better Markdown Support
Hi, I installed the plugin Markdown and it would be awesome if we have an original markdown support by jetbrains themselves. A really interesting point here is marking code and displaying UML dia... -
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?