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

[feature request] add support for System.Collections.Immutable #4

Closed
TMaddox opened this issue Aug 18, 2019 · 1 comment
Closed

[feature request] add support for System.Collections.Immutable #4

TMaddox opened this issue Aug 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TMaddox
Copy link

TMaddox commented Aug 18, 2019

At the moment it seems like System.Collections.Immutable (https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable) is not supported, are you planning on adding this?

@mcatanzariti mcatanzariti self-assigned this Aug 18, 2019
@mcatanzariti mcatanzariti added the enhancement New feature or request label Aug 18, 2019
mcatanzariti pushed a commit that referenced this issue Aug 18, 2019
#4

- ImmutableArray
- ImmutableList
- ImmutableSortedSet
- ImmutableHashSet
- ImmutableDictionary
- ImmutableSortedDictionary
@mcatanzariti
Copy link
Member

mcatanzariti commented Aug 18, 2019

Implemented (87c4da7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants