|
// <auto-generated>
using System.Reflection;
namespace Microsoft.DotNet.Cli
{
internal static partial class CliStrings
{
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(CliStrings)));
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>Project '{0}' has an unknown project type and cannot be added to the solution file. Contact your SDK provider for support.</summary>
internal static string @UnsupportedProjectType => GetResourceString("UnsupportedProjectType");
/// <summary>Project already has a reference to `{0}`.</summary>
internal static string @ProjectAlreadyHasAreference => GetResourceString("ProjectAlreadyHasAreference");
/// <summary>Project reference `{0}` could not be found.</summary>
internal static string @ProjectReferenceCouldNotBeFound => GetResourceString("ProjectReferenceCouldNotBeFound");
/// <summary>Project reference `{0}` removed.</summary>
internal static string @ProjectReferenceRemoved => GetResourceString("ProjectReferenceRemoved");
/// <summary>Project</summary>
internal static string @Project => GetResourceString("Project");
/// <summary>Reference</summary>
internal static string @Reference => GetResourceString("Reference");
/// <summary>Project reference</summary>
internal static string @ProjectReference => GetResourceString("ProjectReference");
/// <summary>Project reference(s)</summary>
internal static string @ProjectReferenceOneOrMore => GetResourceString("ProjectReferenceOneOrMore");
/// <summary>Package reference</summary>
internal static string @PackageReference => GetResourceString("PackageReference");
/// <summary>Project to Project</summary>
internal static string @P2P => GetResourceString("P2P");
/// <summary>Package</summary>
internal static string @Package => GetResourceString("Package");
/// <summary>Solution</summary>
internal static string @Solution => GetResourceString("Solution");
/// <summary>Library</summary>
internal static string @Library => GetResourceString("Library");
/// <summary>Reference `{0}` added to the project.</summary>
internal static string @ReferenceAddedToTheProject => GetResourceString("ReferenceAddedToTheProject");
/// <summary>Add</summary>
internal static string @Add => GetResourceString("Add");
/// <summary>Remove</summary>
internal static string @Remove => GetResourceString("Remove");
/// <summary>Delete</summary>
internal static string @Delete => GetResourceString("Delete");
/// <summary>Update</summary>
internal static string @Update => GetResourceString("Update");
/// <summary>New</summary>
internal static string @New => GetResourceString("New");
/// <summary>List</summary>
internal static string @List => GetResourceString("List");
/// <summary>Error</summary>
internal static string @Error => GetResourceString("Error");
/// <summary>File</summary>
internal static string @File => GetResourceString("File");
/// <summary>Directory</summary>
internal static string @Directory => GetResourceString("Directory");
/// <summary>Type</summary>
internal static string @Type => GetResourceString("Type");
/// <summary>Value</summary>
internal static string @Value => GetResourceString("Value");
/// <summary>File `{0}` not found.</summary>
internal static string @CommonFileNotFound => GetResourceString("CommonFileNotFound");
/// <summary>Specify at least one {0}.</summary>
internal static string @SpecifyAtLeastOne => GetResourceString("SpecifyAtLeastOne");
/// <summary>Required command was not provided.</summary>
internal static string @RequiredCommandNotPassed => GetResourceString("RequiredCommandNotPassed");
/// <summary>Could not find any project in `{0}`.</summary>
internal static string @CouldNotFindAnyProjectInDirectory => GetResourceString("CouldNotFindAnyProjectInDirectory");
/// <summary>Could not find project or directory `{0}`.</summary>
internal static string @CouldNotFindProjectOrDirectory => GetResourceString("CouldNotFindProjectOrDirectory");
/// <summary>Found more than one project in `{0}`. Specify which one to use.</summary>
internal static string @MoreThanOneProjectInDirectory => GetResourceString("MoreThanOneProjectInDirectory");
/// <summary>Found a project `{0}` but it is invalid.</summary>
internal static string @FoundInvalidProject => GetResourceString("FoundInvalidProject");
/// <summary>Invalid project `{0}`.</summary>
internal static string @InvalidProject => GetResourceString("InvalidProject");
/// <summary>Invalid project `{0}`. {1}.</summary>
internal static string @InvalidProjectWithExceptionMessage => GetResourceString("InvalidProjectWithExceptionMessage");
/// <summary>Specified solution file {0} does not exist, or there is no solution file in the directory.</summary>
internal static string @CouldNotFindSolutionIn => GetResourceString("CouldNotFindSolutionIn");
/// <summary>Could not find solution or directory `{0}`.</summary>
internal static string @CouldNotFindSolutionOrDirectory => GetResourceString("CouldNotFindSolutionOrDirectory");
/// <summary>Found more than one solution file in {0}. Specify which one to use.</summary>
internal static string @MoreThanOneSolutionInDirectory => GetResourceString("MoreThanOneSolutionInDirectory");
/// <summary>Invalid solution `{0}`. {1}.</summary>
internal static string @InvalidSolutionFormatString => GetResourceString("InvalidSolutionFormatString");
/// <summary>Specified solution file {0} does not exist, or there is no solution file in the directory.</summary>
internal static string @SolutionDoesNotExist => GetResourceString("SolutionDoesNotExist");
/// <summary>Project `{0}` does not exist.</summary>
internal static string @ProjectDoesNotExist => GetResourceString("ProjectDoesNotExist");
/// <summary>Project `{0}` is invalid.</summary>
internal static string @ProjectIsInvalid => GetResourceString("ProjectIsInvalid");
/// <summary>You must specify at least one project to add.</summary>
internal static string @SpecifyAtLeastOneProjectToAdd => GetResourceString("SpecifyAtLeastOneProjectToAdd");
/// <summary>Project `{0}` added to the solution.</summary>
internal static string @ProjectAddedToTheSolution => GetResourceString("ProjectAddedToTheSolution");
/// <summary>Project `{0}` removed from the solution.</summary>
internal static string @ProjectRemovedFromTheSolution => GetResourceString("ProjectRemovedFromTheSolution");
/// <summary>Solution {0} already contains project {1}.</summary>
internal static string @SolutionAlreadyContainsProject => GetResourceString("SolutionAlreadyContainsProject");
/// <summary>Solution folder '{0}' already contains a project with the filename '{1}'.</summary>
internal static string @SolutionFolderAlreadyContainsProjectWithFilename => GetResourceString("SolutionFolderAlreadyContainsProjectWithFilename");
/// <summary>You must specify at least one reference to remove.</summary>
internal static string @SpecifyAtLeastOneReferenceToRemove => GetResourceString("SpecifyAtLeastOneReferenceToRemove");
/// <summary>Project `{0}` could not be found in the solution.</summary>
internal static string @ProjectNotFoundInTheSolution => GetResourceString("ProjectNotFoundInTheSolution");
/// <summary>Project `{0}` removed from solution.</summary>
internal static string @ProjectRemoved => GetResourceString("ProjectRemoved");
/// <summary>You must specify at least one project to remove.</summary>
internal static string @SpecifyAtLeastOneProjectToRemove => GetResourceString("SpecifyAtLeastOneProjectToRemove");
/// <summary>There are no {0} references in project {1}.</summary>
internal static string @NoReferencesFound => GetResourceString("NoReferencesFound");
/// <summary>No projects found in the solution.</summary>
internal static string @NoProjectsFound => GetResourceString("NoProjectsFound");
/// <summary>PROJECT</summary>
internal static string @ProjectArgumentName => GetResourceString("ProjectArgumentName");
/// <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>Project `{0}` cannot be added due to incompatible targeted frameworks between the two projects. Review the project you are trying to add and verify that is compatible with the following targets:</summary>
internal static string @ProjectNotCompatibleWithFrameworks => GetResourceString("ProjectNotCompatibleWithFrameworks");
/// <summary>Project `{0}` does not target framework `{1}`.</summary>
internal static string @ProjectDoesNotTargetFramework => GetResourceString("ProjectDoesNotTargetFramework");
/// <summary>Project `{0}` could not be evaluated. Evaluation failed with following error:
/// {1}.</summary>
internal static string @ProjectCouldNotBeEvaluated => GetResourceString("ProjectCouldNotBeEvaluated");
/// <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>Show command line help.</summary>
internal static string @ShowHelpDescription => GetResourceString("ShowHelpDescription");
/// <summary>Do not restore the project before building.</summary>
internal static string @NoRestoreDescription => GetResourceString("NoRestoreDescription");
/// <summary>Invalid XML: {0}</summary>
internal static string @ToolSettingsInvalidXml => GetResourceString("ToolSettingsInvalidXml");
/// <summary>Tool defines a command with a missing name setting.</summary>
internal static string @ToolSettingsMissingCommandName => GetResourceString("ToolSettingsMissingCommandName");
/// <summary>Command '{0}' is missing an entry point setting.</summary>
internal static string @ToolSettingsMissingEntryPoint => GetResourceString("ToolSettingsMissingEntryPoint");
/// <summary>Command '{0}' contains one or more of the following invalid characters: {1}.</summary>
internal static string @ToolSettingsInvalidCommandName => GetResourceString("ToolSettingsInvalidCommandName");
/// <summary>More than one command is defined for the tool.</summary>
internal static string @ToolSettingsMoreThanOneCommand => GetResourceString("ToolSettingsMoreThanOneCommand");
/// <summary>Tool '{0}' uses unsupported runner '{1}'."</summary>
internal static string @ToolSettingsUnsupportedRunner => GetResourceString("ToolSettingsUnsupportedRunner");
/// <summary>The tool does not support the current architecture or operating system ({0}). Supported runtimes: {1}</summary>
internal static string @ToolUnsupportedRuntimeIdentifier => GetResourceString("ToolUnsupportedRuntimeIdentifier");
/// <summary>Command '{0}' conflicts with an existing command from another tool.</summary>
internal static string @ShellShimConflict => GetResourceString("ShellShimConflict");
/// <summary>Cannot create shell shim for an empty executable path.</summary>
internal static string @CannotCreateShimForEmptyExecutablePath => GetResourceString("CannotCreateShimForEmptyExecutablePath");
/// <summary>Failed to retrieve tool configuration: {0}</summary>
internal static string @FailedToRetrieveToolConfiguration => GetResourceString("FailedToRetrieveToolConfiguration");
/// <summary>Tools directory '{0}' is not currently on the PATH environment variable.
/// If you are using bash, you can add it to your profile by running the following command:
///
/// cat << \EOF >> ~/.bash_profile
/// # Add .NET Core SDK tools
/// export PATH="$PATH:{0}"
/// EOF
///
/// You can ...</summary>
internal static string @EnvironmentPathLinuxManualInstructions => GetResourceString("EnvironmentPathLinuxManualInstructions");
/// <summary>Since you just installed the .NET SDK, you will need to logout or restart your session before running the tool you installed.</summary>
internal static string @EnvironmentPathLinuxNeedLogout => GetResourceString("EnvironmentPathLinuxNeedLogout");
/// <summary>Tools directory '{0}' is not currently on the PATH environment variable.
/// If you are using bash, you can add it to your profile by running the following command:
///
/// cat << \EOF >> ~/.bash_profile
/// # Add .NET Core SDK tools
/// export PATH="$PATH:{0}"
/// EOF
///
/// You can ...</summary>
internal static string @EnvironmentPathOSXBashManualInstructions => GetResourceString("EnvironmentPathOSXBashManualInstructions");
/// <summary>Tools directory '{0}' is not currently on the PATH environment variable.
/// If you are using zsh, you can add it to your profile by running the following command:
///
/// cat << \EOF >> ~/.zprofile
/// # Add .NET Core SDK tools
/// export PATH="$PATH:{0}"
/// EOF
///
/// And run `zsh ...</summary>
internal static string @EnvironmentPathOSXZshManualInstructions => GetResourceString("EnvironmentPathOSXZshManualInstructions");
/// <summary>Since you just installed the .NET SDK, you will need to reopen terminal before running the tool you installed.</summary>
internal static string @EnvironmentPathOSXNeedReopen => GetResourceString("EnvironmentPathOSXNeedReopen");
/// <summary>Tools directory '{0}' is not currently on the PATH environment variable.
///
/// You can add the directory to the PATH by running the following command:
///
/// setx PATH "%PATH%;{0}"</summary>
internal static string @EnvironmentPathWindowsManualInstructions => GetResourceString("EnvironmentPathWindowsManualInstructions");
/// <summary>Since you just installed the .NET SDK, you will need to reopen the Command Prompt window before running the tool you installed.</summary>
internal static string @EnvironmentPathWindowsNeedReopen => GetResourceString("EnvironmentPathWindowsNeedReopen");
/// <summary>Failed to add '{0}' to the PATH environment variable. Add this directory to your PATH to use tools installed with 'dotnet tool install'.</summary>
internal static string @FailedToSetToolsPathEnvironmentVariable => GetResourceString("FailedToSetToolsPathEnvironmentVariable");
/// <summary>Failed to create tool shim for command '{0}': {1}</summary>
internal static string @FailedToCreateShellShim => GetResourceString("FailedToCreateShellShim");
/// <summary>Failed to remove tool shim for command '{0}': {1}</summary>
internal static string @FailedToRemoveShellShim => GetResourceString("FailedToRemoveShellShim");
/// <summary>Failed to set user executable permissions for shell shim: {0}</summary>
internal static string @FailedSettingShimPermissions => GetResourceString("FailedSettingShimPermissions");
/// <summary>Failed to uninstall tool package '{0}': {1}</summary>
internal static string @FailedToUninstallToolPackage => GetResourceString("FailedToUninstallToolPackage");
/// <summary>Entry point file '{0}' for command '{1}' was not found in the package.</summary>
internal static string @MissingToolEntryPointFile => GetResourceString("MissingToolEntryPointFile");
/// <summary>Settings file 'DotnetToolSettings.xml' was not found in the package.</summary>
internal static string @MissingToolSettingsFile => GetResourceString("MissingToolSettingsFile");
/// <summary>Tool '{0}' (version '{1}') is already installed.</summary>
internal static string @ToolPackageConflictPackageId => GetResourceString("ToolPackageConflictPackageId");
/// <summary>Package {0} is not a .NET tool.</summary>
internal static string @ToolPackageNotATool => GetResourceString("ToolPackageNotATool");
/// <summary>Failed to find staged tool package '{0}'.</summary>
internal static string @FailedToFindStagedToolPackage => GetResourceString("FailedToFindStagedToolPackage");
/// <summary>Column maximum width must be greater than zero.</summary>
internal static string @ColumnMaxWidthMustBeGreaterThanZero => GetResourceString("ColumnMaxWidthMustBeGreaterThanZero");
/// <summary>The command name '{0}' cannot begin with a leading dot (.).</summary>
internal static string @ToolSettingsInvalidLeadingDotCommandName => GetResourceString("ToolSettingsInvalidLeadingDotCommandName");
/// <summary>Format version is higher than supported. This tool may not be supported in this SDK version. Update your SDK.</summary>
internal static string @FormatVersionIsHigher => GetResourceString("FormatVersionIsHigher");
/// <summary>Format version is malformed. This tool may not be supported in this SDK version. Contact the author of the tool.</summary>
internal static string @FormatVersionIsMalformed => GetResourceString("FormatVersionIsMalformed");
/// <summary>Format version is missing. This tool may not be supported in this SDK version. Contact the author of the tool.</summary>
internal static string @FormatVersionIsMissing => GetResourceString("FormatVersionIsMissing");
/// <summary>More than one packaged shim is available: {0}.</summary>
internal static string @MoreThanOnePackagedShimAvailable => GetResourceString("MoreThanOnePackagedShimAvailable");
/// <summary>Failed to read NuGet assets file for tool package '{0}': {1}</summary>
internal static string @FailedToReadNuGetLockFile => GetResourceString("FailedToReadNuGetLockFile");
/// <summary>Failed to find library in NuGet assets file for tool package '{0}': {1}</summary>
internal static string @FailedToFindLibraryInAssetsFile => GetResourceString("FailedToFindLibraryInAssetsFile");
/// <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>Solution argument '{0}' is misplaced.</summary>
internal static string @SolutionArgumentMisplaced => GetResourceString("SolutionArgumentMisplaced");
/// <summary>Did you mean the following command?</summary>
internal static string @DidYouMean => GetResourceString("DidYouMean");
/// <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>Response file '{0}' does not exist.</summary>
internal static string @ResponseFileNotFound => GetResourceString("ResponseFileNotFound");
/// <summary>Search for available workload versions or what comprises a workload version. Use 'dotnet workload search version --help' for more information.</summary>
internal static string @ShortWorkloadSearchVersionDescription => GetResourceString("ShortWorkloadSearchVersionDescription");
/// <summary>.NET Cli Options:</summary>
internal static string @MSBuildAdditionalOptionTitle => GetResourceString("MSBuildAdditionalOptionTitle");
/// <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>Ambiguous command name: {0}</summary>
internal static string @AmbiguousCommandName => GetResourceString("AmbiguousCommandName");
/// <summary>{0}: attempting to create commandspec</summary>
internal static string @AttemptingToCreateCommandSpec => GetResourceString("AttemptingToCreateCommandSpec");
/// <summary>{0}: attempting to find command {1} in {2}</summary>
internal static string @AttemptingToFindCommand => GetResourceString("AttemptingToFindCommand");
/// <summary>{0}: attempting to resolve {1}</summary>
internal static string @AttemptingToResolve => GetResourceString("AttemptingToResolve");
/// <summary>{0}: Attempting to resolve command spec from tool {1}</summary>
internal static string @AttemptingToResolveCommandSpec => GetResourceString("AttemptingToResolveCommandSpec");
/// <summary>outputpathresolver: {0} does not exist</summary>
internal static string @BuildOutputPathDoesNotExist => GetResourceString("BuildOutputPathDoesNotExist");
/// <summary>Cannot find a manifest file. The list of searched paths:
/// {0}</summary>
internal static string @CannotFindAManifestFile => GetResourceString("CannotFindAManifestFile");
/// <summary>Cannot find a package with the package id {0} in the manifest file.</summary>
internal static string @CannotFindPackageIdInManifest => GetResourceString("CannotFindPackageIdInManifest");
/// <summary>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</summary>
internal static string @CommandAssembliesNotFound => GetResourceString("CommandAssembliesNotFound");
/// <summary>{0}: commandSpec is null.</summary>
internal static string @CommandSpecIsNull => GetResourceString("CommandSpecIsNull");
/// <summary>{0}: Could not find runtimeconfig.json file for tool {1}</summary>
internal static string @CouldNotFindToolRuntimeConfigFile => GetResourceString("CouldNotFindToolRuntimeConfigFile");
/// <summary>Unable to find deps.json generator project.</summary>
internal static string @DepsJsonGeneratorProjectNotSet => GetResourceString("DepsJsonGeneratorProjectNotSet");
/// <summary>{0}: Did not find a matching project {1}.</summary>
internal static string @DidNotFindAMatchingProject => GetResourceString("DidNotFindAMatchingProject");
/// <summary>{0}: ProjectFactory did not find Project.</summary>
internal static string @DidNotFindProject => GetResourceString("DidNotFindProject");
/// <summary>{0}: {1} does not exist</summary>
internal static string @DoesNotExist => GetResourceString("DoesNotExist");
/// <summary>{0}: expect deps.json at: {1}</summary>
internal static string @ExpectDepsJsonAt => GetResourceString("ExpectDepsJsonAt");
/// <summary>{0}: failed to find commandPath {1}</summary>
internal static string @FailedToFindCommandPath => GetResourceString("FailedToFindCommandPath");
/// <summary>Package Source Mapping is enabled, but no source found under the specified package ID: {0}. See the documentation for Package Source Mapping at https://aka.ms/nuget-package-source-mapping for more details.</summary>
internal static string @FailedToFindSourceUnderPackageSourceMapping => GetResourceString("FailedToFindSourceUnderPackageSourceMapping");
/// <summary>{0}: failed to find toolAssembly for {1}</summary>
internal static string @FailedToFindToolAssembly => GetResourceString("FailedToFindToolAssembly");
/// <summary>Failed to load NuGet source {0}</summary>
internal static string @FailedToLoadNuGetSource => GetResourceString("FailedToLoadNuGetSource");
/// <summary>Package Source Mapping is enabled, but no source mapped under the specified package ID: {0}. See the documentation for Package Source Mapping at https://aka.ms/nuget-package-source-mapping for more details.</summary>
internal static string @FailedToMapSourceUnderPackageSourceMapping => GetResourceString("FailedToMapSourceUnderPackageSourceMapping");
/// <summary>Failed to read pid file '{0}': {1}</summary>
internal static string @FailedToReadPidFile => GetResourceString("FailedToReadPidFile");
/// <summary>{0}: failed to resolve commandspec from library.</summary>
internal static string @FailedToResolveCommandSpec => GetResourceString("FailedToResolveCommandSpec");
/// <summary>Failed to validate package signing.
/// {0}</summary>
internal static string @FailedToValidatePackageSigning => GetResourceString("FailedToValidatePackageSigning");
/// <summary>Missing 'commands' entry.</summary>
internal static string @FieldCommandsIsMissing => GetResourceString("FieldCommandsIsMissing");
/// <summary>{0}: found tool lockfile at : {1}</summary>
internal static string @FoundToolLockFile => GetResourceString("FoundToolLockFile");
/// <summary>Generating deps.json at: {0}</summary>
internal static string @GeneratingDepsJson => GetResourceString("GeneratingDepsJson");
/// <summary>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</summary>
internal static string @IgnoringPreferCLIRuntimeFile => GetResourceString("IgnoringPreferCLIRuntimeFile");
/// <summary>In package {0}:
/// {1}</summary>
internal static string @InPackage => GetResourceString("InPackage");
/// <summary>{0}: invalid commandResolverArguments</summary>
internal static string @InvalidCommandResolverArguments => GetResourceString("InvalidCommandResolverArguments");
/// <summary>{0} should be an integer</summary>
internal static string @InvalidInputTypeInteger => GetResourceString("InvalidInputTypeInteger");
/// <summary>Invalid manifest file. Path {0}:
/// {1}</summary>
internal static string @InvalidManifestFilePrefix => GetResourceString("InvalidManifestFilePrefix");
/// <summary>The runtime identifier {0} is invalid. Valid runtime identifiers are: {1}.</summary>
internal static string @InvalidRuntimeIdentifier => GetResourceString("InvalidRuntimeIdentifier");
/// <summary>{0} is not found in NuGet feeds {1}.</summary>
internal static string @IsNotFoundInNuGetFeeds => GetResourceString("IsNotFoundInNuGetFeeds");
/// <summary>Json parsing error in file {0} : {1}</summary>
internal static string @JsonParsingError => GetResourceString("JsonParsingError");
/// <summary>{0}: library not found in lock file.</summary>
internal static string @LibraryNotFoundInLockFile => GetResourceString("LibraryNotFoundInLockFile");
/// <summary>{0}: Looking for prefercliruntime file at `{1}`</summary>
internal static string @LookingForPreferCliRuntimeFile => GetResourceString("LookingForPreferCliRuntimeFile");
/// <summary>File {0} came from another computer and might be blocked to help protect this computer. For more information, including how to unblock, see https://aka.ms/motw</summary>
internal static string @ManifestHasMarkOfTheWeb => GetResourceString("ManifestHasMarkOfTheWeb");
/// <summary>Missing 'isRoot' entry.</summary>
internal static string @ManifestMissingIsRoot => GetResourceString("ManifestMissingIsRoot");
/// <summary>Cannot add package. Manifest file already contains version {0} of the package {1}. Uninstall/install or edit manifest file {2} to specify the new version {3}.</summary>
internal static string @ManifestPackageIdCollision => GetResourceString("ManifestPackageIdCollision");
/// <summary>Manifest version 0 is not supported.</summary>
internal static string @ManifestVersion0 => GetResourceString("ManifestVersion0");
/// <summary>Manifest version is {0}. This manifest may not be supported in this SDK version that can support up to manifest version {1}.</summary>
internal static string @ManifestVersionHigherThanSupported => GetResourceString("ManifestVersionHigherThanSupported");
/// <summary>MSBuild arguments: {0}</summary>
internal static string @MSBuildArgs => GetResourceString("MSBuildArgs");
/// <summary>{0}: MSBUILD_EXE_PATH = {1}</summary>
internal static string @MSBuildExePath => GetResourceString("MSBuildExePath");
/// <summary>{0}: MSBuild project path = {1}</summary>
internal static string @MSBuildProjectPath => GetResourceString("MSBuildProjectPath");
/// <summary>MSBuild server</summary>
internal static string @MSBuildServer => GetResourceString("MSBuildServer");
/// <summary>Specify which project file to use because this '{0}' contains more than one project file.</summary>
internal static string @MultipleProjectFilesFound => GetResourceString("MultipleProjectFilesFound");
/// <summary>More than one entry exists for package(s): {0}.</summary>
internal static string @MultipleSamePackageId => GetResourceString("MultipleSamePackageId");
/// <summary>Run "dotnet tool restore" to make the "{0}" command available.</summary>
internal static string @NeedRunToolRestore => GetResourceString("NeedRunToolRestore");
/// <summary>Failed to search. NuGet Search API response detail:
/// RequestUrl: {0}. ReasonPhrase: {1}. StatusCode: {2}.</summary>
internal static string @NonRetriableNugetSearchFailure => GetResourceString("NonRetriableNugetSearchFailure");
/// <summary>Skipping signature verification for NuGet package "{0}" because it comes from a source that does not require signature validation.</summary>
internal static string @NuGetPackageShouldNotBeSigned => GetResourceString("NuGetPackageShouldNotBeSigned");
/// <summary>Skipping NuGet package signature verification.</summary>
internal static string @NuGetPackageSignatureVerificationSkipped => GetResourceString("NuGetPackageSignatureVerificationSkipped");
/// <summary>{0}: nuget packages root:
/// {1}</summary>
internal static string @NuGetPackagesRoot => GetResourceString("NuGetPackagesRoot");
/// <summary>Only one project can be specified at a time using the -p option.</summary>
internal static string @OnlyOneProjectAllowed => GetResourceString("OnlyOneProjectAllowed");
/// <summary>A version of {0} of package {1}</summary>
internal static string @PackageVersionDescriptionDefault => GetResourceString("PackageVersionDescriptionDefault");
/// <summary>Version {0} of package {1}</summary>
internal static string @PackageVersionDescriptionForExactVersionMatch => GetResourceString("PackageVersionDescriptionForExactVersionMatch");
/// <summary>A version between {0} and {1} of package {2}</summary>
internal static string @PackageVersionDescriptionForVersionWithLowerAndUpperBounds => GetResourceString("PackageVersionDescriptionForVersionWithLowerAndUpperBounds");
/// <summary>A version higher than {0} of package {1}</summary>
internal static string @PackageVersionDescriptionForVersionWithLowerBound => GetResourceString("PackageVersionDescriptionForVersionWithLowerBound");
/// <summary>A version less than {0} of package {1}</summary>
internal static string @PackageVersionDescriptionForVersionWithUpperBound => GetResourceString("PackageVersionDescriptionForVersionWithUpperBound");
/// <summary>Razor build server</summary>
internal static string @RazorServer => GetResourceString("RazorServer");
/// <summary>{0}: resolving commandspec from {1} Tool Libraries.</summary>
internal static string @ResolvingCommandSpec => GetResourceString("ResolvingCommandSpec");
/// <summary>Failed to search. Retry later may resolve the issue. NuGet Search API response detail:
/// RequestUrl: {0}. ReasonPhrase: {1}. StatusCode: {2}.</summary>
internal static string @RetriableNugetSearchFailure => GetResourceString("RetriableNugetSearchFailure");
/// <summary>Enable diagnostic output.</summary>
internal static string @SDKDiagnosticsCommandDefinition => GetResourceString("SDKDiagnosticsCommandDefinition");
/// <summary>The shutdown command failed: {0}</summary>
internal static string @ShutdownCommandFailed => GetResourceString("ShutdownCommandFailed");
/// <summary>{0}: tool library found {1}</summary>
internal static string @ToolLibraryFound => GetResourceString("ToolLibraryFound");
/// <summary>Missing 'version' entry.</summary>
internal static string @ToolMissingVersion => GetResourceString("ToolMissingVersion");
/// <summary>The requested certificate chain policy could not be checked: {0}</summary>
internal static string @UnableToCheckCertificateChainPolicy => GetResourceString("UnableToCheckCertificateChainPolicy");
/// <summary>unable to delete temporary deps.json file: {0}</summary>
internal static string @UnableToDeleteTemporaryDepsJson => GetResourceString("UnableToDeleteTemporaryDepsJson");
/// <summary>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option option after "dotnet" for diagnostic output (for example, "dotnet -d <toolname>": {0}</summary>
internal static string @UnableToGenerateDepsJson => GetResourceString("UnableToGenerateDepsJson");
/// <summary>Unable to locate dotnet multiplexer</summary>
internal static string @UnableToLocateDotnetMultiplexer => GetResourceString("UnableToLocateDotnetMultiplexer");
/// <summary>Expected a {0} for property '{1}'.</summary>
internal static string @UnexpectedTypeInJson => GetResourceString("UnexpectedTypeInJson");
/// <summary>VB/C# compiler server</summary>
internal static string @VBCSCompilerServer => GetResourceString("VBCSCompilerServer");
/// <summary>Verified that the NuGet package "{0}" has a valid signature.</summary>
internal static string @VerifyingNuGetPackageSignature => GetResourceString("VerifyingNuGetPackageSignature");
/// <summary>Version for package `{0}` could not be resolved.</summary>
internal static string @VersionForPackageCouldNotBeResolved => GetResourceString("VersionForPackageCouldNotBeResolved");
/// <summary>Version {0} is invalid.</summary>
internal static string @VersionIsInvalid => GetResourceString("VersionIsInvalid");
/// <summary>An issue was encountered verifying workloads. For more information, run "dotnet workload update".</summary>
internal static string @WorkloadIntegrityCheckError => GetResourceString("WorkloadIntegrityCheckError");
/// <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>Cannot specify --version when the package argument already contains a version.</summary>
internal static string @PackageIdentityArgumentVersionOptionConflict => GetResourceString("PackageIdentityArgumentVersionOptionConflict");
/// <summary>Accept all confirmation prompts using "yes."</summary>
internal static string @YesOptionDescription => GetResourceString("YesOptionDescription");
/// <summary>Display the command schema as JSON.</summary>
internal static string @SDKSchemaCommandDefinition => GetResourceString("SDKSchemaCommandDefinition");
/// <summary>Only one .nuspec file can be packed at a time</summary>
internal static string @PackCmd_OneNuspecAllowed => GetResourceString("PackCmd_OneNuspecAllowed");
}
}
|