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

Support for IReadOnlySet<T> #1217

Closed
nikonthethird opened this issue Mar 23, 2021 · 0 comments
Closed

Support for IReadOnlySet<T> #1217

nikonthethird opened this issue Mar 23, 2021 · 0 comments
Assignees
Milestone

Comments

@nikonthethird
Copy link

.NET 5 added a new collection interface: IReadOnlySet<T>.

Currently, There is no support for this interface, I am using ISet<T> or IReadOnlyCollection<T> instead. It would be nice to also support IReadOnlySet<T> in addition to the ones mentioned above.

@AArnott AArnott self-assigned this Apr 17, 2021
@AArnott AArnott added this to the v2.3 milestone Apr 17, 2021
AArnott added a commit to AArnott/MessagePack-CSharp that referenced this issue Apr 17, 2021
@AArnott AArnott closed this as completed Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants