-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix locale-sensitive comparison of UnmatchedArgument error strings #29746
fix locale-sensitive comparison of UnmatchedArgument error strings #29746
Conversation
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
…f format string and check for ordered presence of those in the formatted message.
Adds a helper method for setting culture to the test framework, driven from a shared reference to the hard-coded UI environment variable.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, same feedback as on the other version of this PR.
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
Applied your suggested change on that other PR and cherry-picked it here as well 👍 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Template engine leg is failing due to the moduleinitializer issue. @dotnet/templating-engine-maintainers how should I resolve this? did the moduleinitializer fixes get into 7.0.2xx? |
Forward-port of #29559 to the 7.0.2xx release branch so that we don't miss the merge window.