
This commit attempts to make the command line help user experience for `dotnet` more consistent for all of the built-in SDK commands. The following has been changed: * Organized the top-level help into a section detailing how to run .NET applications and a section on running SDK commands. * Sorted the SDK commands by name (previous ordering was undefined). * Removed `--verbosity` from the "common options section" since it is not a top-level option, nor is it common to all commands. * Added missing parameter names for parameterized options (especially for the `dotnet tool` subcommands). * Fixed the localization of parameter names for parameterized options. * Added missing `PROJECT` parameter to a few commands. * Fixed the localization of the build command's `PROJECT` parameter description. * Fixed the confusing descriptions for the `--framework`, `--configuration`, and `--runtime` options that were being shared between different commands. * Fixed the "unknown command" error for `dotnet help <command>` to show in red. * Deleted .resx for `dotnet msbuild` that is no longer used. * Change the option descriptions to be more consistent in their grammatical structure. * Removed extra blank line from end of help output. Fixes #7431. Fixes #9230. Fixes #9165.
32 lines
No EOL
1.6 KiB
XML
32 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
|
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
|
|
<body>
|
|
<trans-unit id="AppFullName">
|
|
<source>Add a project-to-project reference to the project.</source>
|
|
<target state="needs-review-translation">Comando Aggiungi riferimento P2P (da progetto a progetto) .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to add project to project reference</source>
|
|
<target state="translated">Comando per aggiungere il riferimento P2P (da progetto a progetto)</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFrameworkDescription">
|
|
<source>Add the reference only when targeting a specific framework.</source>
|
|
<target state="needs-review-translation">Aggiunge il riferimento solo se destinato a un framework specifico</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ProjectPathArgumentName">
|
|
<source>PROJECT_PATH</source>
|
|
<target state="new">PROJECT_PATH</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ProjectPathArgumentDescription">
|
|
<source>The paths to the projects to add as references.</source>
|
|
<target state="new">The paths to the projects to add as references.</target>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |