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

Add fixer for FL0006 (use StringComparer) #28

Open
ejball opened this issue Jan 4, 2019 · 0 comments
Open

Add fixer for FL0006 (use StringComparer) #28

ejball opened this issue Jan 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ejball
Copy link
Member

ejball commented Jan 4, 2019

Perhaps there should be multiple fixers, as many as one for each of StringComparer.Ordinal, StringComparer.InvariantCulture, and/or StringComparer.CurrentCulture.

Probably not worth trying to come up with a fixer for orderby usage, since partially changing LINQ syntax format to LINQ method format (the only way to specify the comparer) can't be trivial.

@ejball ejball added the enhancement New feature or request label Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant