| File: Resources\InteractionServiceStrings.Designer.cs | Web Access |
| Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire) |
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace Aspire.Cli.Resources { using System; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class InteractionServiceStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal InteractionServiceStrings() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.InteractionServiceStrings", typeof(InteractionServiceStrings).Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to The apphost version is not compatible. Please upgrade the apphost or Aspire CLI.. /// </summary> public static string AppHostNotCompatibleConsiderUpgrading { get { return ResourceManager.GetString("AppHostNotCompatibleConsiderUpgrading", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Aspire CLI Version. /// </summary> public static string AspireCLIVersion { get { return ResourceManager.GetString("AspireCLIVersion", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Aspire.Hosting Version. /// </summary> public static string AspireHostingSDKVersion { get { return ResourceManager.GetString("AspireHostingSDKVersion", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Building apphost.... /// </summary> public static string BuildingAppHost { get { return ResourceManager.GetString("BuildingAppHost", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Checking certificates.... /// </summary> public static string CheckingCertificates { get { return ResourceManager.GetString("CheckingCertificates", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Checking project type.... /// </summary> public static string CheckingProjectType { get { return ResourceManager.GetString("CheckingProjectType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Codespaces. /// </summary> public static string CodespacesLink { get { return ResourceManager.GetString("CodespacesLink", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Created settings file at {0}.. /// </summary> public static string CreatedSettingsFile { get { return ResourceManager.GetString("CreatedSettingsFile", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Updated settings file at {0}.. /// </summary> public static string UpdatedSettingsFile { get { return ResourceManager.GetString("UpdatedSettingsFile", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Other (specify next). /// </summary> public static string CustomChoiceLabel { get { return ResourceManager.GetString("CustomChoiceLabel", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dashboard. /// </summary> public static string Dashboard { get { return ResourceManager.GetString("Dashboard", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Direct. /// </summary> public static string DirectLink { get { return ResourceManager.GetString("DirectLink", resourceCulture); } } /// <summary> /// Looks up a localized string similar to An error occurred while connecting to the apphost. The apphost possibly crashed before it was available: {0}.. /// </summary> public static string ErrorConnectingToAppHost { get { return ResourceManager.GetString("ErrorConnectingToAppHost", resourceCulture); } } /// <summary> /// Looks up a localized string similar to An error occurred while connecting to the apphost. The apphost possibly crashed before it was available: {0}.. /// </summary> public static string AppHostConnectionLost { get { return ResourceManager.GetString("AppHostConnectionLost", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Finding apphosts.... /// </summary> public static string FindingAppHosts { get { return ResourceManager.GetString("FindingAppHosts", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Interactive input is not supported in this environment. Use the --non-interactive flag or ensure the CLI is running in an interactive terminal.. /// </summary> public static string InteractiveInputNotSupported { get { return ResourceManager.GetString("InteractiveInputNotSupported", resourceCulture); } } /// <summary> /// Looks up a localized string similar to [dim]For more information, see: [link]{0}[/][/]. /// </summary> public static string MoreInfoNewCliVersion { get { return ResourceManager.GetString("MoreInfoNewCliVersion", resourceCulture); } } /// <summary> /// Looks up a localized string similar to [yellow]A new version of Aspire is available: {0}[/]. /// </summary> public static string NewCliVersionAvailable { get { return ResourceManager.GetString("NewCliVersionAvailable", resourceCulture); } } /// <summary> /// Looks up a localized string similar to No items available for selection: {0}. /// </summary> public static string NoItemsAvailableForSelection { get { return ResourceManager.GetString("NoItemsAvailableForSelection", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The operation was canceled.. /// </summary> public static string OperationCancelled { get { return ResourceManager.GetString("OperationCancelled", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The project could not be built. See logs at {0}. /// </summary> public static string ProjectCouldNotBeBuilt { get { return ResourceManager.GetString("ProjectCouldNotBeBuilt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The --apphost option specified a project that does not exist.. /// </summary> public static string ProjectOptionDoesntExist { get { return ResourceManager.GetString("ProjectOptionDoesntExist", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The --apphost option was not specified and multiple apphost project files were detected.. /// </summary> public static string ProjectOptionNotSpecifiedMultipleAppHostsFound { get { return ResourceManager.GetString("ProjectOptionNotSpecifiedMultipleAppHostsFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The project argument was not specified and no *.csproj files were detected.. /// </summary> public static string ProjectOptionNotSpecifiedNoCsprojFound { get { return ResourceManager.GetString("ProjectOptionNotSpecifiedNoCsprojFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Required Capability. /// </summary> public static string RequiredCapability { get { return ResourceManager.GetString("RequiredCapability", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Searching.... /// </summary> public static string SearchingProjects { get { return ResourceManager.GetString("SearchingProjects", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Select an apphost to use:. /// </summary> public static string SelectAppHostToUse { get { return ResourceManager.GetString("SelectAppHostToUse", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified project file is not an Aspire apphost project.. /// </summary> public static string SpecifiedProjectFileNotAppHostProject { get { return ResourceManager.GetString("SpecifiedProjectFileNotAppHostProject", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Stopping Aspire.. /// </summary> public static string StoppingAspire { get { return ResourceManager.GetString("StoppingAspire", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Trusting certificates.... /// </summary> public static string TrustingCertificates { get { return ResourceManager.GetString("TrustingCertificates", resourceCulture); } } /// <summary> /// Looks up a localized string similar to No apphosts were found (there may be apphosts project files with syntax errors/invalid SDK versions).. /// </summary> public static string UnbuildableAppHostsDetected { get { return ResourceManager.GetString("UnbuildableAppHostsDetected", resourceCulture); } } /// <summary> /// Looks up a localized string similar to An unexpected error occurred: {0}. /// </summary> public static string UnexpectedErrorOccurred { get { return ResourceManager.GetString("UnexpectedErrorOccurred", resourceCulture); } } /// <summary> /// Looks up a localized string similar to See logs at {0}. /// </summary> public static string SeeLogsAt { get { return ResourceManager.GetString("SeeLogsAt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Waiting for debugger to attach to apphost process. /// </summary> public static string WaitingForDebuggerToAttachToAppHost { get { return ResourceManager.GetString("WaitingForDebuggerToAttachToAppHost", resourceCulture); } } /// <summary> /// Looks up a localized string similar to [dim]To update, run: {0}[/]. /// </summary> public static string ToUpdateRunCommand { get { return ResourceManager.GetString("ToUpdateRunCommand", resourceCulture); } } } }