File: Resources\RunCommandStrings.Designer.cs
Web Access
Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire)
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     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", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    public class RunCommandStrings {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal RunCommandStrings() {
        }
        
        /// <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.RunCommandStrings", typeof(RunCommandStrings).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 AppHost.
        /// </summary>
        public static string AppHost {
            get {
                return ResourceManager.GetString("AppHost", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Connecting to apphost....
        /// </summary>
        public static string ConnectingToAppHost {
            get {
                return ResourceManager.GetString("ConnectingToAppHost", 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 Aspire Dashboard failed to start..
        /// </summary>
        public static string DashboardFailedToStart {
            get {
                return ResourceManager.GetString("DashboardFailedToStart", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Run an Aspire apphost in development mode..
        /// </summary>
        public static string Description {
            get {
                return ResourceManager.GetString("Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Endpoints.
        /// </summary>
        public static string Endpoints {
            get {
                return ResourceManager.GetString("Endpoints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to To view AppHost logs in real-time, switch to the AppHost Debug Console..
        /// </summary>
        public static string ExtensionSwitchingToAppHostConsole {
            get {
                return ResourceManager.GetString("ExtensionSwitchingToAppHostConsole", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The health of the resource, eg Healthy.
        /// </summary>
        public static string Health {
            get {
                return ResourceManager.GetString("Health", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to IsCompatibleAppHost is null.
        /// </summary>
        public static string IsCompatibleAppHostIsNull {
            get {
                return ResourceManager.GetString("IsCompatibleAppHostIsNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Logs.
        /// </summary>
        public static string Logs {
            get {
                return ResourceManager.GetString("Logs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Press [bold]CTRL+C[/] to stop the apphost and exit..
        /// </summary>
        public static string PressCtrlCToStopAppHost {
            get {
                return ResourceManager.GetString("PressCtrlCToStopAppHost", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The path to the Aspire AppHost project file..
        /// </summary>
        public static string ProjectArgumentDescription {
            get {
                return ResourceManager.GetString("ProjectArgumentDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The project could not be run. For more information run with --debug switch..
        /// </summary>
        public static string ProjectCouldNotBeRun {
            get {
                return ResourceManager.GetString("ProjectCouldNotBeRun", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resource.
        /// </summary>
        public static string Resource {
            get {
                return ResourceManager.GetString("Resource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Whether to start a debug session, if running in an Aspire Terminal..
        /// </summary>
        public static string StartDebugSessionArgumentDescription {
            get {
                return ResourceManager.GetString("StartDebugSessionArgumentDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Starting Aspire apphost....
        /// </summary>
        public static string StartingAppHost {
            get {
                return ResourceManager.GetString("StartingAppHost", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Starting dashboard....
        /// </summary>
        public static string StartingDashboard {
            get {
                return ResourceManager.GetString("StartingDashboard", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Detected aspire run inside the Aspire extension, starting a debug session in VS Code....
        /// </summary>
        public static string StartingDebugSessionInExtension {
            get {
                return ResourceManager.GetString("StartingDebugSessionInExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to State.
        /// </summary>
        public static string State {
            get {
                return ResourceManager.GetString("State", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type.
        /// </summary>
        public static string Type {
            get {
                return ResourceManager.GetString("Type", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Start project resources in watch mode..
        /// </summary>
        public static string WatchArgumentDescription {
            get {
                return ResourceManager.GetString("WatchArgumentDescription", resourceCulture);
            }
        }
    }
}