|
// <auto-generated>
using System.Reflection;
namespace Microsoft.DotNet.Cli.Utils
{
internal static partial class LocalizableStrings
{
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(LocalizableStrings)));
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>Malformed command text '{0}'</summary>
internal static string @MalformedText => GetResourceString("MalformedText");
/// <summary>Unable to locate dotnet multiplexer</summary>
internal static string @UnableToLocateDotnetMultiplexer => GetResourceString("UnableToLocateDotnetMultiplexer");
/// <summary>File not found `{0}`.</summary>
internal static string @FileNotFound => GetResourceString("FileNotFound");
/// <summary>The project may not have been restored or restore failed - run `dotnet restore`</summary>
internal static string @ProjectNotRestoredOrRestoreFailed => GetResourceString("ProjectNotRestoredOrRestoreFailed");
/// <summary>Could not execute because the specified command or file was not found.</summary>
internal static string @NoExecutableFoundMatchingCommandErrorMessage => GetResourceString("NoExecutableFoundMatchingCommandErrorMessage");
/// <summary>Possible reasons for this include:
/// * You misspelled a built-in dotnet command.
/// * You intended to execute a .NET program, but {0} does not exist.
/// * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found o ...</summary>
internal static string @NoExecutableFoundMatchingCommand => GetResourceString("NoExecutableFoundMatchingCommand");
/// <summary>Waiting for debugger to attach. Press ENTER to continue</summary>
internal static string @WaitingForDebuggerToAttach => GetResourceString("WaitingForDebuggerToAttach");
/// <summary>Process ID: {0}</summary>
internal static string @ProcessId => GetResourceString("ProcessId");
/// <summary>Could not access assets file.</summary>
internal static string @CouldNotAccessAssetsFile => GetResourceString("CouldNotAccessAssetsFile");
/// <summary>.NET SDK</summary>
internal static string @DotNetSdkInfo => GetResourceString("DotNetSdkInfo");
/// <summary>.NET SDK:</summary>
internal static string @DotNetSdkInfoLabel => GetResourceString("DotNetSdkInfoLabel");
/// <summary>Runtime Environment:</summary>
internal static string @DotNetRuntimeInfoLabel => GetResourceString("DotNetRuntimeInfoLabel");
/// <summary>WriteLine forwarder set previously</summary>
internal static string @WriteLineForwarderSetPreviously => GetResourceString("WriteLineForwarderSetPreviously");
/// <summary>Already capturing stream!</summary>
internal static string @AlreadyCapturingStream => GetResourceString("AlreadyCapturingStream");
/// <summary>Running {0} {1}</summary>
internal static string @RunningFileNameArguments => GetResourceString("RunningFileNameArguments");
/// <summary>< {0} exited with {1} in {2} ms.</summary>
internal static string @ProcessExitedWithCode => GetResourceString("ProcessExitedWithCode");
/// <summary>Unable to invoke {0} after the command has been run</summary>
internal static string @UnableToInvokeMemberNameAfterCommand => GetResourceString("UnableToInvokeMemberNameAfterCommand");
/// <summary>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</summary>
internal static string @EmbedAppNameInHostAppHostHasBeenModified => GetResourceString("EmbedAppNameInHostAppHostHasBeenModified");
/// <summary>Given file name '{0}' is longer than 1024 bytes</summary>
internal static string @EmbedAppNameInHostFileNameIsTooLong => GetResourceString("EmbedAppNameInHostFileNameIsTooLong");
/// <summary>Cannot find command 'dotnet {0}', run the following command to install
///
/// dotnet tool install --global {1}</summary>
internal static string @CannotFindCommandAvailableAsTool => GetResourceString("CannotFindCommandAvailableAsTool");
/// <summary>Using home directory '{0}' set by the '{1}' environment variable.</summary>
internal static string @DotnetCliHomeUsed => GetResourceString("DotnetCliHomeUsed");
/// <summary>.NET workloads installed:</summary>
internal static string @DotnetWorkloadInfoLabel => GetResourceString("DotnetWorkloadInfoLabel");
}
}
|