Remove double spaces between words in resx files (#4740)#4741
Remove double spaces between words in resx files (#4740)#4741iSazonov merged 1 commit intoPowerShell:masterfrom
Conversation
|
@korygill, |
|
@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.