Add MultiValueDictionary constructor with key comparer parameter#11
Merged
FransBouma merged 1 commit intoSolutionsDesign:masterfrom Aug 18, 2022
Merged
Add MultiValueDictionary constructor with key comparer parameter#11FransBouma merged 1 commit intoSolutionsDesign:masterfrom
FransBouma merged 1 commit intoSolutionsDesign:masterfrom
Conversation
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 :) |
Contributor
Author
|
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 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.