-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Blazor Debugging in VS Browser KeepAlive #45041
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
Comments
Thanks for contacting us. We're moving this issue to the |
What's the status of this? (I cannot access the link) I'm seeing this frequently when saving CSS files - in the most simple case: No Blazor, ASP.NetCore project serving static files only. VS 17.5.2, Microsoft.AspNetCore.App 6.0.15. |
Thanks for contacting us. We're moving this issue to the |
Thanks for contacting us. We're moving this issue to the |
I can repro this even without debugging, for a new blazor web app template, while changing the app.css. |
Same here |
I made a mistake and updated VS and getting the same issue now. |
I don't know if it makes sense to decrease the priority of this issue. The error message itself is only inconvenient, yes, but the failed call seems to mean that Visual Studio is unable to "push" the new version of the CSS file one has just saved - and that is contrary to how isolated CSS files (= per .razor file) work, as those get correctly "pushed" to the running site on save. |
It's just wrong - saving a CSS file shouldn't send a I get this every time I save app.css in a Blazor standalone WASM app when debugging using VS. If I forego the debugger and run "dotnet watch" things work fine. This is not just an inconvenience in the sense the error can be ignored - this is blocking hot reload, at least for CSS. It should be a priority to be fixed. |
In a pure wasm project (boot up from index.html, in just one project, not Project + Project.Client), I'm seeing this after I changed a style in the page's local css (e.g. Page.razor.css) and saved the file. Do we have a regression? Can we also make the wasm hot-reload work with Aspire as well? |
I also do not understand the depriorization. This is a BUG - Please fix! |
This issue is broken off into two parts:
Ping
message hereThe text was updated successfully, but these errors were encountered: