Let any IEnumerable<KeyValuePair<..>> be used for QueryMap
Open
- Dominant language
- C#
- Stars
- 1.1k
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
Currently we just allow dictionaries, but we might as well permit `IEnumerable>` instead of `IDictionary<..>`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the QueryMap implementation and the existing IDictionary handling, then inspect related tests if present. The change is done when an IEnumerable> can be used wherever QueryMap currently accepts a dictionary, with existing dictionary behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100