Becrylen
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
Created Customize toolbar
This widget in the main toolbar:has two buttons: build solution, and a solution configuration selector.I want to replace the widget with a build button, and the solution configuration selector.Whil... -
Created Change project type from console app to library
I changed the project type from a former console app to a library by setting the Output type in the project properties to Class library.Rider still lists the library in the Run/Debug Configurations... -
Created Project folder contents
The bin folder of my project has two subfolders Debug and x64. Is this normal? I've changed both the solution and project configuration to Debug | x64 and Release | x64 respectively, instead of An... -
Created Rename project
I recently renamed a project in Rider 2025.2.3 by right-clicking the project name and selecting Refactor this… > Rename. I entered a new name, and selected all check boxes.There were some errors in... -
Created "Processing..." indicator?
When an action that takes some time is started in Rider (like loading a solution, or starting a debug run), I somehow miss a message or so telling me that Rider is still working to complete the des... -
Created Breakpoints: group by file/project?
Does Rider have an option to group breakpoints by file/project in the bookmarks window? -
Created Rider: C# immediate window questions
My questions regarding the C# immediate window (OS: Windows 11; Rider 2025.2.2.1 Build #RD-252.26199.190): When I press the backspace key in an empty line, the cursor jumps back and forth; doesn't ... -
Created Rider debugger: type of variable
I have this test code:using System.Management.Automation; namespace PSTestApp; class Program { static void Main() { using (var powerShell = PowerShell.Create()) { ... -
Created Rider: Icon in settings dialogs
Sorry to bother, but I cannot figure out what this icon and its description mean in detail (the settings I find on this page are the same for any of my projects, and I cannot modify the icon's func...