Commit 8f63065
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]>1 parent 8d721cf commit 8f63065
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments