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

IDictionary/IReadOnlyDictionary - ICollection/IReadOnlyCollection #41035

Closed
TonyValenti opened this issue Aug 19, 2020 · 3 comments
Closed

IDictionary/IReadOnlyDictionary - ICollection/IReadOnlyCollection #41035

TonyValenti opened this issue Aug 19, 2020 · 3 comments

Comments

@TonyValenti
Copy link

Please make the following enhacements:

  1. Please make ICollection implement IReadOnlyCollection
  2. Please make IDictionary<K,V> implement IReadOnlyDictionary<K,V>

I believe this is a very minor change.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Collections untriaged New issue has not been triaged by the area owner labels Aug 19, 2020
@ghost
Copy link

ghost commented Aug 19, 2020

Tagging subscribers to this area: @eiriktsarpalis
See info in area-owners.md if you want to be subscribed.

@EgorBo
Copy link
Member

EgorBo commented Aug 19, 2020

Duplicates: #31001

I believe this is a very minor change.

there are pitfalls, e.g. #33245 (comment)

@layomia layomia removed the untriaged New issue has not been triaged by the area owner label Aug 28, 2020
@layomia layomia added this to the 5.0.0 milestone Aug 28, 2020
@layomia
Copy link
Contributor

layomia commented Aug 28, 2020

Closing as dup of #31001.

@layomia layomia closed this as completed Aug 28, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants