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

Structural Equality: Support additional collection types that are identifiable as List, Set, or Dictionary #43

Open
NightOwl888 opened this issue Nov 2, 2021 · 0 comments
Labels
design is:enhancement New feature or request pri:normal up for grabs This issue is open to be worked on by anyone

Comments

@NightOwl888
Copy link
Owner

Currently, we only support IList<T>, ISet<T> and IDictionary<TKey, TValue> to identify collections from the BCL when comparing for structural equality. There are other types that should be included for completion, and should be comparable among similar interface groups of List, Set, or Dictionary.

List

  • IReadOnlyList<T>
  • IList

Set

  • IReadOnlySet<T>

Dictionary

  • IReadOnlyDictionary<T>
  • IDictionary
@NightOwl888 NightOwl888 added is:enhancement New feature or request design pri:normal up for grabs This issue is open to be worked on by anyone labels Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design is:enhancement New feature or request pri:normal up for grabs This issue is open to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

1 participant