Skip to content

[Blazor] Missing cache clear on hot reloadΒ #63286

@javiercn

Description

@javiercn

This cache must be cleared on hot reload

private readonly ConcurrentDictionary<Key, Type?> _typeToKeyLookUp = new();

as in
src/Components/Authorization/src/AttributeAuthorizeDataCache.cs

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions