Should HotReload work with VS 2019 16.11.0 Preview 1.0 and a WebAssembly .NET 5 .NET Core Hosted project? #33430
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
feature-hot-reload
This issue is related to the Hot Reload feaature
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
If I debug the project
F5
using Visual Studio wait for the app to load.If I then make a change to a component parameter value (I'm trying to change the width of a column in a Telerik Blazor Grid) from
50px
to say80px
, then save the fileCtrl+S
. I then click on the new VS toolbar icon:which is titled "Apply Code Changes". I'm expecting at this point the browser to update with the new column width value.
Actual outcome is that after clicking "Apply Code Changes" nothing happens, doesn't appear to be any errors in the VS output window.
Further technical details
- ASP.NET Core version
5.0.300
- Include the output of
dotnet --info
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
Visual Studio 2019 Professional version 16.11.0 Preview 1.0
The text was updated successfully, but these errors were encountered: