dotnetcore / dotnetcore/FreeSql
ToDictionaryAsync系列方法希望可以加入IEqualityComparer<TKey>参数的重载
Open
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 910
- PR merge metrics
- No merged PRs in 30d
Description
现在`ToDictionaryAsync`方法返回的字典是默认的键比较器,不支持大小写忽略,或是自定义比较器,比较局限。希望对所有`ToDictionaryAsync`的方法都可以加上I`EqualityComparer`参数的重载
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating all ToDictionaryAsync method definitions and checking how related overloads are organized. Add coverage for the requested IEqualityComparer overloads, including case-insensitive or custom comparison, and verify that every ToDictionaryAsync variant supports the comparer consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100