// <auto-generated>
using System.Reflection;
namespace Microsoft.DotNet.Cli
{
internal static partial class CommandDefinitionStrings
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CommandDefinitionStrings)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
/// <summary>Do not display the startup banner or the copyright message.</summary>
internal static string @NoLogoOptionDescription => GetResourceString("NoLogoOptionDescription");
/// <summary>Package reference</summary>
internal static string @PackageReference => GetResourceString("PackageReference");
/// <summary>Required command was not provided.</summary>
internal static string @RequiredCommandNotPassed => GetResourceString("RequiredCommandNotPassed");
/// <summary>PROJECT | FILE</summary>
internal static string @ProjectOrFileArgumentName => GetResourceString("ProjectOrFileArgumentName");
/// <summary>The project file to operate on. If a file is not specified, the command will search the current directory for one.</summary>
internal static string @ProjectArgumentDescription => GetResourceString("ProjectArgumentDescription");
/// <summary>The project file or C# file-based app to operate on. If a file is not specified, the command will search the current directory for a project file.</summary>
internal static string @ProjectOrFileArgumentDescription => GetResourceString("ProjectOrFileArgumentDescription");
/// <summary>The file-based app to operate on.</summary>
internal static string @FileArgumentDescription => GetResourceString("FileArgumentDescription");
/// <summary>FRAMEWORK</summary>
internal static string @CommonCmdFramework => GetResourceString("CommonCmdFramework");
/// <summary>Set the MSBuild verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].</summary>
internal static string @VerbosityOptionDescription => GetResourceString("VerbosityOptionDescription");
/// <summary>Set the value of the $(VersionSuffix) property to use when building the project.</summary>
internal static string @CmdVersionSuffixDescription => GetResourceString("CmdVersionSuffixDescription");
/// <summary>Do not restore the project before building.</summary>
internal static string @NoRestoreDescription => GetResourceString("NoRestoreDescription");
/// <summary>LEVEL</summary>
internal static string @LevelArgumentName => GetResourceString("LevelArgumentName");
/// <summary>FRAMEWORK</summary>
internal static string @FrameworkArgumentName => GetResourceString("FrameworkArgumentName");
/// <summary>RUNTIME_IDENTIFIER</summary>
internal static string @RuntimeIdentifierArgumentName => GetResourceString("RuntimeIdentifierArgumentName");
/// <summary>CONFIGURATION</summary>
internal static string @ConfigurationArgumentName => GetResourceString("ConfigurationArgumentName");
/// <summary>VERSION_SUFFIX</summary>
internal static string @VersionSuffixArgumentName => GetResourceString("VersionSuffixArgumentName");
/// <summary>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</summary>
internal static string @SolutionOrProjectArgumentDescription => GetResourceString("SolutionOrProjectArgumentDescription");
/// <summary>PROJECT | SOLUTION</summary>
internal static string @SolutionOrProjectArgumentName => GetResourceString("SolutionOrProjectArgumentName");
/// <summary>The project or solution or C# (file-based program) file to operate on. If a file is not specified, the command will search the current directory for a project or solution.</summary>
internal static string @SolutionOrProjectOrFileArgumentDescription => GetResourceString("SolutionOrProjectOrFileArgumentDescription");
/// <summary>PROJECT | SOLUTION | FILE</summary>
internal static string @SolutionOrProjectOrFileArgumentName => GetResourceString("SolutionOrProjectOrFileArgumentName");
/// <summary>Allows the command to stop and wait for user input or action (for example to complete authentication).</summary>
internal static string @CommandInteractiveOptionDescription => GetResourceString("CommandInteractiveOptionDescription");
/// <summary>Allows prerelease packages to be installed.</summary>
internal static string @CommandPrereleaseOptionDescription => GetResourceString("CommandPrereleaseOptionDescription");
/// <summary>The target architecture.</summary>
internal static string @ArchitectureOptionDescription => GetResourceString("ArchitectureOptionDescription");
/// <summary>The target operating system.</summary>
internal static string @OperatingSystemOptionDescription => GetResourceString("OperatingSystemOptionDescription");
/// <summary>Resolving the current runtime identifier failed.</summary>
internal static string @CannotResolveRuntimeIdentifier => GetResourceString("CannotResolveRuntimeIdentifier");
/// <summary>Specifying both the `-r|--runtime` and `-a|--arch` options is not supported.</summary>
internal static string @CannotSpecifyBothRuntimeAndArchOptions => GetResourceString("CannotSpecifyBothRuntimeAndArchOptions");
/// <summary>Specifying both the `-r|--runtime` and `-os` options is not supported.</summary>
internal static string @CannotSpecifyBothRuntimeAndOsOptions => GetResourceString("CannotSpecifyBothRuntimeAndOsOptions");
/// <summary>Sets the value of an environment variable.
/// Creates the variable if it does not exist, overrides if it does.
/// This argument can be specified multiple times to provide multiple variables.
///
/// Examples:
/// -e VARIABLE=abc
/// -e VARIABLE="value with spaces"
/// -e VARIABL ...</summary>
internal static string @CmdEnvironmentVariableDescription => GetResourceString("CmdEnvironmentVariableDescription");
/// <summary>Sets the value of an environment variable.
/// Creates the variable if it does not exist, overrides if it does.
/// This will force the tests to be run in an isolated process.
/// This argument can be specified multiple times to provide multiple variables.
///
/// Example ...</summary>
internal static string @CmdTestEnvironmentVariableDescription => GetResourceString("CmdTestEnvironmentVariableDescription");
/// <summary>NAME="VALUE"</summary>
internal static string @CmdEnvironmentVariableExpression => GetResourceString("CmdEnvironmentVariableExpression");
/// <summary>Incorrectly formatted environment variables: {0}</summary>
internal static string @IncorrectlyFormattedEnvironmentVariables => GetResourceString("IncorrectlyFormattedEnvironmentVariables");
/// <summary>Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine.
/// The default is 'false.' However, when targeting .NET 7 or lower, the default is 'true' if a runtime identifier is specified.</summary>
internal static string @SelfContainedOptionDescription => GetResourceString("SelfContainedOptionDescription");
/// <summary>Publish your application as a framework dependent application. A compatible .NET runtime must be installed on the target machine to run your application.</summary>
internal static string @FrameworkDependentOptionDescription => GetResourceString("FrameworkDependentOptionDescription");
/// <summary>The '--self-contained' and '--no-self-contained' options cannot be used together.</summary>
internal static string @SelfContainAndNoSelfContainedConflict => GetResourceString("SelfContainAndNoSelfContainedConflict");
/// <summary>Force the command to ignore any persistent build servers.</summary>
internal static string @DisableBuildServersOptionDescription => GetResourceString("DisableBuildServersOptionDescription");
/// <summary>ARCH</summary>
internal static string @ArchArgumentName => GetResourceString("ArchArgumentName");
/// <summary>OS</summary>
internal static string @OSArgumentName => GetResourceString("OSArgumentName");
/// <summary>The artifacts path. All output from the project, including build, publish, and pack output, will go in subfolders under the specified path.</summary>
internal static string @ArtifactsPathOptionDescription => GetResourceString("ArtifactsPathOptionDescription");
/// <summary>ARTIFACTS_DIR</summary>
internal static string @ArtifactsPathArgumentName => GetResourceString("ArtifactsPathArgumentName");
/// <summary>Unrecognized command or argument '{0}'</summary>
internal static string @UnrecognizedCommandOrArgument => GetResourceString("UnrecognizedCommandOrArgument");
/// <summary>Enable diagnostic output.</summary>
internal static string @SDKDiagnosticsCommandDefinition => GetResourceString("SDKDiagnosticsCommandDefinition");
/// <summary>Package reference in the form of a package identifier like '{0}' or package identifier and version separated by '@' like '{0}@{1}'.</summary>
internal static string @PackageIdentityArgumentDescription => GetResourceString("PackageIdentityArgumentDescription");
/// <summary>Package reference id and version must not be null.</summary>
internal static string @PackageIdentityArgumentIdOrVersionIsNull => GetResourceString("PackageIdentityArgumentIdOrVersionIsNull");
/// <summary>Invalid version string: {0}</summary>
internal static string @InvalidVersion => GetResourceString("InvalidVersion");
/// <summary>Accept all confirmation prompts using "yes."</summary>
internal static string @YesOptionDescription => GetResourceString("YesOptionDescription");
/// <summary>Add one or more projects to a solution file.</summary>
internal static string @AddAppFullName => GetResourceString("AddAppFullName");
/// <summary>The paths to the projects to add to the solution.</summary>
internal static string @AddProjectPathArgumentDescription => GetResourceString("AddProjectPathArgumentDescription");
/// <summary>PROJECT_PATH</summary>
internal static string @AddProjectPathArgumentName => GetResourceString("AddProjectPathArgumentName");
/// <summary>The destination solution folder path to add the projects to.</summary>
internal static string @AddProjectSolutionFolderArgumentDescription => GetResourceString("AddProjectSolutionFolderArgumentDescription");
/// <summary>Only update advertising manifests.</summary>
internal static string @AdManifestOnlyOptionDescription => GetResourceString("AdManifestOnlyOptionDescription");
/// <summary>Allow package downgrade when installing a .NET tool package.</summary>
internal static string @AllowPackageDowngradeOptionDescription => GetResourceString("AllowPackageDowngradeOptionDescription");
/// <summary>.NET Builder</summary>
internal static string @BuildAppFullName => GetResourceString("BuildAppFullName");
/// <summary>The configuration to use for building the project. The default for most projects is 'Debug'.</summary>
internal static string @BuildConfigurationOptionDescription => GetResourceString("BuildConfigurationOptionDescription");
/// <summary>The target framework to build for. The target framework must also be specified in the project file.</summary>
internal static string @BuildFrameworkOptionDescription => GetResourceString("BuildFrameworkOptionDescription");
/// <summary>The output directory to place built artifacts in.</summary>
internal static string @BuildOutputOptionDescription => GetResourceString("BuildOutputOptionDescription");
/// <summary>The target runtime to build for.</summary>
internal static string @BuildRuntimeOptionDescription => GetResourceString("BuildRuntimeOptionDescription");
/// <summary>Interact with servers started from a build.</summary>
internal static string @BuildServerCommandDescription => GetResourceString("BuildServerCommandDescription");
/// <summary>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</summary>
internal static string @BuildServerShutdownCommandDescription => GetResourceString("BuildServerShutdownCommandDescription");
/// <summary>Cannot specify both the {0} and {1} arguments.</summary>
internal static string @CannotCombineSearchStringAndVersion => GetResourceString("CannotCombineSearchStringAndVersion");
/// <summary>Causes clean to remove and uninstall all workload components from all SDK versions.</summary>
internal static string @CleanAllOptionDescription => GetResourceString("CleanAllOptionDescription");
/// <summary>.NET Clean Command</summary>
internal static string @CleanAppFullName => GetResourceString("CleanAppFullName");
/// <summary>OUTPUT_DIR</summary>
internal static string @CleanCmdOutputDir => GetResourceString("CleanCmdOutputDir");
/// <summary>The directory containing the build artifacts to clean.</summary>
internal static string @CleanCmdOutputDirDescription => GetResourceString("CleanCmdOutputDirDescription");
/// <summary>The configuration to clean for. The default for most projects is 'Debug'.</summary>
internal static string @CleanConfigurationOptionDescription => GetResourceString("CleanConfigurationOptionDescription");
/// <summary>The target framework to clean for. The target framework must also be specified in the project file.</summary>
internal static string @CleanFrameworkOptionDescription => GetResourceString("CleanFrameworkOptionDescription");
/// <summary>The target runtime to clean for.</summary>
internal static string @CleanRuntimeOptionDescription => GetResourceString("CleanRuntimeOptionDescription");
/// <summary>Removes artifacts created for file-based apps</summary>
internal static string @CleanFileBasedAppArtifactsCommandDescription => GetResourceString("CleanFileBasedAppArtifactsCommandDescription");
/// <summary>Determines changes without actually modifying the file system</summary>
internal static string @CleanFileBasedAppArtifactsDryRun => GetResourceString("CleanFileBasedAppArtifactsDryRun");
/// <summary>How many days an artifact folder needs to be unused in order to be removed</summary>
internal static string @CleanFileBasedAppArtifactsDays => GetResourceString("CleanFileBasedAppArtifactsDays");
/// <summary>Enables collecting crash dump on expected as well as unexpected testhost exit.</summary>
internal static string @CmdBlameCrashCollectAlwaysDescription => GetResourceString("CmdBlameCrashCollectAlwaysDescription");
/// <summary>Runs the tests in blame mode and collects a crash dump when the test host exits unexpectedly. This option depends on the version of .NET used, the type of error, and the operating system.
///
/// For exceptions in managed code, a dump will be automatically collec ...</summary>
internal static string @CmdBlameCrashDescription => GetResourceString("CmdBlameCrashDescription");
/// <summary>The type of crash dump to be collected. Supported values are full (default) and mini. Implies --blame-crash.</summary>
internal static string @CmdBlameCrashDumpTypeDescription => GetResourceString("CmdBlameCrashDumpTypeDescription");
/// <summary>Runs the tests in blame mode. This option is helpful in isolating problematic tests that cause the test host to crash or hang, but it does not create a memory dump by default.
///
/// When a crash is detected, it creates an sequence file in TestResults/guid/guid_ ...</summary>
internal static string @CmdBlameDescription => GetResourceString("CmdBlameDescription");
/// <summary>Run the tests in blame mode and enables collecting hang dump when test exceeds the given timeout.</summary>
internal static string @CmdBlameHangDescription => GetResourceString("CmdBlameHangDescription");
/// <summary>The type of crash dump to be collected. The supported values are full (default), mini, and none. When 'none' is used then test host is terminated on timeout, but no dump is collected. Implies --blame-hang.</summary>
internal static string @CmdBlameHangDumpTypeDescription => GetResourceString("CmdBlameHangDumpTypeDescription");
/// <summary>Per-test timeout, after which hang dump is triggered and the testhost process is terminated. Default is 1h.
/// The timeout value is specified in the following format: 1.5h / 90m / 5400s / 5400000ms. When no unit is used (e.g. 5400000), the value is assumed to ...</summary>
internal static string @CmdBlameHangTimeoutDescription => GetResourceString("CmdBlameHangTimeoutDescription");
/// <summary>The friendly name of the data collector to use for the test run.
/// More info here: https://aka.ms/vstest-collect</summary>
internal static string @cmdCollectDescription => GetResourceString("cmdCollectDescription");
/// <summary>DATA_COLLECTOR_NAME</summary>
internal static string @cmdCollectFriendlyName => GetResourceString("cmdCollectFriendlyName");
/// <summary>CONFIG_FILE</summary>
internal static string @CmdConfig => GetResourceString("CmdConfig");
/// <summary>The path to the NuGet config file to use. Requires the '--outdated', '--deprecated' or '--vulnerable' option.</summary>
internal static string @CmdConfigDescription => GetResourceString("CmdConfigDescription");
/// <summary>FILE</summary>
internal static string @CmdConfigFileOption => GetResourceString("CmdConfigFileOption");
/// <summary>The NuGet configuration file to use.</summary>
internal static string @CmdConfigFileOptionDescription => GetResourceString("CmdConfigFileOptionDescription");
/// <summary>Use current runtime as the target runtime.</summary>
internal static string @CmdCurrentRuntimeOptionDescription => GetResourceString("CmdCurrentRuntimeOptionDescription");
/// <summary>Lists packages that have been deprecated. Cannot be combined with '--vulnerable' or '--outdated' options.</summary>
internal static string @CmdDeprecatedDescription => GetResourceString("CmdDeprecatedDescription");
/// <summary>Prevent restoring multiple projects in parallel.</summary>
internal static string @CmdDisableParallelOptionDescription => GetResourceString("CmdDisableParallelOptionDescription");
/// <summary>EXPRESSION</summary>
internal static string @CmdExpressionName => GetResourceString("CmdExpressionName");
/// <summary>Path to the file-based program.</summary>
internal static string @CmdFileDescription => GetResourceString("CmdFileDescription");
/// <summary>Force conversion even if there are malformed directives.</summary>
internal static string @CmdOptionForceDescription => GetResourceString("CmdOptionForceDescription");
/// <summary>Force all dependencies to be resolved even if the last restore was successful.
/// This is equivalent to deleting project.assets.json.</summary>
internal static string @CmdForceRestoreOptionDescription => GetResourceString("CmdForceRestoreOptionDescription");
/// <summary>Specifies the output format type for the list packages command.</summary>
internal static string @CmdFormatDescription => GetResourceString("CmdFormatDescription");
/// <summary>Consider only the packages with a matching major version number when searching for newer packages. Requires the '--outdated' option.</summary>
internal static string @CmdHighestMinorDescription => GetResourceString("CmdHighestMinorDescription");
/// <summary>Consider only the packages with a matching major and minor version numbers when searching for newer packages. Requires the '--outdated' option.</summary>
internal static string @CmdHighestPatchDescription => GetResourceString("CmdHighestPatchDescription");
/// <summary>Treat package source failures as warnings.</summary>
internal static string @CmdIgnoreFailedSourcesOptionDescription => GetResourceString("CmdIgnoreFailedSourcesOptionDescription");
/// <summary>Include PDBs and source files. Source files go into the 'src' folder in the resulting nuget package.</summary>
internal static string @CmdIncludeSourceDescription => GetResourceString("CmdIncludeSourceDescription");
/// <summary>Include packages with symbols in addition to regular packages in output directory.</summary>
internal static string @CmdIncludeSymbolsDescription => GetResourceString("CmdIncludeSymbolsDescription");
/// <summary>List the discovered tests instead of running the tests. Optionally accepts a format: 'text' (default) for human-readable output or 'json' for machine-readable output.</summary>
internal static string @CmdListTestsDescription => GetResourceString("CmdListTestsDescription");
/// <summary>Affected-test selection is experimental. Set the '{0}' environment variable to '1' to enable it.</summary>
internal static string @CmdAffectedTestsFeatureDisabled => GetResourceString("CmdAffectedTestsFeatureDisabled");
/// <summary>The options '--collect-test-map' and '--affected-tests' cannot be used together.</summary>
internal static string @CmdAffectedTestsOptionsMutuallyExclusive => GetResourceString("CmdAffectedTestsOptionsMutuallyExclusive");
/// <summary>Run tests and write the source-to-test map used by affected-test selection.</summary>
internal static string @CmdCollectTestMapDescription => GetResourceString("CmdCollectTestMapDescription");
/// <summary>The option '--collect-test-map' cannot be combined with '--max-parallel-test-modules'. Test maps are collected one module at a time.</summary>
internal static string @CmdCollectTestMapCannotRunModulesInParallel => GetResourceString("CmdCollectTestMapCannotRunModulesInParallel");
/// <summary>The option '--collect-test-map' cannot be combined with '--minimum-expected-tests'. Collection batches do not report test totals to the parent process.</summary>
internal static string @CmdCollectTestMapCannotRequireMinimumTests => GetResourceString("CmdCollectTestMapCannotRequireMinimumTests");
/// <summary>Run only tests linked in the test map to sources changed in Git.</summary>
internal static string @CmdAffectedTestsDescription => GetResourceString("CmdAffectedTestsDescription");
/// <summary>Don't allow updating project lock file.</summary>
internal static string @CmdLockedModeOptionDescription => GetResourceString("CmdLockedModeOptionDescription");
/// <summary>LOCK_FILE_PATH</summary>
internal static string @CmdLockFilePathOption => GetResourceString("CmdLockFilePathOption");
/// <summary>Output location where project lock file is written. By default, this is 'PROJECT_ROOT\packages.lock.json'.</summary>
internal static string @CmdLockFilePathOptionDescription => GetResourceString("CmdLockFilePathOptionDescription");
/// <summary>The logger to use for test results.
/// Examples:
/// Log in trx format using a unique file name: --logger trx
/// Log in trx format using the speci ...</summary>
internal static string @CmdLoggerDescription => GetResourceString("CmdLoggerDescription");
/// <summary>LOGGER</summary>
internal static string @CmdLoggerOption => GetResourceString("CmdLoggerOption");
/// <summary>The max number of test modules that can run in parallel.</summary>
internal static string @CmdMaxParallelTestModulesDescription => GetResourceString("CmdMaxParallelTestModulesDescription");
/// <summary>Disable ANSI output.</summary>
internal static string @CmdNoAnsiDescription => GetResourceString("CmdNoAnsiDescription");
/// <summary>Do not build the project before testing. Implies --no-restore.</summary>
internal static string @CmdNoBuildDescription => GetResourceString("CmdNoBuildDescription");
/// <summary>Do not build the project before packing. Implies --no-restore.</summary>
internal static string @CmdNoBuildOptionDescription => GetResourceString("CmdNoBuildOptionDescription");
/// <summary>Do not cache packages and http requests.</summary>
internal static string @CmdNoCacheOptionDescription => GetResourceString("CmdNoCacheOptionDescription");
/// <summary>Prevent default exclusion of NuGet package files and files and folders starting with a dot, e.g. .svn.</summary>
internal static string @CmdNoDefaultExcludesDescription => GetResourceString("CmdNoDefaultExcludesDescription");
/// <summary>Do not restore project-to-project references and only restore the specified project.</summary>
internal static string @CmdNoDependenciesOptionDescription => GetResourceString("CmdNoDependenciesOptionDescription");
/// <summary>Disable Http Caching for packages.</summary>
internal static string @CmdNoHttpCacheOptionDescription => GetResourceString("CmdNoHttpCacheOptionDescription");
/// <summary>Do not merge compatible artifacts, such as TRX reports or code coverage files, produced by different test applications.</summary>
internal static string @CmdNoArtifactPostProcessingDescription => GetResourceString("CmdNoArtifactPostProcessingDescription");
/// <summary>Disable progress reporting.</summary>
internal static string @CmdNoProgressDescription => GetResourceString("CmdNoProgressDescription");
/// <summary>NUMBER</summary>
internal static string @CmdNumberName => GetResourceString("CmdNumberName");
/// <summary>Lists packages that have newer versions. Cannot be combined with '--deprecated' or '--vulnerable' options.</summary>
internal static string @CmdOutdatedDescription => GetResourceString("CmdOutdatedDescription");
/// <summary>The output directory to place built artifacts in.</summary>
internal static string @CmdOutputDescription => GetResourceString("CmdOutputDescription");
/// <summary>Specifies the version of machine-readable output. Requires the '--format json' option.</summary>
internal static string @CmdOutputVersionDescription => GetResourceString("CmdOutputVersionDescription");
/// <summary>Do not restore before running the command.</summary>
internal static string @CmdNoRestoreDescription => GetResourceString("CmdNoRestoreDescription");
/// <summary>PACKAGE_NAME</summary>
internal static string @CmdPackage => GetResourceString("CmdPackage");
/// <summary>PACKAGE_DIR</summary>
internal static string @CmdPackageDirectory => GetResourceString("CmdPackageDirectory");
/// <summary>The directory to restore packages to.</summary>
internal static string @CmdPackageDirectoryDescription => GetResourceString("CmdPackageDirectoryDescription");
/// <summary>PACKAGES_DIR</summary>
internal static string @CmdPackagesOption => GetResourceString("CmdPackagesOption");
/// <summary>The directory to restore packages to.</summary>
internal static string @CmdPackagesOptionDescription => GetResourceString("CmdPackagesOptionDescription");
/// <summary>LOG_FILE</summary>
internal static string @CmdPathToLogFile => GetResourceString("CmdPathToLogFile");
/// <summary>Enable verbose logging to the specified file.</summary>
internal static string @CmdPathTologFileDescription => GetResourceString("CmdPathTologFileDescription");
/// <summary>RESULTS_DIR</summary>
internal static string @CmdPathToResultsDirectory => GetResourceString("CmdPathToResultsDirectory");
/// <summary>Consider packages with prerelease versions when searching for newer packages. Requires the '--outdated' option.</summary>
internal static string @CmdPrereleaseDescription => GetResourceString("CmdPrereleaseDescription");
/// <summary>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.</summary>
internal static string @CmdProjectDescriptionFormat => GetResourceString("CmdProjectDescriptionFormat");
/// <summary>Defines the path of the project, solution, or C# file-based app to test. Use path to the file, or path to the directory containing the project or solution file. If not specified, it defaults to the current directory.</summary>
internal static string @CmdProjectOrSolutionDescriptionFormat => GetResourceString("CmdProjectOrSolutionDescriptionFormat");
/// <summary>PROJECT_OR_SOLUTION_PATH</summary>
internal static string @CmdProjectOrSolutionPathName => GetResourceString("CmdProjectOrSolutionPathName");
/// <summary>Forces restore to reevaluate all dependencies even if a lock file already exists.</summary>
internal static string @CmdReevaluateOptionDescription => GetResourceString("CmdReevaluateOptionDescription");
/// <summary>The directory where the test results will be placed.
/// The specified directory will be created if it does not exist.</summary>
internal static string @CmdResultsDirectoryDescription => GetResourceString("CmdResultsDirectoryDescription");
/// <summary>Specifies how test results are organized within the results directory.
/// 'flat' (the default) places the results of every test project directly in the results directory.
/// 'per-module' gives every test project its own '<project>/<target-framework>_<runtime>' s ...</summary>
internal static string @CmdResultsDirectoryLayoutDescription => GetResourceString("CmdResultsDirectoryLayoutDescription");
/// <summary>LAYOUT</summary>
internal static string @CmdResultsDirectoryLayoutName => GetResourceString("CmdResultsDirectoryLayoutName");
/// <summary>Specifies a testconfig.json file.</summary>
internal static string @CmdConfigFileDescription => GetResourceString("CmdConfigFileDescription");
/// <summary>CONFIG_FILE</summary>
internal static string @CmdConfigFilePath => GetResourceString("CmdConfigFilePath");
/// <summary>Output directory of the diagnostic logging.
/// If not specified the file will be generated inside the default 'TestResults' directory.</summary>
internal static string @CmdDiagnosticOutputDirectoryDescription => GetResourceString("CmdDiagnosticOutputDirectoryDescription");
/// <summary>DIAGNOSTIC_DIR</summary>
internal static string @CmdDiagnosticOutputDirectoryPath => GetResourceString("CmdDiagnosticOutputDirectoryPath");
/// <summary>ROOT_PATH</summary>
internal static string @CmdRootPathName => GetResourceString("CmdRootPathName");
/// <summary>RUNTIME_IDENTIFIER</summary>
internal static string @CmdRuntimeOption => GetResourceString("CmdRuntimeOption");
/// <summary>The target runtime to restore packages for.</summary>
internal static string @CmdRuntimeOptionDescription => GetResourceString("CmdRuntimeOptionDescription");
/// <summary>Set the serviceable flag in the package. See https://aka.ms/nupkgservicing for more information.</summary>
internal static string @CmdServiceableDescription => GetResourceString("CmdServiceableDescription");
/// <summary>The settings file to use when running tests.</summary>
internal static string @CmdSettingsDescription => GetResourceString("CmdSettingsDescription");
/// <summary>SETTINGS_FILE</summary>
internal static string @CmdSettingsFile => GetResourceString("CmdSettingsFile");
/// <summary>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.</summary>
internal static string @CmdSolutionDescription => GetResourceString("CmdSolutionDescription");
/// <summary>SOLUTION_PATH</summary>
internal static string @CmdSolutionPathName => GetResourceString("CmdSolutionPathName");
/// <summary>SOURCE</summary>
internal static string @CmdSourceOption => GetResourceString("CmdSourceOption");
/// <summary>The NuGet package source to use for the restore.</summary>
internal static string @CmdSourceOptionDescription => GetResourceString("CmdSourceOptionDescription");
/// <summary>ADAPTER_PATH</summary>
internal static string @CmdTestAdapterPath => GetResourceString("CmdTestAdapterPath");
/// <summary>The path to the custom adapters to use for the test run.</summary>
internal static string @CmdTestAdapterPathDescription => GetResourceString("CmdTestAdapterPathDescription");
/// <summary>Run tests that match the given expression.
/// Examples:
/// Run tests with priority set to 1: --filter "Priority = 1"
/// Run a test with the speci ...</summary>
internal static string @CmdTestCaseFilterDescription => GetResourceString("CmdTestCaseFilterDescription");
/// <summary>EXPRESSION</summary>
internal static string @CmdTestCaseFilterExpression => GetResourceString("CmdTestCaseFilterExpression");
/// <summary>Run tests for the specified test modules.</summary>
internal static string @CmdTestModulesDescription => GetResourceString("CmdTestModulesDescription");
/// <summary>The test modules have the specified root directory.</summary>
internal static string @CmdTestModulesRootDirectoryDescription => GetResourceString("CmdTestModulesRootDirectoryDescription");
/// <summary>Verbosity of test output.</summary>
internal static string @CmdTestOutputDescription => GetResourceString("CmdTestOutputDescription");
/// <summary>Lists transitive and top-level packages.</summary>
internal static string @CmdTransitiveDescription => GetResourceString("CmdTransitiveDescription");
/// <summary>Test runner '{0}' is not supported.</summary>
internal static string @CmdUnsupportedTestRunnerDescription => GetResourceString("CmdUnsupportedTestRunnerDescription");
/// <summary>Enables project lock file to be generated and used with restore.</summary>
internal static string @CmdUseLockFileOptionDescription => GetResourceString("CmdUseLockFileOptionDescription");
/// <summary>VERSION</summary>
internal static string @CmdVersion => GetResourceString("CmdVersion");
/// <summary>The version of the package to add.</summary>
internal static string @CmdVersionDescription => GetResourceString("CmdVersionDescription");
/// <summary>Lists packages that have known vulnerabilities. Cannot be combined with '--deprecated' or '--outdated' options.</summary>
internal static string @CmdVulnerableDescription => GetResourceString("CmdVulnerableDescription");
/// <summary>The SDK command to launch online help for.</summary>
internal static string @CommandArgumentDescription => GetResourceString("CommandArgumentDescription");
/// <summary>COMMAND_NAME</summary>
internal static string @CommandArgumentName => GetResourceString("CommandArgumentName");
/// <summary>The command name of the tool to run.</summary>
internal static string @CommandNameArgumentDescription => GetResourceString("CommandNameArgumentDescription");
/// <summary>COMMAND_NAME</summary>
internal static string @CommandNameArgumentName => GetResourceString("CommandNameArgumentName");
/// <summary>The name of the launch profile (if any) to use when launching the application.</summary>
internal static string @CommandOptionLaunchProfileDescription => GetResourceString("CommandOptionLaunchProfileDescription");
/// <summary>LAUNCH_PROFILE</summary>
internal static string @CommandOptionLaunchProfileHelpName => GetResourceString("CommandOptionLaunchProfileHelpName");
/// <summary>Do not build the project before running. Implies --no-restore.</summary>
internal static string @CommandOptionNoBuildDescription => GetResourceString("CommandOptionNoBuildDescription");
/// <summary>Skip up to date checks and always build the program before running.</summary>
internal static string @CommandOptionNoCacheDescription => GetResourceString("CommandOptionNoCacheDescription");
/// <summary>Do not use arguments specified in launch profile to run the application.</summary>
internal static string @CommandOptionNoLaunchProfileArgumentsDescription => GetResourceString("CommandOptionNoLaunchProfileArgumentsDescription");
/// <summary>Do not attempt to use launchSettings.json or [app].run.json to configure the application.</summary>
internal static string @CommandOptionNoLaunchProfileDescription => GetResourceString("CommandOptionNoLaunchProfileDescription");
/// <summary>The device identifier to use for running the application.</summary>
internal static string @CommandOptionDeviceDescription => GetResourceString("CommandOptionDeviceDescription");
/// <summary>DEVICE</summary>
internal static string @CommandOptionDeviceHelpName => GetResourceString("CommandOptionDeviceHelpName");
/// <summary>List available devices for running the application.</summary>
internal static string @CommandOptionListDevicesDescription => GetResourceString("CommandOptionListDevicesDescription");
/// <summary>List available devices for running tests.</summary>
internal static string @CommandOptionListDevicesDescriptionForTest => GetResourceString("CommandOptionListDevicesDescriptionForTest");
/// <summary>The device identifier to use for running tests.</summary>
internal static string @CommandOptionDeviceDescriptionForTest => GetResourceString("CommandOptionDeviceDescriptionForTest");
/// <summary>PROJECT_PATH</summary>
internal static string @CommandOptionProjectHelpName => GetResourceString("CommandOptionProjectHelpName");
/// <summary>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).</summary>
internal static string @CommandOptionFileDescription => GetResourceString("CommandOptionFileDescription");
/// <summary>FILE_PATH</summary>
internal static string @CommandOptionFileHelpName => GetResourceString("CommandOptionFileHelpName");
/// <summary>ConfigFile</summary>
internal static string @ConfigFileArgumentName => GetResourceString("ConfigFileArgumentName");
/// <summary>The NuGet configuration file. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see https://docs.microsoft.com/nuget/consume-pa ...</summary>
internal static string @ConfigFileDescription => GetResourceString("ConfigFileDescription");
/// <summary>DUMP_TYPE</summary>
internal static string @CrashDumpTypeArgumentName => GetResourceString("CrashDumpTypeArgumentName");
/// <summary>Create a tool manifest if one isn't found during tool installation. For information on how manifests are located, see https://aka.ms/dotnet/tools/create-manifest-if-needed</summary>
internal static string @CreateManifestIfNeededOptionDescription => GetResourceString("CreateManifestIfNeededOptionDescription");
/// <summary>Use current runtime as the target runtime.</summary>
internal static string @CurrentRuntimeOptionDescription => GetResourceString("CurrentRuntimeOptionDescription");
/// <summary>Show detail result of the query.</summary>
internal static string @DetailDescription => GetResourceString("DetailDescription");
/// <summary>.NET Test Command for Microsoft.Testing.Platform (opted-in via 'global.json' file). This only supports Microsoft.Testing.Platform and doesn't support VSTest. For more information, see https://aka.ms/dotnet-test.</summary>
internal static string @DotnetTestCommandMTPDescription => GetResourceString("DotnetTestCommandMTPDescription");
/// <summary>DIRECTORY</summary>
internal static string @DownloadToCacheOptionArgumentName => GetResourceString("DownloadToCacheOptionArgumentName");
/// <summary>Download packages needed to install a workload to a folder that can be used for offline installation.</summary>
internal static string @DownloadToCacheOptionDescription => GetResourceString("DownloadToCacheOptionDescription");
/// <summary>Require that the search term exactly match the name of the package. Causes `--take` and `--skip` options to be ignored.</summary>
internal static string @ExactMatchDescription => GetResourceString("ExactMatchDescription");
/// <summary>Format</summary>
internal static string @FormatArgumentName => GetResourceString("FormatArgumentName");
/// <summary>Format the output accordingly. Either `table`, or `json`. The default value is `table`.</summary>
internal static string @FormatDescription => GetResourceString("FormatDescription");
/// <summary>Changes the format of outputted workload versions. Can take 'json' or 'list'</summary>
internal static string @FormatOptionDescription => GetResourceString("FormatOptionDescription");
/// <summary>FRAMEWORK_VERSION</summary>
internal static string @FrameworkVersionOption => GetResourceString("FrameworkVersionOption");
/// <summary>The Microsoft.NETCore.App package version that will be used to run the assemblies.</summary>
internal static string @FrameworkVersionOptionDescription => GetResourceString("FrameworkVersionOptionDescription");
/// <summary>DIRECTORY</summary>
internal static string @FromCacheOptionArgumentName => GetResourceString("FromCacheOptionArgumentName");
/// <summary>Complete the operation from cache (offline).</summary>
internal static string @FromCacheOptionDescription => GetResourceString("FromCacheOptionDescription");
/// <summary>Update workloads to a previous version specified by the argument. Use the 'dotnet workload history' to see available workload history records.</summary>
internal static string @FromHistoryOptionDescription => GetResourceString("FromHistoryOptionDescription");
/// <summary>Include workloads installed with earlier SDK versions in update.</summary>
internal static string @FromPreviousSdkOptionDescription => GetResourceString("FromPreviousSdkOptionDescription");
/// <summary>Update workloads based on specified rollback definition file.</summary>
internal static string @FromRollbackDefinitionOptionDescription => GetResourceString("FromRollbackDefinitionOptionDescription");
/// <summary>DUMP_TYPE</summary>
internal static string @HangDumpTypeArgumentName => GetResourceString("HangDumpTypeArgumentName");
/// <summary>TIMESPAN</summary>
internal static string @HangTimeoutArgumentName => GetResourceString("HangTimeoutArgumentName");
/// <summary>.NET CLI help utility</summary>
internal static string @HelpAppFullName => GetResourceString("HelpAppFullName");
/// <summary>Update to the workload versions specified in the history without changing which workloads are installed. Currently installed workloads will be updated to match the specified history version.</summary>
internal static string @HistoryManifestOnlyOptionDescription => GetResourceString("HistoryManifestOnlyOptionDescription");
/// <summary>Allow prerelease workload manifests.</summary>
internal static string @IncludePreviewOptionDescription => GetResourceString("IncludePreviewOptionDescription");
/// <summary>Place project in root of the solution, rather than creating a solution folder.</summary>
internal static string @InRoot => GetResourceString("InRoot");
/// <summary>WORKING_DIR</summary>
internal static string @IntermediateWorkingDirOption => GetResourceString("IntermediateWorkingDirOption");
/// <summary>The working directory used by the command to execute.</summary>
internal static string @IntermediateWorkingDirOptionDescription => GetResourceString("IntermediateWorkingDirOptionDescription");
/// <summary>List all projects in a solution file.</summary>
internal static string @ListAppFullName => GetResourceString("ListAppFullName");
/// <summary>Display solution folder paths.</summary>
internal static string @ListSolutionFoldersArgumentDescription => GetResourceString("ListSolutionFoldersArgumentDescription");
/// <summary>MANIFEST</summary>
internal static string @ManifestOption => GetResourceString("ManifestOption");
/// <summary>The path to a target manifest file that contains the list of packages to be excluded from the publish step.</summary>
internal static string @ManifestOptionDescription => GetResourceString("ManifestOptionDescription");
/// <summary>Generate a .slnx file from a .sln file.</summary>
internal static string @MigrateAppFullName => GetResourceString("MigrateAppFullName");
/// <summary>Shut down the MSBuild build server.</summary>
internal static string @MSBuildOptionDescription => GetResourceString("MSBuildOptionDescription");
/// <summary>.NET Add Command</summary>
internal static string @NetAddCommand => GetResourceString("NetAddCommand");
/// <summary>List references or packages of a .NET project.</summary>
internal static string @NetListCommand => GetResourceString("NetListCommand");
/// <summary>.NET Remove Command</summary>
internal static string @NetRemoveCommand => GetResourceString("NetRemoveCommand");
/// <summary>Do not build the project before publishing. Implies --no-restore.</summary>
internal static string @NoBuildOptionDescription => GetResourceString("NoBuildOptionDescription");
/// <summary>Do not build project-to-project references and only build the specified project.</summary>
internal static string @NoDependenciesOptionDescription => GetResourceString("NoDependenciesOptionDescription");
/// <summary>Do not use incremental building.</summary>
internal static string @NoIncrementalOptionDescription => GetResourceString("NoIncrementalOptionDescription");
/// <summary>Specifying the tool manifest option (--tool-manifest) is only valid with the local option (--local or the default).</summary>
internal static string @OnlyLocalOptionSupportManifestFileOption => GetResourceString("OnlyLocalOptionSupportManifestFileOption");
/// <summary>Options '--outdated', '--deprecated' and '--vulnerable' cannot be combined.</summary>
internal static string @OptionsCannotBeCombined => GetResourceString("OptionsCannotBeCombined");
/// <summary>OUTPUT_DIR</summary>
internal static string @OutputOptionName => GetResourceString("OutputOptionName");
/// <summary>Add a NuGet package reference to the project.</summary>
internal static string @PackageAddAppFullName => GetResourceString("PackageAddAppFullName");
/// <summary>FRAMEWORK</summary>
internal static string @PackageAddCmdFramework => GetResourceString("PackageAddCmdFramework");
/// <summary>Add the reference only when targeting a specific framework.</summary>
internal static string @PackageAddCmdFrameworkDescription => GetResourceString("PackageAddCmdFrameworkDescription");
/// <summary>Add the reference without performing restore preview and compatibility check.</summary>
internal static string @PackageAddCmdNoRestoreDescription => GetResourceString("PackageAddCmdNoRestoreDescription");
/// <summary>SOURCE</summary>
internal static string @PackageAddCmdSource => GetResourceString("PackageAddCmdSource");
/// <summary>The NuGet package source to use during the restore.</summary>
internal static string @PackageAddCmdSourceDescription => GetResourceString("PackageAddCmdSourceDescription");
/// <summary>List all package references of the project or solution.</summary>
internal static string @PackageListAppFullName => GetResourceString("PackageListAppFullName");
/// <summary>FRAMEWORK | FRAMEWORK\RID</summary>
internal static string @PackageListCmdFramework => GetResourceString("PackageListCmdFramework");
/// <summary>Chooses a framework to show its packages. Use the option multiple times for multiple frameworks.</summary>
internal static string @PackageListCmdFrameworkDescription => GetResourceString("PackageListCmdFrameworkDescription");
/// <summary>SOURCE</summary>
internal static string @PackageListCmdSource => GetResourceString("PackageListCmdSource");
/// <summary>The NuGet sources to use when searching for newer packages. Requires the '--outdated', '--deprecated' or '--vulnerable' option.</summary>
internal static string @PackageListCmdSourceDescription => GetResourceString("PackageListCmdSourceDescription");
/// <summary>Remove a NuGet package reference from the project.</summary>
internal static string @PackageRemoveAppFullName => GetResourceString("PackageRemoveAppFullName");
/// <summary>The package reference to remove.</summary>
internal static string @PackageRemoveAppHelpText => GetResourceString("PackageRemoveAppHelpText");
/// <summary>Searches one or more package sources for packages that match a search term. If no sources are specified, all sources defined in the NuGet.Config are used.</summary>
internal static string @PackageSearchCommandDescription => GetResourceString("PackageSearchCommandDescription");
/// <summary>Include prerelease packages.</summary>
internal static string @PackageSearchPrereleaseDescription => GetResourceString("PackageSearchPrereleaseDescription");
/// <summary>SearchTerm</summary>
internal static string @PackageSearchSearchTermArgumentName => GetResourceString("PackageSearchSearchTermArgumentName");
/// <summary>Search term to filter package names, descriptions, and tags. Used as a literal value. Example: `dotnet package search some.package`. See also `--exact-match`.</summary>
internal static string @PackageSearchSearchTermDescription => GetResourceString("PackageSearchSearchTermDescription");
/// <summary>Skip</summary>
internal static string @PackageSearchSkipArgumentName => GetResourceString("PackageSearchSkipArgumentName");
/// <summary>Number of results to skip, to allow pagination. Default 0.</summary>
internal static string @PackageSearchSkipDescription => GetResourceString("PackageSearchSkipDescription");
/// <summary>Take</summary>
internal static string @PackageSearchTakeArgumentName => GetResourceString("PackageSearchTakeArgumentName");
/// <summary>Number of results to return. Default 20.</summary>
internal static string @PackageSearchTakeDescription => GetResourceString("PackageSearchTakeDescription");
/// <summary>.NET Core NuGet Package Packer</summary>
internal static string @PackAppFullName => GetResourceString("PackAppFullName");
/// <summary>OUTPUT_DIR</summary>
internal static string @PackCmdOutputDir => GetResourceString("PackCmdOutputDir");
/// <summary>The output directory to place built packages in.</summary>
internal static string @PackCmdOutputDirDescription => GetResourceString("PackCmdOutputDirDescription");
/// <summary>The configuration to use for building the package. The default is 'Release'.</summary>
internal static string @PackConfigurationOptionDescription => GetResourceString("PackConfigurationOptionDescription");
/// <summary>Only print the list of links to download without downloading.</summary>
internal static string @PrintDownloadLinkOnlyDescription => GetResourceString("PrintDownloadLinkOnlyDescription");
/// <summary>'dotnet workload search version' has three functions depending on its argument:
/// 1. If no argument is specified, it outputs a list of the latest released workload versions from this feature band. Takes the --take option to specify how many to provide ...</summary>
internal static string @PrintSetVersionsDescription => GetResourceString("PrintSetVersionsDescription");
/// <summary>Convert a file-based program to a project-based program.</summary>
internal static string @ProjectConvertAppFullName => GetResourceString("ProjectConvertAppFullName");
/// <summary>Determines changes without actually modifying the file system</summary>
internal static string @ProjectConvertDryRun => GetResourceString("ProjectConvertDryRun");
/// <summary>Delete all source files after conversion</summary>
internal static string @ProjectConvertDeleteSource => GetResourceString("ProjectConvertDeleteSource");
/// <summary>PROJECT_MANIFEST</summary>
internal static string @ProjectManifest => GetResourceString("ProjectManifest");
/// <summary>The XML file that contains the list of packages to be stored.</summary>
internal static string @ProjectManifestDescription => GetResourceString("ProjectManifestDescription");
/// <summary>Publisher for the .NET Platform</summary>
internal static string @PublishAppDescription => GetResourceString("PublishAppDescription");
/// <summary>The configuration to publish for. The default is 'Release' for NET 8.0 projects and above, but 'Debug' for older projects.</summary>
internal static string @PublishConfigurationOptionDescription => GetResourceString("PublishConfigurationOptionDescription");
/// <summary>The target framework to publish for. The target framework has to be specified in the project file.</summary>
internal static string @PublishFrameworkOptionDescription => GetResourceString("PublishFrameworkOptionDescription");
/// <summary>OUTPUT_DIR</summary>
internal static string @PublishOutputOption => GetResourceString("PublishOutputOption");
/// <summary>The output directory to place the published artifacts in.</summary>
internal static string @PublishOutputOptionDescription => GetResourceString("PublishOutputOptionDescription");
/// <summary>The target runtime to publish for. This is used when creating a self-contained deployment.
/// The default is to publish a framework-dependent application.</summary>
internal static string @PublishRuntimeOptionDescription => GetResourceString("PublishRuntimeOptionDescription");
/// <summary>Shut down the Razor build server.</summary>
internal static string @RazorOptionDescription => GetResourceString("RazorOptionDescription");
/// <summary>Add a project-to-project reference to the project.</summary>
internal static string @ReferenceAddAppFullName => GetResourceString("ReferenceAddAppFullName");
/// <summary>Add the reference only when targeting a specific framework.</summary>
internal static string @ReferenceAddCmdFrameworkDescription => GetResourceString("ReferenceAddCmdFrameworkDescription");
/// <summary>The paths to the projects to add as references.</summary>
internal static string @ReferenceAddProjectPathArgumentDescription => GetResourceString("ReferenceAddProjectPathArgumentDescription");
/// <summary>PROJECT_PATH</summary>
internal static string @ReferenceAddProjectPathArgumentName => GetResourceString("ReferenceAddProjectPathArgumentName");
/// <summary>List all project-to-project references of the project.</summary>
internal static string @ReferenceListAppFullName => GetResourceString("ReferenceListAppFullName");
/// <summary>Remove a project-to-project reference from the project.</summary>
internal static string @ReferenceRemoveAppFullName => GetResourceString("ReferenceRemoveAppFullName");
/// <summary>Remove the reference only when targeting a specific framework.</summary>
internal static string @ReferenceRemoveCmdFrameworkDescription => GetResourceString("ReferenceRemoveCmdFrameworkDescription");
/// <summary>The paths to the referenced projects to remove.</summary>
internal static string @ReferenceRemoveProjectPathArgumentDescription => GetResourceString("ReferenceRemoveProjectPathArgumentDescription");
/// <summary>PROJECT_PATH</summary>
internal static string @ReferenceRemoveProjectPathArgumentName => GetResourceString("ReferenceRemoveProjectPathArgumentName");
/// <summary>Remove one or more projects from a solution file.</summary>
internal static string @RemoveAppFullName => GetResourceString("RemoveAppFullName");
/// <summary>The project paths or names to remove from the solution.</summary>
internal static string @RemoveProjectPathArgumentDescription => GetResourceString("RemoveProjectPathArgumentDescription");
/// <summary>PROJECT_PATH</summary>
internal static string @RemoveProjectPathArgumentName => GetResourceString("RemoveProjectPathArgumentName");
/// <summary>.NET dependency restorer</summary>
internal static string @RestoreAppFullName => GetResourceString("RestoreAppFullName");
/// <summary>Allow a .NET tool to roll forward to newer versions of the .NET runtime if the runtime it targets isn't installed.</summary>
internal static string @RollForwardOptionDescription => GetResourceString("RollForwardOptionDescription");
/// <summary>.NET Run Command</summary>
internal static string @RunAppFullName => GetResourceString("RunAppFullName");
/// <summary>The configuration to run for. The default for most projects is 'Debug'.</summary>
internal static string @RunConfigurationOptionDescription => GetResourceString("RunConfigurationOptionDescription");
/// <summary>The target framework to run for. The target framework must also be specified in the project file.</summary>
internal static string @RunFrameworkOptionDescription => GetResourceString("RunFrameworkOptionDescription");
/// <summary>The target runtime to run for.</summary>
internal static string @RunRuntimeOptionDescription => GetResourceString("RunRuntimeOptionDescription");
/// <summary>.NET SDK Command</summary>
internal static string @SdkAppFullName => GetResourceString("SdkAppFullName");
/// <summary>.NET SDK Check Command</summary>
internal static string @SdkCheckAppFullName => GetResourceString("SdkCheckAppFullName");
/// <summary>Skip updating the workload manifests.</summary>
internal static string @SkipManifestUpdateOptionDescription => GetResourceString("SkipManifestUpdateOptionDescription");
/// <summary>Skip the optimization phase.</summary>
internal static string @SkipOptimizationOptionDescription => GetResourceString("SkipOptimizationOptionDescription");
/// <summary>Skip signature verification of workload packages and installers.</summary>
internal static string @SkipSignCheckOptionDescription => GetResourceString("SkipSignCheckOptionDescription");
/// <summary>Skip creating symbol files which can be used for profiling the optimized assemblies.</summary>
internal static string @SkipSymbolsOptionDescription => GetResourceString("SkipSymbolsOptionDescription");
/// <summary>.NET modify solution file command</summary>
internal static string @SolutionAppFullName => GetResourceString("SolutionAppFullName");
/// <summary>The solution file to operate on. If not specified, the command will search the current directory for one.</summary>
internal static string @SolutionArgumentDescription => GetResourceString("SolutionArgumentDescription");
/// <summary>SLN_FILE</summary>
internal static string @SolutionArgumentName => GetResourceString("SolutionArgumentName");
/// <summary>Source</summary>
internal static string @SourceArgumentName => GetResourceString("SourceArgumentName");
/// <summary>The package source to search. You can pass multiple `--source` options to search multiple package sources. Example: `--source https://api.nuget.org/v3/index.json`.</summary>
internal static string @SourceDescription => GetResourceString("SourceDescription");
/// <summary>Stores the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework.</summary>
internal static string @StoreAppDescription => GetResourceString("StoreAppDescription");
/// <summary>The target framework to store packages for. The target framework has to be specified in the project file.</summary>
internal static string @StoreFrameworkOptionDescription => GetResourceString("StoreFrameworkOptionDescription");
/// <summary>OUTPUT_DIR</summary>
internal static string @StoreOutputOption => GetResourceString("StoreOutputOption");
/// <summary>The output directory to store the given assemblies in.</summary>
internal static string @StoreOutputOptionDescription => GetResourceString("StoreOutputOptionDescription");
/// <summary>The target runtime to store packages for.</summary>
internal static string @StoreRuntimeOptionDescription => GetResourceString("StoreRuntimeOptionDescription");
/// <summary>Specify a temporary directory for this command to download and extract NuGet packages (must be secure).</summary>
internal static string @TempDirOptionDescription => GetResourceString("TempDirOptionDescription");
/// <summary>.NET Test Command for VSTest. To use Microsoft.Testing.Platform, opt-in to the Microsoft.Testing.Platform-based command via global.json. For more information, see https://aka.ms/dotnet-test.</summary>
internal static string @DotnetTestCommandVSTestDescription => GetResourceString("DotnetTestCommandVSTestDescription");
/// <summary>Run test(s), without displaying the Microsoft Test Platform banner</summary>
internal static string @TestCmdNoLogo => GetResourceString("TestCmdNoLogo");
/// <summary>Run test(s), without displaying Microsoft.Testing.Platform (MTP) banner</summary>
internal static string @TestCmdMTPNoLogo => GetResourceString("TestCmdMTPNoLogo");
/// <summary>OUTPUT_DIR</summary>
internal static string @TestCmdOutputDir => GetResourceString("TestCmdOutputDir");
/// <summary>The configuration to use for running tests. The default for most projects is 'Debug'.</summary>
internal static string @TestConfigurationOptionDescription => GetResourceString("TestConfigurationOptionDescription");
/// <summary>The target framework to run tests for. The target framework must also be specified in the project file.</summary>
internal static string @TestFrameworkOptionDescription => GetResourceString("TestFrameworkOptionDescription");
/// <summary>The target runtime to test for.</summary>
internal static string @TestRuntimeOptionDescription => GetResourceString("TestRuntimeOptionDescription");
/// <summary>Install or work with tools that extend the .NET experience.</summary>
internal static string @ToolCommandDescription => GetResourceString("ToolCommandDescription");
/// <summary>Add an additional NuGet package source to use during installation.</summary>
internal static string @ToolInstallAddSourceOptionDescription => GetResourceString("ToolInstallAddSourceOptionDescription");
/// <summary>ADDSOURCE</summary>
internal static string @ToolInstallAddSourceOptionName => GetResourceString("ToolInstallAddSourceOptionName");
/// <summary>Install global or local tool. Local tools are added to manifest and restored.</summary>
internal static string @ToolInstallCommandDescription => GetResourceString("ToolInstallCommandDescription");
/// <summary>The NuGet configuration file to use.</summary>
internal static string @ToolInstallConfigFileOptionDescription => GetResourceString("ToolInstallConfigFileOptionDescription");
/// <summary>FILE</summary>
internal static string @ToolInstallConfigFileOptionName => GetResourceString("ToolInstallConfigFileOptionName");
/// <summary>The target framework to install the tool for.</summary>
internal static string @ToolInstallFrameworkOptionDescription => GetResourceString("ToolInstallFrameworkOptionDescription");
/// <summary>FRAMEWORK</summary>
internal static string @ToolInstallFrameworkOptionName => GetResourceString("ToolInstallFrameworkOptionName");
/// <summary>Install the tool for the current user.</summary>
internal static string @ToolInstallGlobalOptionDescription => GetResourceString("ToolInstallGlobalOptionDescription");
/// <summary>Install the tool and add to the local tool manifest (default).</summary>
internal static string @ToolInstallLocalOptionDescription => GetResourceString("ToolInstallLocalOptionDescription");
/// <summary>Path to the manifest file.</summary>
internal static string @ToolInstallManifestPathOptionDescription => GetResourceString("ToolInstallManifestPathOptionDescription");
/// <summary>PATH</summary>
internal static string @ToolInstallManifestPathOptionName => GetResourceString("ToolInstallManifestPathOptionName");
/// <summary>Replace all NuGet package sources to use during installation with these.</summary>
internal static string @ToolInstallSourceOptionDescription => GetResourceString("ToolInstallSourceOptionDescription");
/// <summary>SOURCE</summary>
internal static string @ToolInstallSourceOptionName => GetResourceString("ToolInstallSourceOptionName");
/// <summary>The directory where the tool will be installed. The directory will be created if it does not exist.</summary>
internal static string @ToolInstallToolPathOptionDescription => GetResourceString("ToolInstallToolPathOptionDescription");
/// <summary>PATH</summary>
internal static string @ToolInstallToolPathOptionName => GetResourceString("ToolInstallToolPathOptionName");
/// <summary>The version of the tool package to install.</summary>
internal static string @ToolInstallVersionOptionDescription => GetResourceString("ToolInstallVersionOptionDescription");
/// <summary>VERSION</summary>
internal static string @ToolInstallVersionOptionName => GetResourceString("ToolInstallVersionOptionName");
/// <summary>List tools installed globally or locally.</summary>
internal static string @ToolListCommandDescription => GetResourceString("ToolListCommandDescription");
/// <summary>The output format for the list of tools.</summary>
internal static string @ToolListFormatOptionDescription => GetResourceString("ToolListFormatOptionDescription");
/// <summary>List tools installed for the current user.</summary>
internal static string @ToolListGlobalOptionDescription => GetResourceString("ToolListGlobalOptionDescription");
/// <summary>List the tools installed in the local tool manifest.</summary>
internal static string @ToolListLocalOptionDescription => GetResourceString("ToolListLocalOptionDescription");
/// <summary>The NuGet Package Id of the tool to list</summary>
internal static string @ToolListPackageIdArgumentDescription => GetResourceString("ToolListPackageIdArgumentDescription");
/// <summary>PACKAGE_ID</summary>
internal static string @ToolListPackageIdArgumentName => GetResourceString("ToolListPackageIdArgumentName");
/// <summary>The directory containing the tools to list.</summary>
internal static string @ToolListToolPathOptionDescription => GetResourceString("ToolListToolPathOptionDescription");
/// <summary>Restore tools defined in the local tool manifest.</summary>
internal static string @ToolRestoreCommandDescription => GetResourceString("ToolRestoreCommandDescription");
/// <summary>Path to the manifest file.</summary>
internal static string @ToolRestoreManifestPathOptionDescription => GetResourceString("ToolRestoreManifestPathOptionDescription");
/// <summary>Run a local tool. Note that this command cannot be used to run a global tool.</summary>
internal static string @ToolRunCommandDescription => GetResourceString("ToolRunCommandDescription");
/// <summary>Arguments forwarded to the tool</summary>
internal static string @ToolRunArgumentsDescription => GetResourceString("ToolRunArgumentsDescription");
/// <summary>Search dotnet tools in nuget.org</summary>
internal static string @ToolSearchCommandDescription => GetResourceString("ToolSearchCommandDescription");
/// <summary>Include pre-release packages.</summary>
internal static string @ToolSearchPrereleaseDescription => GetResourceString("ToolSearchPrereleaseDescription");
/// <summary>SEARCH_TERM</summary>
internal static string @ToolSearchSearchTermArgumentName => GetResourceString("ToolSearchSearchTermArgumentName");
/// <summary>Search term from package id or package description. Require at least one character.</summary>
internal static string @ToolSearchSearchTermDescription => GetResourceString("ToolSearchSearchTermDescription");
/// <summary>Skip</summary>
internal static string @ToolSearchSkipArgumentName => GetResourceString("ToolSearchSkipArgumentName");
/// <summary>The number of results to skip, for pagination.</summary>
internal static string @ToolSearchSkipDescription => GetResourceString("ToolSearchSkipDescription");
/// <summary>Take</summary>
internal static string @ToolSearchTakeArgumentName => GetResourceString("ToolSearchTakeArgumentName");
/// <summary>The number of results to return, for pagination.</summary>
internal static string @ToolSearchTakeDescription => GetResourceString("ToolSearchTakeDescription");
/// <summary>Uninstall a global tool or local tool.</summary>
internal static string @ToolUninstallCommandDescription => GetResourceString("ToolUninstallCommandDescription");
/// <summary>Uninstall the tool from the current user's tools directory.</summary>
internal static string @ToolUninstallGlobalOptionDescription => GetResourceString("ToolUninstallGlobalOptionDescription");
/// <summary>Uninstall the tool and remove it from the local tool manifest.</summary>
internal static string @ToolUninstallLocalOptionDescription => GetResourceString("ToolUninstallLocalOptionDescription");
/// <summary>Path to the manifest file.</summary>
internal static string @ToolUninstallManifestPathOptionDescription => GetResourceString("ToolUninstallManifestPathOptionDescription");
/// <summary>The directory containing the tool to uninstall.</summary>
internal static string @ToolUninstallToolPathOptionDescription => GetResourceString("ToolUninstallToolPathOptionDescription");
/// <summary>Update a global or local tool.</summary>
internal static string @ToolUpdateCommandDescription => GetResourceString("ToolUpdateCommandDescription");
/// <summary>Update all tools.</summary>
internal static string @UpdateAllOptionDescription => GetResourceString("UpdateAllOptionDescription");
/// <summary>Controls whether updates should look for workload sets or the latest version of each individual manifest.</summary>
internal static string @UpdateModeDescription => GetResourceString("UpdateModeDescription");
/// <summary>Cannot specify --version when the package argument already contains a version.</summary>
internal static string @ValidationFailedDuplicateVersion => GetResourceString("ValidationFailedDuplicateVersion");
/// <summary>Shut down the VB/C# compiler build server.</summary>
internal static string @VBCSCompilerOptionDescription => GetResourceString("VBCSCompilerOptionDescription");
/// <summary>Verbosity</summary>
internal static string @VerbosityArgumentName => GetResourceString("VerbosityArgumentName");
/// <summary>Display this amount of details in the output: `normal`, `minimal`, `detailed`. The default is `normal`</summary>
internal static string @VerbosityDescription => GetResourceString("VerbosityDescription");
/// <summary>Removes workload components that may have been left behind from previous updates and uninstallations.</summary>
internal static string @WorkloadCleanCommandDescription => GetResourceString("WorkloadCleanCommandDescription");
/// <summary>Install or work with workloads that extend the .NET experience.</summary>
internal static string @WorkloadCommandDescription => GetResourceString("WorkloadCommandDescription");
/// <summary>Modify or display workload configuration values.
/// To display a value, specify the corresponding command-line option without providing a value. For example: "dotnet workload config --update-mode"</summary>
internal static string @WorkloadConfigCommandDescription => GetResourceString("WorkloadConfigCommandDescription");
/// <summary>Start the elevated server process to facilitate MSI based installations.</summary>
internal static string @WorkloadElevateCommandDescription => GetResourceString("WorkloadElevateCommandDescription");
/// <summary>Shows a history of workload installation actions.</summary>
internal static string @WorkloadHistoryCommandDescription => GetResourceString("WorkloadHistoryCommandDescription");
/// <summary>The NuGet package ID of the workload to install.</summary>
internal static string @WorkloadIdArgumentDescription => GetResourceString("WorkloadIdArgumentDescription");
/// <summary>WORKLOAD_ID</summary>
internal static string @WorkloadIdArgumentName => GetResourceString("WorkloadIdArgumentName");
/// <summary>The text to search for in the IDs and descriptions of available workloads.</summary>
internal static string @WorkloadIdStubArgumentDescription => GetResourceString("WorkloadIdStubArgumentDescription");
/// <summary>SEARCH_STRING</summary>
internal static string @WorkloadIdStubArgumentName => GetResourceString("WorkloadIdStubArgumentName");
/// <summary>Display information about installed workloads.</summary>
internal static string @WorkloadInfoDescription => GetResourceString("WorkloadInfoDescription");
/// <summary>Install one or more workloads.</summary>
internal static string @WorkloadInstallCommandDescription => GetResourceString("WorkloadInstallCommandDescription");
/// <summary>The NuGet configuration file to use.</summary>
internal static string @WorkloadInstallConfigFileOptionDescription => GetResourceString("WorkloadInstallConfigFileOptionDescription");
/// <summary>FILE</summary>
internal static string @WorkloadInstallConfigFileOptionName => GetResourceString("WorkloadInstallConfigFileOptionName");
/// <summary>The NuGet package source to use during the restore. To specify multiple sources, repeat the option.</summary>
internal static string @WorkloadInstallSourceOptionDescription => GetResourceString("WorkloadInstallSourceOptionDescription");
/// <summary>SOURCE</summary>
internal static string @WorkloadInstallSourceOptionName => GetResourceString("WorkloadInstallSourceOptionName");
/// <summary>The version of the SDK.</summary>
internal static string @WorkloadInstallVersionOptionDescription => GetResourceString("WorkloadInstallVersionOptionDescription");
/// <summary>VERSION</summary>
internal static string @WorkloadInstallVersionOptionName => GetResourceString("WorkloadInstallVersionOptionName");
/// <summary>List workloads available.</summary>
internal static string @WorkloadListCommandDescription => GetResourceString("WorkloadListCommandDescription");
/// <summary>Repair workload installations.</summary>
internal static string @WorkloadRepairCommandDescription => GetResourceString("WorkloadRepairCommandDescription");
/// <summary>Restore workloads required for a project.</summary>
internal static string @WorkloadRestoreCommandDescription => GetResourceString("WorkloadRestoreCommandDescription");
/// <summary>Search for available workloads.</summary>
internal static string @WorkloadSearchCommandDescription => GetResourceString("WorkloadSearchCommandDescription");
/// <summary>A workload version to display or one or more workloads and their versions joined by the '@' character.</summary>
internal static string @WorkloadSetVersionOptionDescription => GetResourceString("WorkloadSetVersionOptionDescription");
/// <summary>Uninstall one or more workloads.</summary>
internal static string @WorkloadUninstallCommandDescription => GetResourceString("WorkloadUninstallCommandDescription");
/// <summary>Update all installed workloads.</summary>
internal static string @WorkloadUpdateCommandDescription => GetResourceString("WorkloadUpdateCommandDescription");
/// <summary>WORKLOAD_VERSION</summary>
internal static string @WorkloadVersionArgument => GetResourceString("WorkloadVersionArgument");
/// <summary>Output workload manifest versions associated with the provided workload version.</summary>
internal static string @WorkloadVersionArgumentDescription => GetResourceString("WorkloadVersionArgumentDescription");
/// <summary>Display the currently installed workload version.</summary>
internal static string @WorkloadVersionDescription => GetResourceString("WorkloadVersionDescription");
/// <summary>Recursively add projects' ReferencedProjects to solution</summary>
internal static string @SolutionAddReferencedProjectsOptionDescription => GetResourceString("SolutionAddReferencedProjectsOptionDescription");
/// <summary>Executes a tool from source without permanently installing it.</summary>
internal static string @ToolExecuteCommandDescription => GetResourceString("ToolExecuteCommandDescription");
/// <summary>The version of the package to create</summary>
internal static string @PackCmdVersionDescription => GetResourceString("PackCmdVersionDescription");
/// <summary>VERSION</summary>
internal static string @PackCmdVersion => GetResourceString("PackCmdVersion");
/// <summary>Specifies the minimum number of tests that are expected to run across all test applications. Pass after '--' to apply per test application.</summary>
internal static string @CmdMinimumExpectedTestsDescription => GetResourceString("CmdMinimumExpectedTestsDescription");
/// <summary>Stops test execution when the specified number of failures is reached across all test applications. Pass after '--' to apply per test application when supported.</summary>
internal static string @CmdMaximumFailedTestsDescription => GetResourceString("CmdMaximumFailedTestsDescription");
/// <summary>Stops test execution when the specified test execution time is reached across all test applications. Pass after '--' to apply per test application.</summary>
internal static string @CmdTimeoutDescription => GetResourceString("CmdTimeoutDescription");
/// <summary>DURATION</summary>
internal static string @CmdDurationName => GetResourceString("CmdDurationName");
/// <summary>The value must be a positive integer.</summary>
internal static string @CmdTestPositiveIntegerRequired => GetResourceString("CmdTestPositiveIntegerRequired");
/// <summary>The timeout must be a positive duration with an explicit unit suffix such as ms, s, m, h, or d (longer forms like 'seconds', 'minutes', 'hours', and 'days' are also accepted).</summary>
internal static string @CmdTestInvalidTimeout => GetResourceString("CmdTestInvalidTimeout");
/// <summary>Location to place the generated output.</summary>
internal static string @Option_Output => GetResourceString("Option_Output");
/// <summary>Creates an alias for instantiate command with a certain set of arguments.</summary>
internal static string @Command_AliasAdd_Description => GetResourceString("Command_AliasAdd_Description");
/// <summary>Displays defined aliases.</summary>
internal static string @Command_AliasShow_Description => GetResourceString("Command_AliasShow_Description");
/// <summary>Creates or displays defined aliases.</summary>
internal static string @Command_Alias_Description => GetResourceString("Command_Alias_Description");
/// <summary>Provides the details for specified template package.
/// The command checks if the package is installed locally, if it was not found, it searches the configured NuGet feeds.</summary>
internal static string @Command_Details_Description => GetResourceString("Command_Details_Description");
/// <summary>NuGet package ID or path to folder or NuGet package to install.
/// To install the NuGet package of certain version, use <package ID>::<version>.</summary>
internal static string @Command_Install_Argument_Package => GetResourceString("Command_Install_Argument_Package");
/// <summary>Installs a template package.</summary>
internal static string @Command_Install_Description => GetResourceString("Command_Install_Description");
/// <summary>A short name of the template to create.</summary>
internal static string @Command_Instantiate_Argument_ShortName => GetResourceString("Command_Instantiate_Argument_ShortName");
/// <summary>Template specific options to use.</summary>
internal static string @Command_Instantiate_Argument_TemplateOptions => GetResourceString("Command_Instantiate_Argument_TemplateOptions");
/// <summary>Instantiates a template with given short name. An alias of 'dotnet new <template name>'.</summary>
internal static string @Command_Instantiate_Description => GetResourceString("Command_Instantiate_Description");
/// <summary>Checks the currently installed template packages for updates.</summary>
internal static string @Command_Legacy_Update_Check_Description => GetResourceString("Command_Legacy_Update_Check_Description");
/// <summary>If specified, only the templates matching the name will be shown.</summary>
internal static string @Command_List_Argument_Name => GetResourceString("Command_List_Argument_Name");
/// <summary>Lists templates containing the specified template name. If no name is specified, lists all templates.</summary>
internal static string @Command_List_Description => GetResourceString("Command_List_Description");
/// <summary>Template Instantiation Commands for .NET CLI.</summary>
internal static string @Command_New_Description => GetResourceString("Command_New_Description");
/// <summary>If specified, only the templates matching the name will be shown.</summary>
internal static string @Command_Search_Argument_Name => GetResourceString("Command_Search_Argument_Name");
/// <summary>Searches for the templates on NuGet.org.</summary>
internal static string @Command_Search_Description => GetResourceString("Command_Search_Description");
/// <summary>NuGet package ID (without version) or path to folder to uninstall.
/// If command is specified without the argument, it lists all the template packages installed.</summary>
internal static string @Command_Uninstall_Argument_Package => GetResourceString("Command_Uninstall_Argument_Package");
/// <summary>Uninstalls a template package.</summary>
internal static string @Command_Uninstall_Description => GetResourceString("Command_Uninstall_Description");
/// <summary>Checks the currently installed template packages for update, and install the updates.</summary>
internal static string @Command_Update_Description => GetResourceString("Command_Update_Description");
/// <summary>Only checks for updates and display the template packages to be updated without applying update.</summary>
internal static string @Command_Update_Option_CheckOnly => GetResourceString("Command_Update_Option_CheckOnly");
/// <summary>Disables checking if the template meets the constraints to be run.</summary>
internal static string @ListCommand_Option_IgnoreConstraints => GetResourceString("ListCommand_Option_IgnoreConstraints");
/// <summary>Specifies a NuGet source to use.</summary>
internal static string @Option_AddSource => GetResourceString("Option_AddSource");
/// <summary>Filters the templates based on the template author.</summary>
internal static string @Option_AuthorFilter => GetResourceString("Option_AuthorFilter");
/// <summary>Filters the templates based on baseline defined in the template.</summary>
internal static string @Option_BaselineFilter => GetResourceString("Option_BaselineFilter");
/// <summary>Specifies the columns to display in the output.</summary>
internal static string @Option_Columns => GetResourceString("Option_Columns");
/// <summary>Displays all columns in the output.</summary>
internal static string @Option_ColumnsAll => GetResourceString("Option_ColumnsAll");
/// <summary>Allows to pause execution in order to attach to the process for debug purposes.</summary>
internal static string @Option_Debug_Attach => GetResourceString("Option_Debug_Attach");
/// <summary>Sets custom settings location.</summary>
internal static string @Option_Debug_CustomSettings => GetResourceString("Option_Debug_CustomSettings");
/// <summary>If specified, removes the template cache prior to command execution.</summary>
internal static string @Option_Debug_RebuildCache => GetResourceString("Option_Debug_RebuildCache");
/// <summary>If specified, resets the settings prior to command execution.</summary>
internal static string @Option_Debug_Reinit => GetResourceString("Option_Debug_Reinit");
/// <summary>If specified, shows the template engine config prior to command execution.</summary>
internal static string @Option_Debug_ShowConfig => GetResourceString("Option_Debug_ShowConfig");
/// <summary>If specified, the settings will be not preserved on file system.</summary>
internal static string @Option_Debug_VirtualSettings => GetResourceString("Option_Debug_VirtualSettings");
/// <summary>Allows installing template packages from the specified sources even if they would override a template package from another source.</summary>
internal static string @Option_Install_Force => GetResourceString("Option_Install_Force");
/// <summary>Allows prerelease template packages to be installed when no version is specified.</summary>
internal static string @Option_Install_Prerelease => GetResourceString("Option_Install_Prerelease");
/// <summary>Allows the command to stop and wait for user input or action (for example to complete authentication).</summary>
internal static string @Option_Interactive => GetResourceString("Option_Interactive");
/// <summary>Filters templates based on language.</summary>
internal static string @Option_LanguageFilter => GetResourceString("Option_LanguageFilter");
/// <summary>Filters the templates based on NuGet package ID.</summary>
internal static string @Option_PackageFilter => GetResourceString("Option_PackageFilter");
/// <summary>The project that should be used for context evaluation.</summary>
internal static string @Option_ProjectPath => GetResourceString("Option_ProjectPath");
/// <summary>Filters the templates based on the tag.</summary>
internal static string @Option_TagFilter => GetResourceString("Option_TagFilter");
/// <summary>Filters templates based on available types. Predefined values are "project" and "item".</summary>
internal static string @Option_TypeFilter => GetResourceString("Option_TypeFilter");
/// <summary>Displays a summary of what would happen if the given command line were run if it would result in a template creation.</summary>
internal static string @TemplateCommand_Option_DryRun => GetResourceString("TemplateCommand_Option_DryRun");
/// <summary>Forces content to be generated even if it would change existing files.</summary>
internal static string @TemplateCommand_Option_Force => GetResourceString("TemplateCommand_Option_Force");
/// <summary>The name for the output being created. If no name is specified, the name of the output directory is used.</summary>
internal static string @TemplateCommand_Option_Name => GetResourceString("TemplateCommand_Option_Name");
/// <summary>Disables checking for the template package updates when instantiating a template.</summary>
internal static string @TemplateCommand_Option_NoUpdateCheck => GetResourceString("TemplateCommand_Option_NoUpdateCheck");
/// <summary>Unrecognized command or argument(s): {0}.</summary>
internal static string @Commands_Validator_WrongTokens => GetResourceString("Commands_Validator_WrongTokens");
/// <summary>Package identifier</summary>
internal static string @DetailsCommand_Argument_PackageIdentifier => GetResourceString("DetailsCommand_Argument_PackageIdentifier");
/// <summary>If present, prevents templates bundled in the SDK from being presented.</summary>
internal static string @DisableSdkTemplates_OptionDescription => GetResourceString("DisableSdkTemplates_OptionDescription");
/// <summary>Disables evaluating project context using MSBuild.</summary>
internal static string @DisableProjectContextEval_OptionDescription => GetResourceString("DisableProjectContextEval_OptionDescription");
/// <summary>Sets the verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], and diag[nostic].</summary>
internal static string @Verbosity_OptionDescription => GetResourceString("Verbosity_OptionDescription");
/// <summary>Enables diagnostic output.</summary>
internal static string @Diagnostics_OptionDescription => GetResourceString("Diagnostics_OptionDescription");
/// <summary>Display the command schema as JSON.</summary>
internal static string @SDKSchemaCommandDefinition => GetResourceString("SDKSchemaCommandDefinition");
}
}