Uh oh!
There was an error while loading. Please reload this page.
Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3004624 - #9292
Conversation
There was a problem hiding this comment.
Pull request overview
This PR is an automated OneLocBuild localization check-in for Microsoft.Testing.Platform terminal output resources and Azure DevOps report resources.
Changes:
- Updates
TerminalResources.*.xlflocalized strings for multiple cultures. - Updates
AzureDevOpsResources.*.xlfforSummaryOptionDescriptionacross multiple cultures.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 26 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.zh-Hant.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.zh-Hans.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.tr.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ru.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.pt-BR.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.pl.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ko.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ja.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.it.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.fr.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.es.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.de.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.cs.xlf | Terminal resource targets reset to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.zh-Hant.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.zh-Hans.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.tr.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ru.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pt-BR.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pl.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ko.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ja.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.it.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.fr.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.es.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.de.xlf | SummaryOptionDescription target set to English with state="new" |
| src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.cs.xlf | SummaryOptionDescription target set to English with state="new" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Amaury Levé (Evangelink)
commented
Jun 20, 2026
🔍 Build Failure AnalysisSummary — The build failed due to 4 Root cause: |
| Line | Code | Message |
|---|---|---|
TerminalTestReporterTests.cs:1468 | IDE0008 | Use explicit type instead of var |
TerminalTestReporterTests.cs:1492 | IDE0008 | Use explicit type instead of var |
TerminalTestReporterTests.cs:1513 | IDE0008 | Use explicit type instead of var |
TerminalTestReporterTests.cs:1537 | IDE0008 | Use explicit type instead of var |
Proposed fix — in test/UnitTests/Microsoft.Testing.Platform.UnitTests/OutputDevice/Terminal/TerminalTestReporterTests.cs, replace each offending var with the explicit return type TerminalTestReporter:
- var terminalReporter = CreateOrchestratorReporter(stringBuilderConsole);+ TerminalTestReporter terminalReporter = CreateOrchestratorReporter(stringBuilderConsole);This same change applies at lines 1468, 1492, 1513, and 1537 (the call at 1513 passes an extra named argument but the fix is identical in form).
⚠️ Note for this PR:TerminalTestReporterTests.csis not part of this localization PR's diff — the inline suggestion tool cannot target it. The fix must be applied in a separate commit/PR againstmain, after which this loc PR can be re-run or re-based cleanly.
Build overview
| Field | Value |
|---|---|
| Outcome | ❌ FAILED |
| Duration | 224.8s |
| MSBuild | 18.7.0-preview |
| Projects | 46 |
| Errors | 9 (8 × IDE0008 + 1 × "Build failed.") |
| Warnings | 0 |
| Failed project | Microsoft.Testing.Platform.UnitTests.csproj |
All MSBuild errors (8 unique)
| Code | File | Line | Message |
|---|---|---|---|
IDE0008 | TerminalTestReporterTests.cs | 1468 | Use explicit type instead of var |
IDE0008 | TerminalTestReporterTests.cs | 1492 | Use explicit type instead of var |
IDE0008 | TerminalTestReporterTests.cs | 1513 | Use explicit type instead of var |
IDE0008 | TerminalTestReporterTests.cs | 1537 | Use explicit type instead of var |
(Each error fires twice — once per target framework — giving 8 total entries in the binlog.)
🤖 Automated content by GitHub Copilot. Posted via a maintainer's GitHub token, so it appears under their account — the account owner did not write or approve this content personally. Generated by the Build Failure Analysis workflow. · 369.7 AIC · ⌖ 12.8 AIC · ⊞ 46.9K · [◷]( · ◷)
Uh oh!
There was an error while loading. Please reload this page.
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.