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

Use the ordinal ignore case string comparer for ordering option aliases #895

Merged

Conversation

kimsey0
Copy link
Contributor

@kimsey0 kimsey0 commented May 9, 2020

Fixes #894. I've specified the ordinal ignore case string comparer, since it seems to be the norm in this project to order case insensitively. Let me know if it should actually be StringComparer.Ordinal.

@jonsequitur jonsequitur merged commit d622598 into dotnet:master May 9, 2020
@jonsequitur
Copy link
Contributor

Thanks, @kimsey0!

@kimsey0 kimsey0 deleted the specify-culture-for-option-alias-ordering branch May 9, 2020 18:21
@kimsey0
Copy link
Contributor Author

kimsey0 commented Jun 3, 2020

How often are new beta releases pushed to nuget.org?

@jonsequitur
Copy link
Contributor

The process is manual, depending on the impact and stability of recent changes. Every merged PR however produces signed packages that you can get from this feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

@kimsey0
Copy link
Contributor Author

kimsey0 commented Jun 3, 2020

OK. I'd like to use this change and #891 in a project with others who I think would prefer not changing to the nightly build feed. I'll just continue looking forward to this releasing in the nuget.org feed. 🙂

@jonsequitur
Copy link
Contributor

I'll post an update today then.

@kimsey0
Copy link
Contributor Author

kimsey0 commented Jun 3, 2020

Thanks a lot. I appreciate it.

@jonsequitur
Copy link
Contributor

You're welcome!

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

Successfully merging this pull request may close these issues.

Option alias ordering is case sensitive
2 participants