LEGO: Pull request from juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20260522170506214 to main#711
Merged
AArnott merged 1 commit intoMay 22, 2026
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates localized .lcl resources for Microsoft.VisualStudio.Composition.Analyzers by adding a new localized string entry (VSMEF013_Justification) used as the suppression justification for VSMEF013.
Changes:
- Add
VSMEF013_Justificationlocalized string entry to multiple locale-specific.lclfiles. - Provide translated text for the new justification in the affected locales.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| loc/lcl/RUS/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Russian localized string entry. |
| loc/lcl/PTB/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Portuguese (Brazil) localized string entry. |
| loc/lcl/KOR/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Korean localized string entry. |
| loc/lcl/JPN/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Japanese localized string entry. |
| loc/lcl/ESN/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Spanish localized string entry. |
| loc/lcl/DEU/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification German localized string entry. |
| loc/lcl/CSY/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Czech localized string entry. |
| loc/lcl/CHS/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl | Adds VSMEF013_Justification Simplified Chinese localized string entry. |
Comment on lines
+396
to
+400
| <Item ItemId=";VSMEF013_Justification" ItemType="0" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Fields with [Import]5D; or [ImportMany]5D; attributes are assigned at runtime via reflection and cannot be made readonly.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[具有 [Import]5D; 或 [ImportMany]5D; 属性的字段在运行时通过反射分配,无法设置为只读。]]></Val> |
AArnott
approved these changes
May 22, 2026
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_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20260522170506214 to main with localized lcls