flipdoubt
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 14
-
flipdoubt commented, -
flipdoubt created a post, ASPNET CORE launch profile runs fine in VS but yields 431 in Rider
Title explains ASPNET CORE launch profile runs fine in VS but yields 431 in Rider. Here is the launch profile that works in VS but yields 431 in Rider.{ "profiles": { "api": { "commandN... -
flipdoubt created a post, Live Template or text expansion in Rider terminal?
Is there any way to trigger a live template or text expansion in the terminal? I have an AWS cli action wired up in Windows Terminal so I just press CTRL+SHIFT+S to log in to AWS. I haven't figured... -
flipdoubt commented, -
-
flipdoubt created a post, Rider does not detect SQL in strings that begin with "DECLARE" or CTE
I love it when Rider helps me with SQL strings, but it fails to detect some basic SQL, such as strings that start by declaring a variable, like the following: var sqlQuery = “DECLARE @id INT = 0; S... -
-
flipdoubt created a post, Debugging ASP.NET with IIS creates "Unable to create IIS virtual directory" message in 2023.3.1
Before the update to 2023.3, this Run / Debug configuration worked fine on December 6. With the same solution and IIS configuration after updating to 2023.3 on December 7, I get the “Unable to crea... -
flipdoubt commented, -
flipdoubt created a post, Create keymap to show diff in editor
How can I create a keymap triggers the “show diff” menu item when the editor has the focus? I searched keymap and found CTRL+D already assigned, but that duplicates the current line when the editor...