-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release the Microsoft.Experimental.Collections.MultiValueDictionary #14406
Comments
Thanks @dsaf - I was thinking about this recently. I was thinking about putting it first in https://github.com/dotnet/corefxlab until it became RTM quality. |
Yeah, seems like corefxlab would be a great place for this. |
So this is like |
Roslyn guys had to implement one themselves it seems: |
Who owns the code for this and can commit it to corefxlab? |
/cc @ianhays |
Sorry for the delay; it's been real busy around here! I just pushed a PR dotnet/corefxlab#370 to get this into CorefxLab where we can continue iterating on it until it's ready for CoreFX. For now it is in it's own assembly: System.Collections.Generic.MultiValueDictionary. I tested it with some console apps running on the core framework and it works as expected. |
As far as I understand it is pretty much implemented, yet there were no updates for over 7 month and it is still alpha.
https://www.nuget.org/packages/Microsoft.Experimental.Collections
http://blogs.msdn.com/b/dotnet/archive/2014/08/05/multidictionary-becomes-multivaluedictionary.aspx
PS: is there a better GitHub repository to post it in?
The text was updated successfully, but these errors were encountered: