File: src\Aspire.Cli\Resources\InteractionServiceStrings.Designer.cs
Web Access
Project: src\tests\Aspire.Cli.EndToEnd.Tests\Aspire.Cli.EndToEnd.Tests.csproj (Aspire.Cli.EndToEnd.Tests)
//------------------------------------------------------------------------------
// <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 The AppHost is using an older Aspire version than the Aspire CLI. Update the AppHost&apos;s Aspire packages to continue..
        /// </summary>
        public static string AppHostNotCompatibleUpdateAppHost {
            get {
                return ResourceManager.GetString("AppHostNotCompatibleUpdateAppHost", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The Aspire CLI is older than the Aspire version used by the AppHost. Update the Aspire CLI to continue..
        /// </summary>
        public static string AppHostNotCompatibleUpdateCli {
            get {
                return ResourceManager.GetString("AppHostNotCompatibleUpdateCli", 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: {0}.
        /// </summary>
        public static string ErrorConnectingToAppHost {
            get {
                return ResourceManager.GetString("ErrorConnectingToAppHost", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The connection to the AppHost was lost: {0}.
        /// </summary>
        public static string AppHostConnectionLost {
            get {
                return ResourceManager.GetString("AppHostConnectionLost", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The connection to the application was lost..
        /// </summary>
        public static string AppHostConnectionLostGeneric {
            get {
                return ResourceManager.GetString("AppHostConnectionLostGeneric", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The application shut down..
        /// </summary>
        public static string AppHostShutDown {
            get {
                return ResourceManager.GetString("AppHostShutDown", 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 This prompt requires interactive input but the CLI is running in non-interactive mode. This operation does not yet support non-interactive execution..
        /// </summary>
        public static string InteractiveInputNotSupported {
            get {
                return ResourceManager.GetString("InteractiveInputNotSupported", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
        public static string InvalidSelection {
            get {
                return ResourceManager.GetString("InvalidSelection", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to [dim]For more information, see: {0}[/].
        /// </summary>
        public static string MoreInfoNewCliVersion {
            get {
                return ResourceManager.GetString("MoreInfoNewCliVersion", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to Available values: {0}.
        /// </summary>
        public static string NonInteractiveAvailableValues {
            get {
                return ResourceManager.GetString("NonInteractiveAvailableValues", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to No supported app hosts were found..
        /// </summary>
        public static string NoSupportedAppHostsFound {
            get {
                return ResourceManager.GetString("NoSupportedAppHostsFound", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The value &apos;{0}&apos; is not valid for {1}..
        /// </summary>
        public static string NonInteractiveInvalidValue {
            get {
                return ResourceManager.GetString("NonInteractiveInvalidValue", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The {0} option must be specified when running in non-interactive mode..
        /// </summary>
        public static string NonInteractiveOptionRequired {
            get {
                return ResourceManager.GetString("NonInteractiveOptionRequired", 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..
        /// </summary>
        public static string ProjectCouldNotBeBuilt {
            get {
                return ResourceManager.GetString("ProjectCouldNotBeBuilt", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The app could not be created..
        /// </summary>
        public static string ProjectCouldNotBeCreated {
            get {
                return ResourceManager.GetString("ProjectCouldNotBeCreated", 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 specified a directory that contains multiple apphost project files..
        /// </summary>
        public static string ProjectOptionSpecifiedDirectoryContainsMultipleAppHosts {
            get {
                return ResourceManager.GetString("ProjectOptionSpecifiedDirectoryContainsMultipleAppHosts", resourceCulture);
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to The --apphost option specified a directory that does not contain any apphost project files..
        /// </summary>
        public static string ProjectOptionSpecifiedDirectoryContainsNoAppHosts {
            get {
                return ResourceManager.GetString("ProjectOptionSpecifiedDirectoryContainsNoAppHosts", 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 --apphost option was not specified and no AppHost project files were detected..
        /// </summary>
        public static string ProjectOptionNotSpecifiedNoAppHostsFound {
            get {
                return ResourceManager.GetString("ProjectOptionNotSpecifiedNoAppHostsFound", 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 See app host logs at {0}.
        /// </summary>
        public static string SeeAppHostLogsAt {
            get {
                return ResourceManager.GetString("SeeAppHostLogsAt", 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);
            }
        }
    }
}