Is it possible to enable live reload for Blazor Server Side app in Visual Studio?
By default, not only it does not reload, but does it not recompiles either. After I change a razor file and save in visual studio, refresh in browser does nothing
Is it possible to enable live reload for Blazor Server Side app in Visual Studio?
By default, not only it does not reload, but does it not recompiles either. After I change a razor file and save in visual studio, refresh in browser does nothing
As of .NET 6.0 Preview 3 there is now a Hot Reload capability.
Blog article introducing this at https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-3/