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

Bug: Use StringComparer in All Critical Cases #9

Closed
aolszowka opened this issue Oct 26, 2020 · 0 comments · Fixed by #10
Closed

Bug: Use StringComparer in All Critical Cases #9

aolszowka opened this issue Oct 26, 2020 · 0 comments · Fixed by #10

Comments

@aolszowka
Copy link
Owner

As per dotnet/runtime#43802 (comment) best practice in .NET Core is to specify the StringComparer in all cases.

Failure to do so will yield different sorting results across various .NET Core platforms.

Evaluate/Change all affected areas in code.

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