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

Task: Apply Dictionary<TKey, TValue>, SortedDictionary<TKey, TValue> and SortedSet<T> Breaking API Changes #114

Open
NightOwl888 opened this issue Oct 20, 2024 · 0 comments
Labels
Milestone

Comments

@NightOwl888
Copy link
Owner

This is a reminder to revert #113 when we have the next major version bump.

Several of our collections have APIs that use interfaces instead of concrete types for GetEnumerator(), Keys, Values and other members of collection interfaces. These are supposed to return concrete types. In the case of GetEnumerator() it will prevent boxing the Enumerator struct to an interface when the interface on the publicly declared method (the default when used in a foreach loop).

@NightOwl888 NightOwl888 added this to the 3.0 milestone Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant