-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Remove double spaces between words in resx files (#4740) #4741
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
Conversation
|
@korygill, |
iSazonov
left a comment
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.
@korygill Thanks for fixing the typos!
markekraus
left a comment
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.
lgtm
SteveL-MSFT
left a comment
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.
LGTM
|
@SteveL-MSFT Thinking about this further, couldn't some of these possibly be Bucket 2 or 3 breaking changes since they modify errors that some may be relying on? |
|
@markekraus users should not rely on parsing error messages as they can be localized. the error messages are meant for humans to read. automation should rely on things like the FullyQualifiedErrorId and Exception types. |
|
@SteveL-MSFT Thanks! I was pretty sure that would be the answer but wanted to verify. |
|
We even have examples of where we changed (removed and added) FullyQualifiedErrorId and Exception types - this was due to error correction or the addition of new features and was therefore not considered an invalid or destructive change. |
Fix for issue #4740.