Skip to content
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

Closed
dsaf opened this issue Apr 1, 2015 · 7 comments
Closed

Release the Microsoft.Experimental.Collections.MultiValueDictionary #14406

dsaf opened this issue Apr 1, 2015 · 7 comments
Assignees
Milestone

Comments

@dsaf
Copy link

dsaf commented Apr 1, 2015

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?

@FiveTimesTheFun FiveTimesTheFun self-assigned this Apr 1, 2015
@FiveTimesTheFun
Copy link
Contributor

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.

@KrzysztofCwalina
Copy link
Member

Yeah, seems like corefxlab would be a great place for this.

@sharwell
Copy link
Member

sharwell commented Apr 4, 2015

So this is like ILookup<TKey, TValue>, except that it can be modified?

@dsaf
Copy link
Author

dsaf commented Jun 9, 2015

@codekaizen
Copy link

Who owns the code for this and can commit it to corefxlab?

@joshfree joshfree assigned ianhays and unassigned FiveTimesTheFun Sep 24, 2015
@joshfree
Copy link
Member

/cc @ianhays

@ianhays
Copy link
Contributor

ianhays commented Oct 27, 2015

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.

@ianhays ianhays closed this as completed Nov 5, 2015
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rtm milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants