From ae3e32bd573cb1e9ba1573ee62fcd1f1507f977c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 25 May 2026 03:33:44 +0200 Subject: [PATCH 1/8] Add missing AvailableExtensionFormat and AvailableTestsFormat keys to xlf files The resx entries were added in d5a7e3b but the corresponding xlf entries were not added. This fixes the xlf sync warning in the maintenance digest. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/vstest.console/Resources/xlf/Resources.cs.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.de.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.es.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.fr.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.it.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.ja.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.ko.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.pl.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.pt-BR.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.ru.xlf | 11 +++++++++++ src/vstest.console/Resources/xlf/Resources.tr.xlf | 11 +++++++++++ .../Resources/xlf/Resources.zh-Hans.xlf | 11 +++++++++++ .../Resources/xlf/Resources.zh-Hant.xlf | 11 +++++++++++ 13 files changed, 143 insertions(+) diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf index adee760c29..b681399a6e 100644 --- a/src/vstest.console/Resources/xlf/Resources.cs.xlf +++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Jsou k dispozici tyto doplňky pro provádění testů: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Jsou k dispozici tyto doplňky protokolovače testu: + + {0} + {0} + {Locked} + + Error: {0} Chyba: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.de.xlf b/src/vstest.console/Resources/xlf/Resources.de.xlf index fad0b88263..5e732c2a7a 100644 --- a/src/vstest.console/Resources/xlf/Resources.de.xlf +++ b/src/vstest.console/Resources/xlf/Resources.de.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Die folgenden Testausführungs-Add-Ins sind verfügbar: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Die folgenden Testprotokollierungs-Add-Ins sind verfügbar: + + {0} + {0} + {Locked} + + Error: {0} Fehler: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.es.xlf b/src/vstest.console/Resources/xlf/Resources.es.xlf index beb1619d0f..099975d7ba 100644 --- a/src/vstest.console/Resources/xlf/Resources.es.xlf +++ b/src/vstest.console/Resources/xlf/Resources.es.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Los siguientes complementos de ejecución de pruebas están disponibles: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Los siguientes complementos de registrador de pruebas están disponibles: + + {0} + {0} + {Locked} + + Error: {0} Error: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.fr.xlf b/src/vstest.console/Resources/xlf/Resources.fr.xlf index 69da7bbd42..ac7d491915 100644 --- a/src/vstest.console/Resources/xlf/Resources.fr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Les compléments d'exécution de tests suivants sont disponibles : + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Les compléments suivants de type enregistreur d'événements de tests sont disponibles : + + {0} + {0} + {Locked} + + Error: {0} Erreur : {0} diff --git a/src/vstest.console/Resources/xlf/Resources.it.xlf b/src/vstest.console/Resources/xlf/Resources.it.xlf index f5c055f7a4..3d30d27c7c 100644 --- a/src/vstest.console/Resources/xlf/Resources.it.xlf +++ b/src/vstest.console/Resources/xlf/Resources.it.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Sono disponibili i componenti aggiuntivi di esecuzione dei test seguenti: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Sono disponibili i componenti aggiuntivi di logger di test seguenti: + + {0} + {0} + {Locked} + + Error: {0} Errore: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ja.xlf b/src/vstest.console/Resources/xlf/Resources.ja.xlf index 015706af05..3fb356e887 100644 --- a/src/vstest.console/Resources/xlf/Resources.ja.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: 次のテスト実行アドインを使用できます: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ 次のテスト ロガー アドインを使用できます: + + {0} + {0} + {Locked} + + Error: {0} エラー: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ko.xlf b/src/vstest.console/Resources/xlf/Resources.ko.xlf index 5f2ac9aa86..1b53f92b97 100644 --- a/src/vstest.console/Resources/xlf/Resources.ko.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: 다음 테스트 실행 추가 기능을 사용할 수 있습니다. + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ 다음 테스트 로거 추가 기능을 사용할 수 있습니다. + + {0} + {0} + {Locked} + + Error: {0} 오류: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.pl.xlf b/src/vstest.console/Resources/xlf/Resources.pl.xlf index 94e33b8912..d5066974cb 100644 --- a/src/vstest.console/Resources/xlf/Resources.pl.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Dostępne są następujące dodatki służące do wykonywania testów: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Dostępne są następujące dodatki rejestratora testów: + + {0} + {0} + {Locked} + + Error: {0} Błąd: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf index cce5844933..f092bc2d8f 100644 --- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Os seguintes Suplementos de Execução de Teste estão disponíveis: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Os seguintes Suplementos de Agente de Teste estão disponíveis: + + {0} + {0} + {Locked} + + Error: {0} Erro: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ru.xlf b/src/vstest.console/Resources/xlf/Resources.ru.xlf index 5f72259ef6..a4c4781386 100644 --- a/src/vstest.console/Resources/xlf/Resources.ru.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Доступны следующие надстройки выполнения тестов: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Доступны следующие надстройки средства ведения журнала тестирования: + + {0} + {0} + {Locked} + + Error: {0} Ошибка: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.tr.xlf b/src/vstest.console/Resources/xlf/Resources.tr.xlf index e208e5cb75..cfdcfac393 100644 --- a/src/vstest.console/Resources/xlf/Resources.tr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: Şu Test Yürütmesi eklentileri kullanılabilir: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ Şu Test Günlükçüsü Eklentileri kullanılabilir: + + {0} + {0} + {Locked} + + Error: {0} Hata: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf index edecedb984..02e6106f60 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: 以下测试执行外接程序可用: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ 以下测试记录器加载项可用: + + {0} + {0} + {Locked} + + Error: {0} 错误: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf index a4700c1d75..6952238ffa 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf @@ -16,6 +16,11 @@ The following Test Execution Add-Ins are available: 可使用下列測試執行增益集: + + + {0} + {0} + {Locked} {0}: {1} @@ -27,6 +32,12 @@ 可使用下列測試記錄器增益集: + + {0} + {0} + {Locked} + + Error: {0} 錯誤: {0} From 10046f8746c00ae81198d19c3fa718e182a39927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 28 May 2026 08:00:37 +0200 Subject: [PATCH 2/8] Fix indentation of AvailableExtensionFormat entries in xlf files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/vstest.console/Resources/xlf/Resources.cs.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.de.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.es.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.fr.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.it.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.ja.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.ko.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.pl.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.pt-BR.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.ru.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.tr.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf | 2 +- src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf index b681399a6e..1640d1deb4 100644 --- a/src/vstest.console/Resources/xlf/Resources.cs.xlf +++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf @@ -17,7 +17,7 @@ Jsou k dispozici tyto doplňky pro provádění testů: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.de.xlf b/src/vstest.console/Resources/xlf/Resources.de.xlf index 5e732c2a7a..9e1bbfb08d 100644 --- a/src/vstest.console/Resources/xlf/Resources.de.xlf +++ b/src/vstest.console/Resources/xlf/Resources.de.xlf @@ -17,7 +17,7 @@ Die folgenden Testausführungs-Add-Ins sind verfügbar: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.es.xlf b/src/vstest.console/Resources/xlf/Resources.es.xlf index 099975d7ba..5ae4e08f0a 100644 --- a/src/vstest.console/Resources/xlf/Resources.es.xlf +++ b/src/vstest.console/Resources/xlf/Resources.es.xlf @@ -17,7 +17,7 @@ Los siguientes complementos de ejecución de pruebas están disponibles: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.fr.xlf b/src/vstest.console/Resources/xlf/Resources.fr.xlf index ac7d491915..fec54db851 100644 --- a/src/vstest.console/Resources/xlf/Resources.fr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf @@ -17,7 +17,7 @@ Les compléments d'exécution de tests suivants sont disponibles : - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.it.xlf b/src/vstest.console/Resources/xlf/Resources.it.xlf index 3d30d27c7c..e196483fdc 100644 --- a/src/vstest.console/Resources/xlf/Resources.it.xlf +++ b/src/vstest.console/Resources/xlf/Resources.it.xlf @@ -17,7 +17,7 @@ Sono disponibili i componenti aggiuntivi di esecuzione dei test seguenti: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.ja.xlf b/src/vstest.console/Resources/xlf/Resources.ja.xlf index 3fb356e887..c1101a98fe 100644 --- a/src/vstest.console/Resources/xlf/Resources.ja.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf @@ -17,7 +17,7 @@ 次のテスト実行アドインを使用できます: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.ko.xlf b/src/vstest.console/Resources/xlf/Resources.ko.xlf index 1b53f92b97..3a3ff84cfd 100644 --- a/src/vstest.console/Resources/xlf/Resources.ko.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf @@ -17,7 +17,7 @@ 다음 테스트 실행 추가 기능을 사용할 수 있습니다. - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.pl.xlf b/src/vstest.console/Resources/xlf/Resources.pl.xlf index d5066974cb..e80c92fc5a 100644 --- a/src/vstest.console/Resources/xlf/Resources.pl.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf @@ -17,7 +17,7 @@ Dostępne są następujące dodatki służące do wykonywania testów: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf index f092bc2d8f..708e242796 100644 --- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf @@ -17,7 +17,7 @@ Os seguintes Suplementos de Execução de Teste estão disponíveis: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.ru.xlf b/src/vstest.console/Resources/xlf/Resources.ru.xlf index a4c4781386..f09e92b633 100644 --- a/src/vstest.console/Resources/xlf/Resources.ru.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf @@ -17,7 +17,7 @@ Доступны следующие надстройки выполнения тестов: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.tr.xlf b/src/vstest.console/Resources/xlf/Resources.tr.xlf index cfdcfac393..0963fb4d27 100644 --- a/src/vstest.console/Resources/xlf/Resources.tr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf @@ -17,7 +17,7 @@ Şu Test Yürütmesi eklentileri kullanılabilir: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf index 02e6106f60..f61f4aa217 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf @@ -17,7 +17,7 @@ 以下测试执行外接程序可用: - + {0} {0} {Locked} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf index 6952238ffa..555e1695f6 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf @@ -17,7 +17,7 @@ 可使用下列測試執行增益集: - + {0} {0} {Locked} From 45fd7e83842d7d6e8dc0921fd4a0fc126e426abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 28 May 2026 08:38:03 +0200 Subject: [PATCH 3/8] Remove extra blank line after AvailableTestsFormat in xlf files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/vstest.console/Resources/xlf/Resources.cs.xlf | 1 - src/vstest.console/Resources/xlf/Resources.de.xlf | 1 - src/vstest.console/Resources/xlf/Resources.es.xlf | 1 - src/vstest.console/Resources/xlf/Resources.fr.xlf | 1 - src/vstest.console/Resources/xlf/Resources.it.xlf | 1 - src/vstest.console/Resources/xlf/Resources.ja.xlf | 1 - src/vstest.console/Resources/xlf/Resources.ko.xlf | 1 - src/vstest.console/Resources/xlf/Resources.pl.xlf | 1 - src/vstest.console/Resources/xlf/Resources.pt-BR.xlf | 1 - src/vstest.console/Resources/xlf/Resources.ru.xlf | 1 - src/vstest.console/Resources/xlf/Resources.tr.xlf | 1 - src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf | 1 - src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf | 1 - 13 files changed, 13 deletions(-) diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf index 1640d1deb4..cbbdf61981 100644 --- a/src/vstest.console/Resources/xlf/Resources.cs.xlf +++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Chyba: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.de.xlf b/src/vstest.console/Resources/xlf/Resources.de.xlf index 9e1bbfb08d..74c3646c2f 100644 --- a/src/vstest.console/Resources/xlf/Resources.de.xlf +++ b/src/vstest.console/Resources/xlf/Resources.de.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Fehler: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.es.xlf b/src/vstest.console/Resources/xlf/Resources.es.xlf index 5ae4e08f0a..5e55178026 100644 --- a/src/vstest.console/Resources/xlf/Resources.es.xlf +++ b/src/vstest.console/Resources/xlf/Resources.es.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Error: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.fr.xlf b/src/vstest.console/Resources/xlf/Resources.fr.xlf index fec54db851..bc2c74fa1e 100644 --- a/src/vstest.console/Resources/xlf/Resources.fr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Erreur : {0} diff --git a/src/vstest.console/Resources/xlf/Resources.it.xlf b/src/vstest.console/Resources/xlf/Resources.it.xlf index e196483fdc..a2ff0c34cd 100644 --- a/src/vstest.console/Resources/xlf/Resources.it.xlf +++ b/src/vstest.console/Resources/xlf/Resources.it.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Errore: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ja.xlf b/src/vstest.console/Resources/xlf/Resources.ja.xlf index c1101a98fe..6395ab793c 100644 --- a/src/vstest.console/Resources/xlf/Resources.ja.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} エラー: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ko.xlf b/src/vstest.console/Resources/xlf/Resources.ko.xlf index 3a3ff84cfd..b7c28c1901 100644 --- a/src/vstest.console/Resources/xlf/Resources.ko.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} 오류: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.pl.xlf b/src/vstest.console/Resources/xlf/Resources.pl.xlf index e80c92fc5a..6d34676048 100644 --- a/src/vstest.console/Resources/xlf/Resources.pl.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Błąd: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf index 708e242796..6261c1340c 100644 --- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Erro: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.ru.xlf b/src/vstest.console/Resources/xlf/Resources.ru.xlf index f09e92b633..2d80bc68c9 100644 --- a/src/vstest.console/Resources/xlf/Resources.ru.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Ошибка: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.tr.xlf b/src/vstest.console/Resources/xlf/Resources.tr.xlf index 0963fb4d27..5da8396225 100644 --- a/src/vstest.console/Resources/xlf/Resources.tr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} Hata: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf index f61f4aa217..e995119eb2 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} 错误: {0} diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf index 555e1695f6..4c60270cee 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf @@ -37,7 +37,6 @@ {0} {Locked} - Error: {0} 錯誤: {0} From 91dc570332f27dee594b66cd9e28a33516fe4f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 28 May 2026 09:02:41 +0200 Subject: [PATCH 4/8] Move AvailableTestsFormat after AvailableSettingsProvidersHeaderMessage to match resx order The xlf entry was placed after AvailableLoggersHeaderMessage, but the resx file defines AvailableTestsFormat after AvailableSettingsProvidersHeaderMessage. This reorders all 13 xlf files to match the canonical resx order. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/vstest.console/Resources/xlf/Resources.cs.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.de.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.es.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.fr.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.it.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.ja.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.ko.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.pl.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.pt-BR.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.ru.xlf | 12 ++++++------ src/vstest.console/Resources/xlf/Resources.tr.xlf | 12 ++++++------ .../Resources/xlf/Resources.zh-Hans.xlf | 12 ++++++------ .../Resources/xlf/Resources.zh-Hant.xlf | 12 ++++++------ 13 files changed, 78 insertions(+), 78 deletions(-) diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf index cbbdf61981..86aaf09d51 100644 --- a/src/vstest.console/Resources/xlf/Resources.cs.xlf +++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Jsou k dispozici tyto doplňky protokolovače testu: - - {0} - {0} - {Locked} - Error: {0} Chyba: {0} @@ -171,6 +166,11 @@ Jsou k dispozici tyto doplňky poskytovatelů nastavení: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.de.xlf b/src/vstest.console/Resources/xlf/Resources.de.xlf index 74c3646c2f..7f7c169ddf 100644 --- a/src/vstest.console/Resources/xlf/Resources.de.xlf +++ b/src/vstest.console/Resources/xlf/Resources.de.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Die folgenden Testprotokollierungs-Add-Ins sind verfügbar: - - {0} - {0} - {Locked} - Error: {0} Fehler: {0} @@ -171,6 +166,11 @@ Die folgende Einstellungenanbieter-Add-Ins sind verfügbar: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.es.xlf b/src/vstest.console/Resources/xlf/Resources.es.xlf index 5e55178026..63024beb2d 100644 --- a/src/vstest.console/Resources/xlf/Resources.es.xlf +++ b/src/vstest.console/Resources/xlf/Resources.es.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Los siguientes complementos de registrador de pruebas están disponibles: - - {0} - {0} - {Locked} - Error: {0} Error: {0} @@ -172,6 +167,11 @@ Los siguientes complementos de proveedores de configuración están disponibles: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.fr.xlf b/src/vstest.console/Resources/xlf/Resources.fr.xlf index bc2c74fa1e..6f724512d6 100644 --- a/src/vstest.console/Resources/xlf/Resources.fr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Les compléments suivants de type enregistreur d'événements de tests sont disponibles : - - {0} - {0} - {Locked} - Error: {0} Erreur : {0} @@ -171,6 +166,11 @@ Les compléments suivants de type fournisseurs de paramètres sont disponibles : + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.it.xlf b/src/vstest.console/Resources/xlf/Resources.it.xlf index a2ff0c34cd..c7c3570977 100644 --- a/src/vstest.console/Resources/xlf/Resources.it.xlf +++ b/src/vstest.console/Resources/xlf/Resources.it.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Sono disponibili i componenti aggiuntivi di logger di test seguenti: - - {0} - {0} - {Locked} - Error: {0} Errore: {0} @@ -171,6 +166,11 @@ Sono disponibili i componenti aggiuntivi di provider di impostazioni seguenti: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.ja.xlf b/src/vstest.console/Resources/xlf/Resources.ja.xlf index 6395ab793c..2d395acf9f 100644 --- a/src/vstest.console/Resources/xlf/Resources.ja.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ 次のテスト ロガー アドインを使用できます: - - {0} - {0} - {Locked} - Error: {0} エラー: {0} @@ -171,6 +166,11 @@ 次の設定プロバイダー アドインを使用できます: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.ko.xlf b/src/vstest.console/Resources/xlf/Resources.ko.xlf index b7c28c1901..b0f88fc37b 100644 --- a/src/vstest.console/Resources/xlf/Resources.ko.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ 다음 테스트 로거 추가 기능을 사용할 수 있습니다. - - {0} - {0} - {Locked} - Error: {0} 오류: {0} @@ -171,6 +166,11 @@ 다음 설정 공급자 추가 기능을 사용할 수 있습니다. + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.pl.xlf b/src/vstest.console/Resources/xlf/Resources.pl.xlf index 6d34676048..6998e0ca94 100644 --- a/src/vstest.console/Resources/xlf/Resources.pl.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Dostępne są następujące dodatki rejestratora testów: - - {0} - {0} - {Locked} - Error: {0} Błąd: {0} @@ -171,6 +166,11 @@ Dostępne są następujące dodatki dostawców ustawień: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf index 6261c1340c..6d04523c3d 100644 --- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Os seguintes Suplementos de Agente de Teste estão disponíveis: - - {0} - {0} - {Locked} - Error: {0} Erro: {0} @@ -171,6 +166,11 @@ Altere o prefixo de nível de diagnóstico do agente de console, como mostrado a Os seguintes Suplementos de Provedores de Configurações estão disponíveis: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.ru.xlf b/src/vstest.console/Resources/xlf/Resources.ru.xlf index 2d80bc68c9..19c35309aa 100644 --- a/src/vstest.console/Resources/xlf/Resources.ru.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Доступны следующие надстройки средства ведения журнала тестирования: - - {0} - {0} - {Locked} - Error: {0} Ошибка: {0} @@ -171,6 +166,11 @@ Доступны следующие надстройки поставщиков параметров: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.tr.xlf b/src/vstest.console/Resources/xlf/Resources.tr.xlf index 5da8396225..7c83285cff 100644 --- a/src/vstest.console/Resources/xlf/Resources.tr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ Şu Test Günlükçüsü Eklentileri kullanılabilir: - - {0} - {0} - {Locked} - Error: {0} Hata: {0} @@ -171,6 +166,11 @@ Şu Ayar Sağlayıcısı Eklentileri kullanılabilir: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf index e995119eb2..5ee9155fff 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ 以下测试记录器加载项可用: - - {0} - {0} - {Locked} - Error: {0} 错误: {0} @@ -171,6 +166,11 @@ 以下设置提供程序外接程序可用: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf index 4c60270cee..2dbde3251c 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf @@ -1,4 +1,4 @@ - + @@ -32,11 +32,6 @@ 可使用下列測試記錄器增益集: - - {0} - {0} - {Locked} - Error: {0} 錯誤: {0} @@ -171,6 +166,11 @@ 可使用下列設定提供者增益集: + + {0} + {0} + {Locked} + --Settings|/Settings:<Settings File> Settings to use when running tests. From 24ce74e8eeb36a257771ace6f50dc2e78125bd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 28 May 2026 09:24:45 +0200 Subject: [PATCH 5/8] Add missing CouldNotFindTesthost entry to TestHostProvider resx and all xlf files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../Resources/Resources.resx | 10 ++++++++++ .../Resources/xlf/Resources.cs.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.de.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.es.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.fr.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.it.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.ja.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.ko.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.pl.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.pt-BR.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.ru.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.tr.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.zh-Hans.xlf | 17 +++++++++++++++++ .../Resources/xlf/Resources.zh-Hant.xlf | 17 +++++++++++++++++ 14 files changed, 231 insertions(+) diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.resx b/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.resx index 8ea0055bda..a5850f83c6 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.resx +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.resx @@ -127,6 +127,16 @@ Unable to find {0}. Please publish your test project and retry. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf index 256626d298..778d07e43e 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf @@ -19,6 +19,23 @@ Nejde najít {0}. Publikujte prosím svůj testovací projekt a zkuste to znovu. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf index 2967eba3cd..832796afcb 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf @@ -19,6 +19,23 @@ "{0}" wurde nicht gefunden. Veröffentlichen Sie Ihr Testprojekt, und versuchen Sie es noch mal. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf index 1baa96fce9..fdf2d9432d 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf @@ -19,6 +19,23 @@ No se encuentra {0}. Publique el proyecto de prueba y vuelva a intentarlo. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf index 6bc1c4ece8..a2115eaded 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf @@ -19,6 +19,23 @@ {0} est introuvable. Publiez votre projet de test et réessayez. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf index 28a9ab558a..a1f6e460df 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf @@ -19,6 +19,23 @@ Non è possibile trovare {0}. Pubblicare il progetto di test e riprovare. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf index 77a6d4fa7a..3cc1eafe7b 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf @@ -19,6 +19,23 @@ {0} を見つけることができません。テスト プロジェクトを公開してもう一度お試しください。 + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf index bc1dea8896..804dfe743b 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf @@ -19,6 +19,23 @@ {0}을(를) 찾을 수 없습니다. 테스트 프로젝트를 게시하고 다시 시도하세요. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf index 167d6f7382..c29798703c 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf @@ -19,6 +19,23 @@ Nie można znaleźć elementu {0}. Opublikuj swój projekt testowy i spróbuj ponownie. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf index 2c6e6e4e81..36635a8124 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf @@ -19,6 +19,23 @@ Não foi possível localizar {0}. Publique o projeto de teste e tente novamente. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf index e8b38482c5..19cef6b484 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf @@ -19,6 +19,23 @@ Не удалось найти {0}. Опубликуйте тестовый проект и повторите попытку. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf index b66a5a4d50..a7274fe415 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf @@ -19,6 +19,23 @@ {0} bulunamıyor. Lütfen test projenizi yayımlayın ve yeniden deneyin. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf index 29ea7524b7..ceca08d9e4 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf @@ -19,6 +19,23 @@ 无法找到 {0}。请发布测试项目并重试。 + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf index 9f370fae8a..e2dc7006c5 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf @@ -19,6 +19,23 @@ 找不到 {0}。請發佈您的測試專案並重試。 + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + Could not find testhost for test source '{0}'. + +Verify that: + - The test project references the 'Microsoft.NET.Test.Sdk' NuGet package. + - The project has been built and the output is in '{1}'. + - The project's target framework matches the installed .NET runtime. + + '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + Could not find '{0}' host for the '{1}' architecture. From ec9fd75ec7e46c70067dbfb8ac6ba9aef2bef354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Sat, 30 May 2026 08:01:10 +0200 Subject: [PATCH 6/8] Fix xlf ordering and BOM issues - Move CouldNotFindTesthost entry to alphabetically-first position (before MultipleFileVersions) in all 13 TestHostProvider xlf files, matching main's ordering from commit 5226f3c - Restore UTF-8 BOM to all 13 vstest.console xlf files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../Resources/xlf/Resources.cs.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.de.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.es.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.fr.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.it.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.ja.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.ko.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.pl.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.pt-BR.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.ru.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.tr.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.zh-Hans.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.zh-Hant.xlf | 34 +++++++++---------- .../Resources/xlf/Resources.cs.xlf | 2 +- .../Resources/xlf/Resources.de.xlf | 2 +- .../Resources/xlf/Resources.es.xlf | 2 +- .../Resources/xlf/Resources.fr.xlf | 2 +- .../Resources/xlf/Resources.it.xlf | 2 +- .../Resources/xlf/Resources.ja.xlf | 2 +- .../Resources/xlf/Resources.ko.xlf | 2 +- .../Resources/xlf/Resources.pl.xlf | 2 +- .../Resources/xlf/Resources.pt-BR.xlf | 2 +- .../Resources/xlf/Resources.ru.xlf | 2 +- .../Resources/xlf/Resources.tr.xlf | 2 +- .../Resources/xlf/Resources.zh-Hans.xlf | 2 +- .../Resources/xlf/Resources.zh-Hant.xlf | 2 +- 26 files changed, 234 insertions(+), 234 deletions(-) diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf index 778d07e43e..6f9ac6d0a5 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Našlo se více verzí stejného rozšíření. Vybere se nejvyšší verze. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - Nejde najít {0}. Ujistěte se, že testovací projekt má odkaz na balíček nuget Microsoft.NET.Test.Sdk. - - - - Unable to find {0}. Please publish your test project and retry. - Nejde najít {0}. Publikujte prosím svůj testovací projekt a zkuste to znovu. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Našlo se více verzí stejného rozšíření. Vybere se nejvyšší verze. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + Nejde najít {0}. Ujistěte se, že testovací projekt má odkaz na balíček nuget Microsoft.NET.Test.Sdk. + + + + Unable to find {0}. Please publish your test project and retry. + Nejde najít {0}. Publikujte prosím svůj testovací projekt a zkuste to znovu. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf index 832796afcb..d5e2aa90bd 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Es wurden mehrere Versionen derselben Erweiterung gefunden. Die höchste Version wird ausgewählt. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - "{0}" wurde nicht gefunden. Stellen Sie sicher, dass das Testprojekt einen NuGet-Verweis des Pakets "Microsoft.NET.Test.Sdk" aufweist. - - - - Unable to find {0}. Please publish your test project and retry. - "{0}" wurde nicht gefunden. Veröffentlichen Sie Ihr Testprojekt, und versuchen Sie es noch mal. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Es wurden mehrere Versionen derselben Erweiterung gefunden. Die höchste Version wird ausgewählt. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + "{0}" wurde nicht gefunden. Stellen Sie sicher, dass das Testprojekt einen NuGet-Verweis des Pakets "Microsoft.NET.Test.Sdk" aufweist. + + + + Unable to find {0}. Please publish your test project and retry. + "{0}" wurde nicht gefunden. Veröffentlichen Sie Ihr Testprojekt, und versuchen Sie es noch mal. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf index fdf2d9432d..30c3be333c 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Se encontraron varias versiones de la misma extensión. Seleccionando la versión más alta. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - No se encuentra {0}. Asegúrese de que el proyecto de prueba tenga una referencia NuGet del paquete "Microsoft.NET.Test.Sdk". - - - - Unable to find {0}. Please publish your test project and retry. - No se encuentra {0}. Publique el proyecto de prueba y vuelva a intentarlo. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Se encontraron varias versiones de la misma extensión. Seleccionando la versión más alta. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + No se encuentra {0}. Asegúrese de que el proyecto de prueba tenga una referencia NuGet del paquete "Microsoft.NET.Test.Sdk". + + + + Unable to find {0}. Please publish your test project and retry. + No se encuentra {0}. Publique el proyecto de prueba y vuelva a intentarlo. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf index a2115eaded..20154e025a 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Plusieurs versions de la même extension ont été trouvées. Sélection de la version la plus élevée. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - {0} est introuvable. Vérifiez que le projet de test a une référence nuget du package "Microsoft.NET.Test.Sdk". - - - - Unable to find {0}. Please publish your test project and retry. - {0} est introuvable. Publiez votre projet de test et réessayez. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Plusieurs versions de la même extension ont été trouvées. Sélection de la version la plus élevée. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + {0} est introuvable. Vérifiez que le projet de test a une référence nuget du package "Microsoft.NET.Test.Sdk". + + + + Unable to find {0}. Please publish your test project and retry. + {0} est introuvable. Publiez votre projet de test et réessayez. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf index a1f6e460df..2b0566b9e3 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Sono state trovate più versioni della stessa estensione. Verrà selezionata quella più recente. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - Non è possibile trovare {0}. Assicurarsi che il progetto di test includa un riferimento NuGet del pacchetto "Microsoft.NET.Test.Sdk". - - - - Unable to find {0}. Please publish your test project and retry. - Non è possibile trovare {0}. Pubblicare il progetto di test e riprovare. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Sono state trovate più versioni della stessa estensione. Verrà selezionata quella più recente. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + Non è possibile trovare {0}. Assicurarsi che il progetto di test includa un riferimento NuGet del pacchetto "Microsoft.NET.Test.Sdk". + + + + Unable to find {0}. Please publish your test project and retry. + Non è possibile trovare {0}. Pubblicare il progetto di test e riprovare. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf index 3cc1eafe7b..dc6f36571c 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - 同じ拡張子で複数のバージョンが見つかりました。最新のバージョンを選択しています。 -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - {0} を見つけることができません。テスト プロジェクトにパッケージ "Microsoft.NET.Test.Sdk" の NuGet 参照があることを確認してください。 - - - - Unable to find {0}. Please publish your test project and retry. - {0} を見つけることができません。テスト プロジェクトを公開してもう一度お試しください。 - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + 同じ拡張子で複数のバージョンが見つかりました。最新のバージョンを選択しています。 +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + {0} を見つけることができません。テスト プロジェクトにパッケージ "Microsoft.NET.Test.Sdk" の NuGet 参照があることを確認してください。 + + + + Unable to find {0}. Please publish your test project and retry. + {0} を見つけることができません。テスト プロジェクトを公開してもう一度お試しください。 + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf index 804dfe743b..f34e7ed501 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - 동일한 확장의 여러 버전을 찾았습니다. 가장 높은 버전을 선택합니다. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - {0}을(를) 찾을 수 없습니다. 테스트 프로젝트에 "Microsoft.NET.Test.Sdk" 패키지의 nuget 참조가 포함되어 있는지 확인하세요. - - - - Unable to find {0}. Please publish your test project and retry. - {0}을(를) 찾을 수 없습니다. 테스트 프로젝트를 게시하고 다시 시도하세요. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + 동일한 확장의 여러 버전을 찾았습니다. 가장 높은 버전을 선택합니다. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + {0}을(를) 찾을 수 없습니다. 테스트 프로젝트에 "Microsoft.NET.Test.Sdk" 패키지의 nuget 참조가 포함되어 있는지 확인하세요. + + + + Unable to find {0}. Please publish your test project and retry. + {0}을(를) 찾을 수 없습니다. 테스트 프로젝트를 게시하고 다시 시도하세요. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf index c29798703c..ce8f35bb1f 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Znaleziono wiele wersji tego samego rozszerzenia. Wybierana jest najwyższa wersja. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - Nie można znaleźć elementu {0}. Upewnij się, że projekt testowy ma odwołanie nuget do pakietu „Microsoft.NET.Test.Sdk”. - - - - Unable to find {0}. Please publish your test project and retry. - Nie można znaleźć elementu {0}. Opublikuj swój projekt testowy i spróbuj ponownie. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Znaleziono wiele wersji tego samego rozszerzenia. Wybierana jest najwyższa wersja. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + Nie można znaleźć elementu {0}. Upewnij się, że projekt testowy ma odwołanie nuget do pakietu „Microsoft.NET.Test.Sdk”. + + + + Unable to find {0}. Please publish your test project and retry. + Nie można znaleźć elementu {0}. Opublikuj swój projekt testowy i spróbuj ponownie. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf index 36635a8124..9a31b11620 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pt-BR.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Várias versões da mesma extensão foram encontradas. Selecionando a versão mais alta. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - Não foi possível localizar {0}. Certifique-se de que o projeto de teste tem uma referência nuget do pacote "Microsoft.NET.Test.Sdk". - - - - Unable to find {0}. Please publish your test project and retry. - Não foi possível localizar {0}. Publique o projeto de teste e tente novamente. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Várias versões da mesma extensão foram encontradas. Selecionando a versão mais alta. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + Não foi possível localizar {0}. Certifique-se de que o projeto de teste tem uma referência nuget do pacote "Microsoft.NET.Test.Sdk". + + + + Unable to find {0}. Please publish your test project and retry. + Não foi possível localizar {0}. Publique o projeto de teste e tente novamente. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf index 19cef6b484..a79062e49a 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Обнаружено несколько версий одного расширения. Выбрана самая поздняя версия. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - Не удается найти {0}. Убедитесь, что в тестовом проекте есть ссылка NuGet на пакет "Microsoft.NET.Test.Sdk". - - - - Unable to find {0}. Please publish your test project and retry. - Не удалось найти {0}. Опубликуйте тестовый проект и повторите попытку. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Обнаружено несколько версий одного расширения. Выбрана самая поздняя версия. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + Не удается найти {0}. Убедитесь, что в тестовом проекте есть ссылка NuGet на пакет "Microsoft.NET.Test.Sdk". + + + + Unable to find {0}. Please publish your test project and retry. + Не удалось найти {0}. Опубликуйте тестовый проект и повторите попытку. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf index a7274fe415..a0082a7960 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - Aynı uzantının birden çok sürümü bulundu. En yüksek sürüm seçiliyor. -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - {0} bulunamıyor. Test projesinin "Microsoft.NET.Test.Sdk" paketinde nuget başvurusu olduğundan emin olun. - - - - Unable to find {0}. Please publish your test project and retry. - {0} bulunamıyor. Lütfen test projenizi yayımlayın ve yeniden deneyin. - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + Aynı uzantının birden çok sürümü bulundu. En yüksek sürüm seçiliyor. +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + {0} bulunamıyor. Test projesinin "Microsoft.NET.Test.Sdk" paketinde nuget başvurusu olduğundan emin olun. + + + + Unable to find {0}. Please publish your test project and retry. + {0} bulunamıyor. Lütfen test projenizi yayımlayın ve yeniden deneyin. + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf index ceca08d9e4..59e19341bb 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hans.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - 找到多个具有相同扩展的版本。请选择最高版本。 -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - 无法找到 {0}。确保测试项目具有包 "Microsoft.NET.Test.Sdk" 的 nuget 引用。 - - - - Unable to find {0}. Please publish your test project and retry. - 无法找到 {0}。请发布测试项目并重试。 - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + 找到多个具有相同扩展的版本。请选择最高版本。 +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + 无法找到 {0}。确保测试项目具有包 "Microsoft.NET.Test.Sdk" 的 nuget 引用。 + + + + Unable to find {0}. Please publish your test project and retry. + 无法找到 {0}。请发布测试项目并重试。 + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf index e2dc7006c5..cda4d529d9 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.zh-Hant.xlf @@ -2,23 +2,6 @@ - - Multiple versions of same extension found. Selecting the highest version. -{0} - 找到相同延伸模組的多個版本。系統會選取最高版本。 -{0} - - - - Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". - 找不到 {0}。請確認測試專案有 "Microsoft.NET.Test.Sdk "套件的 nuget 參考。 - - - - Unable to find {0}. Please publish your test project and retry. - 找不到 {0}。請發佈您的測試專案並重試。 - - Could not find testhost for test source '{0}'. @@ -36,6 +19,23 @@ Verify that: '{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched. + + Multiple versions of same extension found. Selecting the highest version. +{0} + 找到相同延伸模組的多個版本。系統會選取最高版本。 +{0} + + + + Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk". + 找不到 {0}。請確認測試專案有 "Microsoft.NET.Test.Sdk "套件的 nuget 參考。 + + + + Unable to find {0}. Please publish your test project and retry. + 找不到 {0}。請發佈您的測試專案並重試。 + + Could not find '{0}' host for the '{1}' architecture. diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf index 86aaf09d51..3f25c2d708 100644 --- a/src/vstest.console/Resources/xlf/Resources.cs.xlf +++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.de.xlf b/src/vstest.console/Resources/xlf/Resources.de.xlf index 7f7c169ddf..884be416cf 100644 --- a/src/vstest.console/Resources/xlf/Resources.de.xlf +++ b/src/vstest.console/Resources/xlf/Resources.de.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.es.xlf b/src/vstest.console/Resources/xlf/Resources.es.xlf index 63024beb2d..2265182abb 100644 --- a/src/vstest.console/Resources/xlf/Resources.es.xlf +++ b/src/vstest.console/Resources/xlf/Resources.es.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.fr.xlf b/src/vstest.console/Resources/xlf/Resources.fr.xlf index 6f724512d6..e2e6f497d6 100644 --- a/src/vstest.console/Resources/xlf/Resources.fr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.it.xlf b/src/vstest.console/Resources/xlf/Resources.it.xlf index c7c3570977..00be4f8176 100644 --- a/src/vstest.console/Resources/xlf/Resources.it.xlf +++ b/src/vstest.console/Resources/xlf/Resources.it.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.ja.xlf b/src/vstest.console/Resources/xlf/Resources.ja.xlf index 2d395acf9f..3d60759d3a 100644 --- a/src/vstest.console/Resources/xlf/Resources.ja.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.ko.xlf b/src/vstest.console/Resources/xlf/Resources.ko.xlf index b0f88fc37b..749b5b1ddc 100644 --- a/src/vstest.console/Resources/xlf/Resources.ko.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.pl.xlf b/src/vstest.console/Resources/xlf/Resources.pl.xlf index 6998e0ca94..caa42f9d82 100644 --- a/src/vstest.console/Resources/xlf/Resources.pl.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf index 6d04523c3d..d530aa6f46 100644 --- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf +++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.ru.xlf b/src/vstest.console/Resources/xlf/Resources.ru.xlf index 19c35309aa..eba7874242 100644 --- a/src/vstest.console/Resources/xlf/Resources.ru.xlf +++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.tr.xlf b/src/vstest.console/Resources/xlf/Resources.tr.xlf index 7c83285cff..b0a5c83ec1 100644 --- a/src/vstest.console/Resources/xlf/Resources.tr.xlf +++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf index 5ee9155fff..818baff38a 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf @@ -1,4 +1,4 @@ - + diff --git a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf index 2dbde3251c..e9c634f1d8 100644 --- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf @@ -1,4 +1,4 @@ - + From 4e2beeb071bfc711e03c5c0489d2bcdb89517675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 1 Jun 2026 09:11:26 +0200 Subject: [PATCH 7/8] chore: trigger CI re-run Build confirmed passing locally; retrigger Azure DevOps CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> From 366802c0a599cd95901e41babd8ef2899ad5b3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 2 Jun 2026 08:18:34 +0200 Subject: [PATCH 8/8] fix: add CouldNotFindTesthost property to Resources.Designer.cs The Resources.resx already has the CouldNotFindTesthost entry but the Designer.cs was missing the corresponding property. When CI merges this PR branch with main, DotnetTestHostManager.cs (which uses Resources.CouldNotFindTesthost) fails to compile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../Resources/Resources.Designer.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.Designer.cs b/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.Designer.cs index 746b193bc5..4b3c612666 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.Designer.cs +++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/Resources.Designer.cs @@ -70,7 +70,18 @@ internal static string MultipleFileVersions { return ResourceManager.GetString("MultipleFileVersions", resourceCulture); } } - + + /// + /// Looks up a localized string for testhost not found with path and directory info. + /// + internal static string CouldNotFindTesthost + { + get + { + return ResourceManager.GetString("CouldNotFindTesthost", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unable to find {0}. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk".. ///