Skip to content

Add MultiValueDictionary constructor with key comparer parameter#11

Merged
FransBouma merged 1 commit intoSolutionsDesign:masterfrom
majerm:master
Aug 18, 2022
Merged

Add MultiValueDictionary constructor with key comparer parameter#11
FransBouma merged 1 commit intoSolutionsDesign:masterfrom
majerm:master

Conversation

@majerm
Copy link
Contributor

@majerm majerm commented Aug 18, 2022

MultiValueDictionary implementation has ability to define value comparer, but it is not posible to define both - key and value - comparers. This pull request chanes it.

@FransBouma FransBouma merged commit d850547 into SolutionsDesign:master Aug 18, 2022
@FransBouma
Copy link
Member

I said earlier I'd push a new version to nuget but that will be a bit problematic as nuget of course enforces a new version number. So we'll postpone pushing this change to nuget to the near future if we have further changes to add. Thanks for the contribution :)

@majerm
Copy link
Contributor Author

majerm commented Aug 18, 2022

I end up with more modifications and now I use more modified class inherited from SortedDictionary and inner SortedSet. So release is not priority for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants