REGRESSION INFO: Repro in Nov release C# DK 1.90.2(C#2.110.4)
INSTALL STEPS
- OS: window x64
- Install the SDK 10.0.102
- Install VS Code insiders - 1.109.0
- Install Jan prerelease 2 prerelease C# DK1.92.5(include C#2.112.45)
REPRO STEPS
- Go to Settings > Search 'Hot Reload'
Enable "Enables C# Hot Reload while debugging"
Disable "When true, saving a file will automatically apply changes when Hot Reload is available."
- Open vs code > Create .NET Project > Blazor Web App ~ WebAssembly ~ Global.
- Right click BlazorApp > Debug >Start New Instance
- Open MainLayout.razor.css under BlazorApp.Client and change .top-row/ background-color
- Save the file.
Note:
- If refresh the browser, the new changes still can't be displayed normally.
- This issue works well for app.css file under blazorApp/wwwroot.
- This issue also repro for Blazor Web App ~ Auto(Server and WebAssembly) ~ Global
- This issue also repro when press hot reload button. output shows "No code changes were found".
ACTUAL The browser page does not show the new changes
EXPECTED The browser page show the new changes.