Closed
Description
dotnet/runtime#92534 updates dictionaries to display the key in the name instead of an index.
We should update name/value collections in ASP.NET Core to follow the same pattern.
There are a lot of custom dictionaries to update:
- ItemsDictionary
- FeatureCollection
- QueryCollection
- HttpHeaders
- HttpContext features
- ModelStateDictionary
- DynamicViewData
- RouteValueDictionary
- HeaderDictionary
- RequestCookieCollection
- ViewDataDictionary
- TempDataDictionary
- QueryCollectionInternal
- HeaderCollection
- RouteData
-
ServerAddressesCollection - RequestHeaders