Geoff Swartz
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Can't run Factory Droid in AI Assistant on mac
I recently change from windows to a mac and after installing Factory Droid from the ACP Registry, I get the following error. Failed to initialize ACP session. Error: Internal error: "Droid process ... -
Created I thought load time was supposed to decrease?
Over the last couple of versions of Rider the load time seems to increase, not decrease as the “what's new” advertises. I'm on version 2025.3.0.4 and from the time I click the Rider icon to the ti... -
Created Is the monitoring tab broken?
I'm on Rider 2025.3.0.1 and trying to use the Monitoring tab to see the updates. In the past, all I had to do was open the tab when the app was running. Now after running or debugging an app and ... -
Created Why don't Razor live templates work?
I've tried to create the following live template for quickly adding bootstrap tabs to my html and razor pages. When I type the ttabs shortcut it just creates <ttabs></ttabs> instead of generating ... -
Created search for implementation very slow in latest version
Since updating to 2025.2.0.1 the search for implementation is almost unusable as it moves so slowly. Just wondering if it's an issue for others or just me? -
Created Where is the chat model provider setting?
I was going over the what's new in 2024.3 and it says there's an option to select the Preferred LLM for Chat. When I go into the AI Assistant settings in 2024.3, I don't have that option. Is that... -
Created Can't export live templates
I've followed this walkthrough to manually export my live templates. But when I look at what was exported I only have one javascript xml file. I have many C# live templates. How can I get those ... -
Created Removing a breakpoint or using F5 to step past requires app restart
When debugging a Net6 web app I'll often have breakpoints in my code. Frequently enough to be very annoying, when it hits a breakpoint, if I either try to remove the breakpoint or hit F5 or F10 to... -
Created Config section 'system.webServer/handlers' already defined
CompletedI updated Rider yesterday and opened it for the first time today. When trying to run an IIS Express web app, I get the error Filename: \\?\D:\Code\Ctr\src\.idea\config\applicationhost.config ... -
Created Can't resolve DbContext.Set
I'm trying to do some testing of Rider on linux. I have a data project in which I installed the Microsoft.EntityFrameworkCore library along with the Relational, SqlServer and Tools ones too. In m...