Microsoft announced updates to its C# Dev Kit for Visual Studio Code extension, including enhancements to Razor/Blazor Hot Reload and for debugging and testing Blazor web pages.
In a February 11 blog post, Wendy Breiding, Microsoft senior manager for product management, said the improvements to Razor/Blazor cover Hot Reload, currently in experimental mode, as well as boosts for Razor error management and IntelliSense. Developers can enable the improved Hot Reload by setting csharp.experimental.debug.hotReload
to true
.
For IntelliSense, Microsoft has addressed issues with go-to definition reliability and erroneous errors appearing in the problems pane. When a user fixes a problem, the error now goes away without a build. This makes the Razor editing experience more productive, Breiding said.