JetBrains / aspire-plugin

.NET Aspire Plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/23289-aspire
MIT License
57 stars 0 forks source link

Blazor WASM debugging and hot reload doesn't work #129

Open dotnetian opened 4 months ago

dotnetian commented 4 months ago

I have an Aspire project, including a new Blazor app using client and server rendering. But when I run the Aspire Apphost and place breakpoints on the code or try doing a hot reload, it doesn't work.

dotnetian commented 4 weeks ago

Any updates??

jamsoft commented 10 hours ago

I've given up using Rider on my Aspire project. It's completely broken as far as I can tell.

The Aspire dashboard loads into a browser window but the Blazor client never gets launched. And launching it manually doesn't attach a debugger.

Running the same solution in VSCode works without any issues and I can debug and hit breakpoints.

I'm getting extremely annoyed about this as it's been problematic for months.