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

IEnumerable<string> Option ignores duplicate values #692

Open
Crauzer opened this issue Sep 4, 2020 · 1 comment
Open

IEnumerable<string> Option ignores duplicate values #692

Crauzer opened this issue Sep 4, 2020 · 1 comment

Comments

@Crauzer
Copy link

Crauzer commented Sep 4, 2020

Passing the following -s "one" "two" "three" "three" "three" to an option that's an IEnumerable<string> will yield only the first 3 strings and ignore the last 2.

@rmunn
Copy link
Contributor

rmunn commented Feb 6, 2021

A bugfix for this issue has been merged into the develop branch, and will eventually be released in version 2.9.0. That release was delayed by several months by an outdated NuGet API key, but #733 takes care of that problem, so hopefully the release with that bugfix will be available soon.

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

No branches or pull requests

2 participants