LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260903103237719 to main - #12660
Merged
jonathanpeppers merged 1 commit intoSep 3, 2026
Conversation
csigs
requested review from
jonathanpeppers and
simonrozsival
as code owners
September 3, 2026 10:32
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The PR modifies Localize/loc/** *.resx.lcl files, which are auto-generated localization outputs and should not be directly edited/landed via PR.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates localization outputs by adding a new localized resource entry for error XA1049 (“AndroidEnableMarshalMethods” vs “PublishReadyToRun” mutual exclusivity) across multiple Localize/loc/* Resources.resx.lcl files.
Changes:
- Add
XA1049localization entries to multiple locale-specificResources.resx.lclfiles. - Introduce localized translations for the
XA1049message in each affected locale.
File summaries
| File | Description |
|---|---|
| Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Traditional Chinese localization output (.lcl). |
| Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Simplified Chinese localization output (.lcl). |
| Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Turkish localization output (.lcl). |
| Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Russian localization output (.lcl). |
| Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Brazilian Portuguese localization output (.lcl). |
| Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Polish localization output (.lcl). |
| Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Korean localization output (.lcl). |
| Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Japanese localization output (.lcl). |
| Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Italian localization output (.lcl). |
| Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to French localization output (.lcl). |
| Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA1049 localized entry to Spanish localization output (.lcl). |
Review details
- Files reviewed: 11/11 changed files
- Comments generated: 1
- Review effort level: Lite
Comment on lines
+966
to
975
| <Item ItemId=";XA1049" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[The 'AndroidEnableMarshalMethods' and 'PublishReadyToRun' MSBuild properties cannot both be set to 'true'. Set one property to 'false'.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[As propriedades 'AndroidEnableMarshalMethods' e 'PublishReadyToRun' do MSBuild não podem ser definidas como 'true'. Defina uma propriedade como 'false'.]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> | ||
| </Item> | ||
| <Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> |
jonathanpeppers
approved these changes
Sep 3, 2026
jonathanpeppers
deleted the
juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260903103237719
branch
September 3, 2026 12:31
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_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260903103237719 to main with localized lcls