Consider invalidating ComponentProperties cache when Hot Reload triggers metadata update #43780
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-hot-reload
This issue is related to the Hot Reload feaature
Pillar: Dev Experience
Priority:0
Work that we can't release without
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
This cache might need to be invalidated after Hot Reload applies a change since it caches information about properties that can change during the update:
https://source.dot.net/#Microsoft.AspNetCore.Components/Reflection/ComponentProperties.cs,18
Related:
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1601868
dotnet/runtime#75154
The text was updated successfully, but these errors were encountered: