Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dotnetian opened this issue Apr 26, 2024 · 3 comments · Fixed by #249
Closed

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

dotnetian opened this issue Apr 26, 2024 · 3 comments · Fixed by #249
Labels
feature New feature or request

Comments

@dotnetian
Copy link

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.

@rafaelldi rafaelldi added the feature New feature or request label Apr 26, 2024
@dotnetian
Copy link
Author

Any updates??

@jamsoft
Copy link

jamsoft commented Sep 11, 2024

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.

@rafaelldi
Copy link
Collaborator

@jamsoft Sorry to hear that.

It's completely broken as far as I can tell.

To be honest, it's not true. Most .NET project types work without problems, and almost only Blazor Wasm projects have some specifics, so they are not supported yet. We are discussing how to properly implement the support for such projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants