canton7 / canton7/RestEase

Let any IEnumerable<KeyValuePair<..>> be used for QueryMap

Open
#152 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.