LEGO: Pull request from juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_20260823114715009 to main - #1650
Open
CSIGS@microsoft.com (csigs) wants to merge 1 commit into
Conversation
Copilot started reviewing on behalf of
CSIGS@microsoft.com (csigs)
August 23, 2026 11:47
View session
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft.VisualStudio.Threading.Analyzers localization (LCL) resources by adding localized strings for two new analyzer diagnostics: VSTHRD116 and VSTHRD117.
Changes:
- Added
VSTHRD116_MessageFormat/VSTHRD116_Titlelocalized entries across multiple locales. - Added
VSTHRD117_MessageFormat/VSTHRD117_Titlelocalized entries across multiple locales.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| loc/lcl/RUS/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds RU localized title/message for VSTHRD116–117. |
| loc/lcl/PTB/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds PT-BR localized title/message for VSTHRD116–117. |
| loc/lcl/PLK/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds PL localized title/message for VSTHRD116–117. |
| loc/lcl/KOR/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds KO localized title/message for VSTHRD116–117. |
| loc/lcl/JPN/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds JA localized title/message for VSTHRD116–117. |
| loc/lcl/ITA/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds IT localized title/message for VSTHRD116–117. |
| loc/lcl/FRA/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds FR localized title/message for VSTHRD116–117. |
| loc/lcl/ESN/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds ES localized title/message for VSTHRD116–117. |
| loc/lcl/DEU/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds DE localized title/message for VSTHRD116–117. |
| loc/lcl/CSY/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds CS localized title/message for VSTHRD116–117. |
| loc/lcl/CHT/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds zh-Hant localized title/message for VSTHRD116–117. |
| loc/lcl/CHS/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl | Adds zh-Hans localized title/message for VSTHRD116–117. |
Suppressed comments (1)
loc/lcl/DEU/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl:642
- The localized message ends with a period while the source string does not. To keep analyzer messages consistent within this file, consider removing the trailing punctuation.
<Val><![CDATA[ThreadStatic-Felder sollten nicht durch einen Feldinitialisierer oder einen statischen Konstruktor initialisiert werden, da der Wert nur dem Thread zugewiesen wird, der den Typ initialisiert.]]></Val>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <Str Cat="Text"> | ||
| <Val><![CDATA[ThreadStaticAttribute has no effect on a non-static field]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[ThreadStaticAttribute hat bei einem nicht statischen Feld keine Wirkung.]]></Val> |
| <Str Cat="Text"> | ||
| <Val><![CDATA[ThreadStaticAttribute has no effect on a non-static field]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[ThreadStaticAttribute nemá vliv na nestatické pole.]]></Val> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LEGO: Pull request from juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_20260823114715009 to main with localized lcls