| File: Resources\UpdateCommandStrings.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; 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. (Preview) /// </summary> internal static string Description { get { return ResourceManager.GetString("Description", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The path to the Aspire apphost project file. /// </summary> internal static string ProjectArgumentDescription { get { return ResourceManager.GetString("ProjectArgumentDescription", resourceCulture); } } internal static string SelectChannelPrompt => ResourceManager.GetString("SelectChannelPrompt", resourceCulture); internal static string AnalyzingProjectStatus => ResourceManager.GetString("AnalyzingProjectStatus", 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 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); internal static string CouldNotFindPackageVersionInDirectoryPackagesProps => ResourceManager.GetString("CouldNotFindPackageVersionInDirectoryPackagesProps", resourceCulture); internal static string NoChangesDetectedInNuGetConfig => ResourceManager.GetString("NoChangesDetectedInNuGetConfig", resourceCulture); internal static string ApplyChangesToNuGetConfig => ResourceManager.GetString("ApplyChangesToNuGetConfig", resourceCulture); internal static string AddedFeedFormat => ResourceManager.GetString("AddedFeedFormat", resourceCulture); internal static string RemovedFeedFormat => ResourceManager.GetString("RemovedFeedFormat", resourceCulture); internal static string RetainedFeedFormat => ResourceManager.GetString("RetainedFeedFormat", resourceCulture); internal static string MappingAddedFormat => ResourceManager.GetString("MappingAddedFormat", resourceCulture); internal static string MappingRemovedFormat => ResourceManager.GetString("MappingRemovedFormat", resourceCulture); internal static string MappingRetainedFormat => ResourceManager.GetString("MappingRetainedFormat", resourceCulture); internal static string FallbackParsingWarning => ResourceManager.GetString("FallbackParsingWarning", resourceCulture); internal static string NoAppHostFoundUpdateCliPrompt => ResourceManager.GetString("NoAppHostFoundUpdateCliPrompt", resourceCulture); internal static string UpdateCliAfterProjectUpdatePrompt => ResourceManager.GetString("UpdateCliAfterProjectUpdatePrompt", resourceCulture); internal static string ChannelOptionDescription => ResourceManager.GetString("ChannelOptionDescription", resourceCulture); internal static string ChannelOptionDescriptionWithStaging => ResourceManager.GetString("ChannelOptionDescriptionWithStaging", resourceCulture); internal static string QualityOptionDescription => ResourceManager.GetString("QualityOptionDescription", resourceCulture); internal static string QualityOptionDescriptionWithStaging => ResourceManager.GetString("QualityOptionDescriptionWithStaging", resourceCulture); internal static string DotNetToolSelfUpdateMessage => ResourceManager.GetString("DotNetToolSelfUpdateMessage", resourceCulture); internal static string MigratedToNewSdkFormat => ResourceManager.GetString("MigratedToNewSdkFormat", resourceCulture); internal static string RemovedObsoleteAppHostPackage => ResourceManager.GetString("RemovedObsoleteAppHostPackage", resourceCulture); internal static string NoWritePermissionToInstallDirectory => ResourceManager.GetString("NoWritePermissionToInstallDirectory", resourceCulture); internal static string CheckingForUpdates => ResourceManager.GetString("CheckingForUpdates", resourceCulture); internal static string ApplyingUpdates => ResourceManager.GetString("ApplyingUpdates", resourceCulture); internal static string ExtractingNewCli => ResourceManager.GetString("ExtractingNewCli", resourceCulture); internal static string ExtractedNewCli => ResourceManager.GetString("ExtractedNewCli", resourceCulture); internal static string RegeneratingSdkCode => ResourceManager.GetString("RegeneratingSdkCode", resourceCulture); internal static string RegeneratedSdkCode => ResourceManager.GetString("RegeneratedSdkCode", resourceCulture); internal static string SelfOptionDescription => ResourceManager.GetString("SelfOptionDescription", resourceCulture); } }