diff --git a/src/Cli/dotnet/Commands/CliCommandStrings.resx b/src/Cli/dotnet/Commands/CliCommandStrings.resx index 495d18fbb4c1..3a2245ce0865 100644 --- a/src/Cli/dotnet/Commands/CliCommandStrings.resx +++ b/src/Cli/dotnet/Commands/CliCommandStrings.resx @@ -549,8 +549,9 @@ This is equivalent to deleting project.assets.json. Consider packages with prerelease versions when searching for newer packages. Requires the '--outdated' option. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -594,11 +595,17 @@ If not specified the file will be generated inside the default 'TestResults' dir SETTINGS_FILE - Defines the path of the solution file to run. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. SOLUTION_PATH + + run + + + test + SOURCE @@ -704,9 +711,6 @@ See https://aka.ms/dotnet-test/mtp for more information. Do not attempt to use launchSettings.json or [app].run.json to configure the application. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - PROJECT_PATH diff --git a/src/Cli/dotnet/Commands/Run/RunCommandParser.cs b/src/Cli/dotnet/Commands/Run/RunCommandParser.cs index 2049fe08b1e1..6c899c8275c8 100644 --- a/src/Cli/dotnet/Commands/Run/RunCommandParser.cs +++ b/src/Cli/dotnet/Commands/Run/RunCommandParser.cs @@ -19,7 +19,7 @@ internal static class RunCommandParser public static readonly Option ProjectOption = new("--project") { - Description = CliCommandStrings.CommandOptionProjectDescription, + Description = string.Format(CliCommandStrings.CmdProjectDescriptionFormat, CliCommandStrings.VerbRun), HelpName = CliCommandStrings.CommandOptionProjectHelpName }; diff --git a/src/Cli/dotnet/Commands/Test/MTP/MicrosoftTestingPlatformOptions.cs b/src/Cli/dotnet/Commands/Test/MTP/MicrosoftTestingPlatformOptions.cs index bf6c1eaa071b..329eaf4a3f57 100644 --- a/src/Cli/dotnet/Commands/Test/MTP/MicrosoftTestingPlatformOptions.cs +++ b/src/Cli/dotnet/Commands/Test/MTP/MicrosoftTestingPlatformOptions.cs @@ -9,7 +9,7 @@ internal static class MicrosoftTestingPlatformOptions { public static readonly Option ProjectOption = new("--project") { - Description = CliCommandStrings.CmdProjectDescription, + Description = string.Format(CliCommandStrings.CmdProjectDescriptionFormat, CliCommandStrings.VerbTest), HelpName = CliCommandStrings.CmdProjectPathName, Arity = ArgumentArity.ExactlyOne }; diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf index 103346abd196..c5cf3481277f 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf @@ -743,10 +743,10 @@ Jedná se o ekvivalent odstranění project.assets.json. Při hledání novějších balíčků se budou brát v úvahu i balíčky v předběžných verzích. Vyžaduje přepínač --outdated. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Definuje cestu k souboru projektu, který se má spustit (název složky nebo úplná cesta). Pokud se nezadá, použije se výchozí nastavení aktuálního adresáře. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Pokud zadaný adresář neexistuje, bude vytvořen. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Definuje cestu k souboru řešení, který se má spustit. Pokud se nezadá, použije se výchozí nastavení aktuálního adresáře. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp. Nepokoušejte se ke konfiguraci aplikace použít launchSettings.json nebo [app].run.json. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Cesta ke spouštěnému souboru projektu (výchozí je aktuální adresář, pokud existuje jenom jeden projekt) - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ příkazu „dotnet tool list“. Vlastnost {0} musí být objektem, pokud je zadána. + + run + run + + + + test + test + + Verbosity Podrobnosti diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf index b0152c1b2ddc..94dbb6ebf878 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf @@ -743,10 +743,10 @@ Dies entspricht dem Löschen von "project.assets.json". Hiermit werden bei der Suche nach neueren Pakete auch Pakete mit Vorabversionen berücksichtigt. Hierfür ist die Option "--outdated" erforderlich. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Definiert den Pfad der auszuführenden Projektdatei (Ordnername oder vollständiger Pfad). Wenn keine Angabe erfolgt, wird standardmäßig das aktuelle Verzeichnis verwendet. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Das angegebene Verzeichnis wird erstellt, wenn es nicht vorhanden ist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Definiert den Pfad der auszuführenden Projektmappendatei. Wenn keine Angabe erfolgt, wird standardmäßig das aktuelle Verzeichnis verwendet. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp. Versuchen Sie nicht, „launchSettings.json“ oder „[app].run.json“ zum Konfigurieren der Anwendung zu verwenden. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Der Pfad zur auszuführenden Projektdatei (standardmäßig das aktuelle Verzeichnis, falls nur ein einzelnes Projekt vorhanden ist). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ und die zugehörigen Paket-IDs für installierte Tools über den Befehl Die Eigenschaft "{0}" muss ein Objekt sein, sofern angegeben. + + run + run + + + + test + test + + Verbosity Ausführlichkeit diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf index 2a3a8fb5d834..40da8eeb0a5f 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf @@ -743,10 +743,10 @@ Esta acción es equivalente a eliminar project.assets.json. Considere la posibilidad de usar paquetes con versiones previas al buscar nuevos paquetes. Requiere la opción "--outdated". - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Define la ruta de acceso del archivo de proyecto que se va a ejecutar (nombre de carpeta o ruta de acceso completa). Si no se especifica, el valor predeterminado es el directorio actual. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Si no existe, se creará el directorio especificado. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Define la ruta de acceso del archivo de solución que se va a ejecutar. Si no se especifica, el valor predeterminado es el directorio actual. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información. No intente usar launchSettings.json o [app].run.json para configurar la aplicación. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Ruta de acceso al archivo del proyecto que debe ejecutarse (si solo hay un proyecto, es el directorio actual de forma predeterminada). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ y los identificadores de los paquetes correspondientes a las herramientas instal La propiedad "{0}" debe ser un objeto si se especifica. + + run + run + + + + test + test + + Verbosity Nivel de detalle diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf index c3159e8182ce..6cc7d03e4bd2 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf @@ -743,10 +743,10 @@ Cela équivaut à supprimer project.assets.json. Prenez en compte les packages avec des préversions quand vous recherchez des packages plus récents. Nécessite l'option '--outdated'. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Définit le chemin d’accès du fichier projet à exécuter (nom de dossier ou chemin d’accès complet). Si rien n’est spécifié, la valeur par défaut est le répertoire actif. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Le répertoire spécifié est créé, s'il n'existe pas déjà. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Définit le chemin d’accès du fichier solution à exécuter. Si rien n’est spécifié, la valeur par défaut est le répertoire actif. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp. N’essayez pas d’utiliser launchSettings.json ou [app].run.json pour configurer l’application. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Chemin du fichier projet à exécuter (la valeur par défaut est le répertoire actif s'il n'y a qu'un seul projet). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ et les ID de package correspondants aux outils installés, utilisez la commande La propriété '{0}' doit être un objet, si elle est spécifiée. + + run + run + + + + test + test + + Verbosity Verbosité diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf index dc7d41f3f845..063df10d5609 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf @@ -743,10 +743,10 @@ Equivale a eliminare project.assets.json. Prende in considerazione i pacchetti con versioni preliminari quando si cercano i pacchetti più recenti. Richiede l'opzione '--outdated'. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Definisce il percorso del file progetto da eseguire (nome cartella o percorso completo). Se non specificato, per impostazione predefinita viene usata la directory corrente. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Se non esiste, la directory specificata verrà creata. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Definisce il percorso del file soluzione da eseguire. Se non specificato, per impostazione predefinita viene usata la directory corrente. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp. Evitare di usare launchSettings.json o [app].run.json per configurare l'applicazione. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Percorso del file di progetto da eseguire. Se è presente un solo progetto, per impostazione predefinita viene usata la directory corrente. - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ e gli ID pacchetto corrispondenti per gli strumenti installati usando il comando Se è specificata, la proprietà '{0}' deve essere un oggetto. + + run + run + + + + test + test + + Verbosity Livello di dettaglio diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf index 7f103c9c4105..c517576df4ae 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf @@ -743,10 +743,10 @@ This is equivalent to deleting project.assets.json. 新しいパッケージを検索するときにプレリリース バージョンのパッケージを検討します。'--outdated' オプションが必要です。 - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - 実行するプロジェクト ファイルのパス (フォルダー名または完全パス) を定義します。指定しない場合は、既定で現在のディレクトリに設定されます。 - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ The specified directory will be created if it does not exist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - 実行するソリューション ファイルのパスを定義します。指定しない場合は、既定で現在のディレクトリに設定されます。 + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ See https://aka.ms/dotnet-test/mtp for more information. launchSettings.json または [app].run.json を使用してアプリケーションを構成しないでください。 {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - 実行するプロジェクト ファイルへのパス (プロジェクトが 1 つのみの場合、既定は現在のディレクトリです)。 - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ and the corresponding package Ids for installed tools using the command プロパティ ' {0} ' は、指定されている場合はオブジェクトである必要があります。 + + run + run + + + + test + test + + Verbosity 詳細 diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf index bc39df5fe54a..7d3e0bd74d96 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf @@ -743,10 +743,10 @@ project.assets.json을 삭제하는 것과 동일합니다. 최신 패키지를 검색할 때 시험판 버전이 있는 패키지를 고려합니다. '--outdated' 옵션이 필요합니다. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - 실행할 프로젝트 파일의 경로(폴더 이름 또는 전체 경로)를 정의합니다. 지정하지 않으면 기본적으로 현재 디렉터리가 사용됩니다. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ The specified directory will be created if it does not exist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - 실행할 솔루션 파일의 경로를 정의합니다. 지정하지 않으면 기본적으로 현재 디렉터리가 사용됩니다. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ See https://aka.ms/dotnet-test/mtp for more information. launchSettings.json 또는 [app].run.json을 사용하여 애플리케이션을 구성하지 마세요. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - 실행할 프로젝트 파일의 경로입니다(프로젝트가 하나만 있는 경우 현재 디렉터리로 기본 설정됨). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ and the corresponding package Ids for installed tools using the command '{0}' 속성이 지정된 경우 개체여야 합니다. + + run + run + + + + test + test + + Verbosity 세부 정보 표시 diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf index 3e345a828e15..7165d9fa93cd 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf @@ -743,10 +743,10 @@ Jest to równoważne usunięciu pliku project.assets.json. Podczas wyszukiwania nowszych pakietów uwzględniaj pakiety z wersjami wstępnymi. Wymaga opcji „--outdated”. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Definiuje ścieżkę pliku projektu do uruchomienia (nazwę folderu lub pełną ścieżkę). Jeśli nie zostanie określony, domyślnie będzie to bieżący katalog. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Jeśli określony katalog nie istnieje, zostanie utworzony. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Definiuje ścieżkę pliku rozwiązania do uruchomienia. Jeśli nie zostanie określony, domyślnie będzie to bieżący katalog. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp. Nie próbuj używać plików launchSettings.json ani [app].run.json do konfigurowania aplikacji. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Ścieżka do pliku projektu, który ma zostać uruchomiony (w przypadku tylko jednego projektu wartością domyślną jest bieżący katalog). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ i odpowiednie identyfikatory pakietów zainstalowanych narzędzi można znaleź Właściwość „{0}” musi być obiektem, jeśli jest określona. + + run + run + + + + test + test + + Verbosity Szczegółowość diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf index 86b8b6c89f48..2881b7a633fb 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf @@ -743,10 +743,10 @@ Isso equivale a excluir o project.assets.json. Ao procurar pacotes mais novos, considere pacotes com versões de pré-lançamento. Requer a opção '--outdated'. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Define o caminho do arquivo de projeto a ser executado (nome da pasta ou caminho completo). Se não for especificado, o padrão será o diretório atual. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ O diretório especificado será criado se ele ainda não existir. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Define o caminho do arquivo de solução a ser executado. Se não for especificado, o padrão será o diretório atual. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações. Não tente usar launchSettings.json ou [app].run.json para configurar o aplicativo. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - O caminho para o arquivo de projeto a ser executado (usará como padrão o diretório atual se houver apenas um projeto). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ e as Ids de pacote correspondentes para as ferramentas instaladas usando o coman Se especificado, a propriedade '{0}' deve ser um objeto. + + run + run + + + + test + test + + Verbosity Detalhamento diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf index 8831a34832c0..98513331278d 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf @@ -743,10 +743,10 @@ This is equivalent to deleting project.assets.json. Учитывает пакеты с версиями предварительных выпусков при поиске более новых версий пакетов. Требуется указать параметр '--outdated'. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Определяет путь к файлу проекта для выполнения (имя папки или полный путь). Если не указано, по умолчанию используется текущий каталог. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ The specified directory will be created if it does not exist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Определяет путь к файлу решения, который следует запустить. Если не указано, по умолчанию используется текущий каталог. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ See https://aka.ms/dotnet-test/mtp for more information. Не используйте launchSettings.json или [app].run.json для настройки приложения. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Путь к выполняемому файлу проекта (по умолчанию — текущий каталог, если имеется только один проект). - - PROJECT_PATH PROJECT_PATH @@ -3758,6 +3753,16 @@ and the corresponding package Ids for installed tools using the command Если свойство "{0}" задано, оно должно быть объектом. + + run + run + + + + test + test + + Verbosity Уровень детализации diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf index aebfc0f66817..1871a34bcacf 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf @@ -743,10 +743,10 @@ project.assets.json öğesini silmeyle eşdeğerdir. Daha yeni paketleri ararken yayın öncesi sürümlere sahip olan paketleri göz önünde bulundurun. '--outdated' seçeneğini gerektirir. - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - Çalıştırılacak proje dosyasının yolunu (klasör adı veya tam yol) belirtir. Belirtilmezse, varsayılan olarak geçerli dizine ayarlar. - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ Belirtilen dizin yoksa oluşturulur. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - Çalıştırılacak çözüm dosyasının yolunu belirtir. Belirtilmezse, varsayılan olarak geçerli dizine ayarlar. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın. Uygulamayı yapılandırmak için launchSettings.json veya [app].run.json dosyalarını kullanmaya çalışmayın. {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - Çalıştırılacak proje dosyasının yolu (yalnızca bir proje varsa, geçerli dizin varsayılan olarak kullanılır). - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ karşılık gelen paket kimliklerini bulmak için '{0}' özelliği belirtilmişse bir nesne olmalıdır. + + run + run + + + + test + test + + Verbosity Ayrıntı düzeyi diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf index 19e35a25e314..eb9df9acea51 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf @@ -743,10 +743,10 @@ This is equivalent to deleting project.assets.json. 在搜索较新的包时,请考虑使用具有预发行版本的包。需要 "--outdated" 选项。 - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - 定义要运行的项目文件的路径(文件夹名称或完整路径)。如果未指定,则默认为当前目录。 - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ The specified directory will be created if it does not exist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - 定义要运行的解决方案文件的路径。如果未指定,则默认为当前目录。 + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ See https://aka.ms/dotnet-test/mtp for more information. 请勿尝试使用 launchSettings.json 或 [app].run.json 来配置应用程序。 {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - 要运行的项目文件的路径(如果只有一个项目,则默认使用当前目录)。 - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ and the corresponding package Ids for installed tools using the command 如果指定,则属性“{0}”必须是一个对象。 + + run + run + + + + test + test + + Verbosity 详细程度 diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf index 10e1068997b1..407f58702c23 100644 --- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf +++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf @@ -743,10 +743,10 @@ This is equivalent to deleting project.assets.json. 在搜尋較新套件時,建議搜尋具有發行前版本的套件。需要使用 '--outdated' 選項。 - - Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory. - 定義要執行的專案檔案路徑 (資料夾名稱或完整路徑)。如果未指定,則預設為目前目錄。 - + + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + Defines the path of the project file to {0}. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory. + {0} is the verb (e.g., "test", "run") PROJECT_PATH @@ -796,8 +796,8 @@ The specified directory will be created if it does not exist. - Defines the path of the solution file to run. If not specified, it defaults to the current directory. - 定義要執行的解決方案檔案的路徑。如果未指定,則預設為目前目錄。 + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. + Defines the path of the solution file to test. Use path to the solution file, or path to the directory containing the solution file. If not specified, it defaults to the current directory. @@ -986,11 +986,6 @@ See https://aka.ms/dotnet-test/mtp for more information. 請勿嘗試使用 launchSettings.json 或 [app].run.json 設定該應用程式。 {Locked="launchSettings.json"}{Locked=".run.json"} - - The path to the project file to run (defaults to the current directory if there is only one project). - 要執行之專案檔的路徑 (如果只有一個專案,預設為目前的目錄)。 - - PROJECT_PATH PROJECT_PATH @@ -3757,6 +3752,16 @@ and the corresponding package Ids for installed tools using the command 如果屬性 '{0}' 受到指定,則其必須為物件。 + + run + run + + + + test + test + + Verbosity 詳細程度 diff --git a/test/dotnet.Tests/CompletionTests/snapshots/pwsh/DotnetCliSnapshotTests.VerifyCompletions.verified.ps1 b/test/dotnet.Tests/CompletionTests/snapshots/pwsh/DotnetCliSnapshotTests.VerifyCompletions.verified.ps1 index 7a9a85fb4e49..6ba0ef97da25 100644 --- a/test/dotnet.Tests/CompletionTests/snapshots/pwsh/DotnetCliSnapshotTests.VerifyCompletions.verified.ps1 +++ b/test/dotnet.Tests/CompletionTests/snapshots/pwsh/DotnetCliSnapshotTests.VerifyCompletions.verified.ps1 @@ -831,7 +831,7 @@ Register-ArgumentCompleter -Native -CommandName 'testhost' -ScriptBlock { [CompletionResult]::new('--framework', '-f', [CompletionResultType]::ParameterName, "The target framework to run for. The target framework must also be specified in the project file.") [CompletionResult]::new('--runtime', '--runtime', [CompletionResultType]::ParameterName, "The target runtime to run for.") [CompletionResult]::new('--runtime', '-r', [CompletionResultType]::ParameterName, "The target runtime to run for.") - [CompletionResult]::new('--project', '--project', [CompletionResultType]::ParameterName, "The path to the project file to run (defaults to the current directory if there is only one project).") + [CompletionResult]::new('--project', '--project', [CompletionResultType]::ParameterName, "Defines the path of the project file to run. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory.") [CompletionResult]::new('--file', '--file', [CompletionResultType]::ParameterName, "The path to the file-based app to run (can be also passed as the first argument if there is no project in the current directory).") [CompletionResult]::new('--launch-profile', '--launch-profile', [CompletionResultType]::ParameterName, "The name of the launch profile (if any) to use when launching the application.") [CompletionResult]::new('--launch-profile', '-lp', [CompletionResultType]::ParameterName, "The name of the launch profile (if any) to use when launching the application.") diff --git a/test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh b/test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh index f574e688099f..e0fea56699eb 100644 --- a/test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh +++ b/test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh @@ -875,7 +875,7 @@ _testhost() { '-f=[The target framework to run for. The target framework must also be specified in the project file.]:FRAMEWORK:->dotnet_dynamic_complete' \ '--runtime=[The target runtime to run for.]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \ '-r=[The target runtime to run for.]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \ - '--project=[The path to the project file to run (defaults to the current directory if there is only one project).]:PROJECT_PATH: ' \ + '--project=[Defines the path of the project file to run. Use path to the project file, or path to the directory containing the project file. If not specified, it defaults to the current directory.]:PROJECT_PATH: ' \ '--file=[The path to the file-based app to run (can be also passed as the first argument if there is no project in the current directory).]:FILE_PATH: ' \ '--launch-profile=[The name of the launch profile (if any) to use when launching the application.]:LAUNCH_PROFILE: ' \ '-lp=[The name of the launch profile (if any) to use when launching the application.]:LAUNCH_PROFILE: ' \