You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Router _emptyParametersDictionary to a regular Dictionary (#31460)
* Change Router _emptyParametersDictionary to a regular Dictionary
This allows for ReadOnlyDictionary to be trimmed in a default Blazor WASM app. Saving roughly 3 KB .br compressed.
Contributes to #30098
* Update src/Components/Components/src/Routing/Router.cs
Co-authored-by: James Newton-King <[email protected]>
0 commit comments