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"..
///
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..6f9ac6d0a5 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.cs.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf
index 2967eba3cd..d5e2aa90bd 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.de.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf
index 1baa96fce9..30c3be333c 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.es.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf
index 6bc1c4ece8..20154e025a 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.fr.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf
index 28a9ab558a..2b0566b9e3 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.it.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf
index 77a6d4fa7a..dc6f36571c 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ja.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf
index bc1dea8896..f34e7ed501 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ko.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf
index 167d6f7382..ce8f35bb1f 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.pl.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
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..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,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf
index e8b38482c5..a79062e49a 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.ru.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf
index b66a5a4d50..a0082a7960 100644
--- a/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf
+++ b/src/Microsoft.TestPlatform.TestHostProvider/Resources/xlf/Resources.tr.xlf
@@ -2,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
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..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,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
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..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,6 +2,23 @@
+
+ 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.
+ Multiple versions of same extension found. Selecting the highest version.
{0}
diff --git a/src/vstest.console/Resources/xlf/Resources.cs.xlf b/src/vstest.console/Resources/xlf/Resources.cs.xlf
index adee760c29..3f25c2d708 100644
--- a/src/vstest.console/Resources/xlf/Resources.cs.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.cs.xlf
@@ -17,6 +17,11 @@
Jsou k dispozici tyto doplňky pro provádění testů:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 fad0b88263..884be416cf 100644
--- a/src/vstest.console/Resources/xlf/Resources.de.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.de.xlf
@@ -17,6 +17,11 @@
Die folgenden Testausführungs-Add-Ins sind verfügbar:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 beb1619d0f..2265182abb 100644
--- a/src/vstest.console/Resources/xlf/Resources.es.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.es.xlf
@@ -17,6 +17,11 @@
Los siguientes complementos de ejecución de pruebas están disponibles:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -162,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 69da7bbd42..e2e6f497d6 100644
--- a/src/vstest.console/Resources/xlf/Resources.fr.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.fr.xlf
@@ -17,6 +17,11 @@
Les compléments d'exécution de tests suivants sont disponibles :
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0} : {1}
@@ -161,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 f5c055f7a4..00be4f8176 100644
--- a/src/vstest.console/Resources/xlf/Resources.it.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.it.xlf
@@ -17,6 +17,11 @@
Sono disponibili i componenti aggiuntivi di esecuzione dei test seguenti:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 015706af05..3d60759d3a 100644
--- a/src/vstest.console/Resources/xlf/Resources.ja.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.ja.xlf
@@ -17,6 +17,11 @@
次のテスト実行アドインを使用できます:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 5f2ac9aa86..749b5b1ddc 100644
--- a/src/vstest.console/Resources/xlf/Resources.ko.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.ko.xlf
@@ -17,6 +17,11 @@
다음 테스트 실행 추가 기능을 사용할 수 있습니다.
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 94e33b8912..caa42f9d82 100644
--- a/src/vstest.console/Resources/xlf/Resources.pl.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.pl.xlf
@@ -17,6 +17,11 @@
Dostępne są następujące dodatki służące do wykonywania testów:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 cce5844933..d530aa6f46 100644
--- a/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.pt-BR.xlf
@@ -17,6 +17,11 @@
Os seguintes Suplementos de Execução de Teste estão disponíveis:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 5f72259ef6..eba7874242 100644
--- a/src/vstest.console/Resources/xlf/Resources.ru.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.ru.xlf
@@ -17,6 +17,11 @@
Доступны следующие надстройки выполнения тестов:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 e208e5cb75..b0a5c83ec1 100644
--- a/src/vstest.console/Resources/xlf/Resources.tr.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.tr.xlf
@@ -17,6 +17,11 @@
Şu Test Yürütmesi eklentileri kullanılabilir:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 edecedb984..818baff38a 100644
--- a/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.zh-Hans.xlf
@@ -17,6 +17,11 @@
以下测试执行外接程序可用:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,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 a4700c1d75..e9c634f1d8 100644
--- a/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf
+++ b/src/vstest.console/Resources/xlf/Resources.zh-Hant.xlf
@@ -17,6 +17,11 @@
可使用下列測試執行增益集:
+
+ {0}
+ {0}
+ {Locked}
+ {0}: {1} {0}: {1}
@@ -161,6 +166,11 @@
可使用下列設定提供者增益集:
+
+ {0}
+ {0}
+ {Locked}
+ --Settings|/Settings:<Settings File>
Settings to use when running tests.