Implement Blazor endpoint data source updates #47026
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-routing
Features related to routing in Blazor applications
feature-full-stack-web-ui
Full stack web UI with Blazor
help candidate
Indicates that the issues may be a good fit for community to help with. Requires work from eng. team
Milestone
Similar to how MVC/Razor pages does.
We need to implement updates that can be triggered by things like hotreload, so that we can pick up changes on the metadata in the types that has changed or new elements that might have been added, like new pages.
See https://github.com/dotnet/aspnetcore/blob/bec278eabea54f63da15e10e654bdfa4168a2479/src/Mvc/Mvc/src/HotReloadService.cs for details
The text was updated successfully, but these errors were encountered: