File: Resources\UpdateCommandStrings.Designer.cs
Web Access
Project: src\src\Aspire.Cli\Aspire.Cli.Tool.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;
    using System.Reflection;
    using System.Resources;
    using System.Diagnostics.CodeAnalysis;
    using System.CodeDom.Compiler;
    using System.Globalization;
    using System.ComponentModel;
    using System.Diagnostics;
    using System.Runtime.CompilerServices;
 
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class UpdateCommandStrings {
        private static ResourceManager resourceMan;
        private static CultureInfo resourceCulture;
 
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        internal static ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    resourceMan = new ResourceManager("Aspire.Cli.Resources.UpdateCommandStrings", typeof(UpdateCommandStrings).Assembly);
                }
                return resourceMan;
            }
        }
 
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        internal static CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
 
        /// <summary>
        ///   Looks up a localized string similar to Update integrations in the Aspire project.
        /// </summary>
        internal static string Description {
            get {
                return ResourceManager.GetString("Description", resourceCulture);
            }
        }
 
    internal static string SelectChannelPrompt => ResourceManager.GetString("SelectChannelPrompt", resourceCulture);
    internal static string AnalyzingProjectStatus => ResourceManager.GetString("AnalyzingProjectStatus", resourceCulture);
    internal static string ProjectHasUpdatesMessage => ResourceManager.GetString("ProjectHasUpdatesMessage", resourceCulture);
    internal static string ProjectUpToDateMessage => ResourceManager.GetString("ProjectUpToDateMessage", resourceCulture);
    internal static string PerformUpdatesPrompt => ResourceManager.GetString("PerformUpdatesPrompt", resourceCulture);
    internal static string WhichDirectoryNuGetConfigPrompt => ResourceManager.GetString("WhichDirectoryNuGetConfigPrompt", resourceCulture);
    internal static string ExecutingUpdateStepFormat => ResourceManager.GetString("ExecutingUpdateStepFormat", resourceCulture);
    internal static string UpdateSuccessfulMessage => ResourceManager.GetString("UpdateSuccessfulMessage", resourceCulture);
    internal static string AnalyzeAppHost => ResourceManager.GetString("AnalyzeAppHost", resourceCulture);
    internal static string AnalyzeAppHostSdk => ResourceManager.GetString("AnalyzeAppHostSdk", resourceCulture);
    internal static string AnalyzeProjectFormat => ResourceManager.GetString("AnalyzeProjectFormat", resourceCulture);
    internal static string UpdateAppHostSdkFormat => ResourceManager.GetString("UpdateAppHostSdkFormat", resourceCulture);
    internal static string UpdatePackageFormat => ResourceManager.GetString("UpdatePackageFormat", resourceCulture);
    internal static string FailedDiscoverNuGetConfig => ResourceManager.GetString("FailedDiscoverNuGetConfig", resourceCulture);
    internal static string FailedFetchItemsAndPropertiesFormat => ResourceManager.GetString("FailedFetchItemsAndPropertiesFormat", resourceCulture);
    internal static string NoPackageFoundFormat => ResourceManager.GetString("NoPackageFoundFormat", resourceCulture);
    internal static string CouldNotFindRootProjectElementFormat => ResourceManager.GetString("CouldNotFindRootProjectElementFormat", resourceCulture);
    internal static string CouldNotFindSdkElementFormat => ResourceManager.GetString("CouldNotFindSdkElementFormat", resourceCulture);
    internal static string ProjectReferenceNoFullPath => ResourceManager.GetString("ProjectReferenceNoFullPath", resourceCulture);
    internal static string PackageReferenceNoIdentity => ResourceManager.GetString("PackageReferenceNoIdentity", resourceCulture);
    internal static string PackageReferenceNoVersion => ResourceManager.GetString("PackageReferenceNoVersion", resourceCulture);
    internal static string FailedUpdatePackageReferenceFormat => ResourceManager.GetString("FailedUpdatePackageReferenceFormat", resourceCulture);
    internal static string UnexpectedCodePath => ResourceManager.GetString("UnexpectedCodePath", resourceCulture);
    internal static string CentralPackageManagementNotSupported => ResourceManager.GetString("CentralPackageManagementNotSupported", resourceCulture);
    }
}