25 references to ResourceManager
aspire (25)
Resources\UpdateCommandStrings.Designer.cs (25)
57return ResourceManager.GetString("Description", resourceCulture); 61internal static string SelectChannelPrompt => ResourceManager.GetString("SelectChannelPrompt", resourceCulture); 62internal static string AnalyzingProjectStatus => ResourceManager.GetString("AnalyzingProjectStatus", resourceCulture); 63internal static string ProjectHasUpdatesMessage => ResourceManager.GetString("ProjectHasUpdatesMessage", resourceCulture); 64internal static string ProjectUpToDateMessage => ResourceManager.GetString("ProjectUpToDateMessage", resourceCulture); 65internal static string PerformUpdatesPrompt => ResourceManager.GetString("PerformUpdatesPrompt", resourceCulture); 66internal static string WhichDirectoryNuGetConfigPrompt => ResourceManager.GetString("WhichDirectoryNuGetConfigPrompt", resourceCulture); 67internal static string ExecutingUpdateStepFormat => ResourceManager.GetString("ExecutingUpdateStepFormat", resourceCulture); 68internal static string UpdateSuccessfulMessage => ResourceManager.GetString("UpdateSuccessfulMessage", resourceCulture); 69internal static string AnalyzeAppHost => ResourceManager.GetString("AnalyzeAppHost", resourceCulture); 70internal static string AnalyzeAppHostSdk => ResourceManager.GetString("AnalyzeAppHostSdk", resourceCulture); 71internal static string AnalyzeProjectFormat => ResourceManager.GetString("AnalyzeProjectFormat", resourceCulture); 72internal static string UpdateAppHostSdkFormat => ResourceManager.GetString("UpdateAppHostSdkFormat", resourceCulture); 73internal static string UpdatePackageFormat => ResourceManager.GetString("UpdatePackageFormat", resourceCulture); 74internal static string FailedDiscoverNuGetConfig => ResourceManager.GetString("FailedDiscoverNuGetConfig", resourceCulture); 75internal static string FailedFetchItemsAndPropertiesFormat => ResourceManager.GetString("FailedFetchItemsAndPropertiesFormat", resourceCulture); 76internal static string NoPackageFoundFormat => ResourceManager.GetString("NoPackageFoundFormat", resourceCulture); 77internal static string CouldNotFindRootProjectElementFormat => ResourceManager.GetString("CouldNotFindRootProjectElementFormat", resourceCulture); 78internal static string CouldNotFindSdkElementFormat => ResourceManager.GetString("CouldNotFindSdkElementFormat", resourceCulture); 79internal static string ProjectReferenceNoFullPath => ResourceManager.GetString("ProjectReferenceNoFullPath", resourceCulture); 80internal static string PackageReferenceNoIdentity => ResourceManager.GetString("PackageReferenceNoIdentity", resourceCulture); 81internal static string PackageReferenceNoVersion => ResourceManager.GetString("PackageReferenceNoVersion", resourceCulture); 82internal static string FailedUpdatePackageReferenceFormat => ResourceManager.GetString("FailedUpdatePackageReferenceFormat", resourceCulture); 83internal static string UnexpectedCodePath => ResourceManager.GetString("UnexpectedCodePath", resourceCulture); 84internal static string CentralPackageManagementNotSupported => ResourceManager.GetString("CentralPackageManagementNotSupported", resourceCulture);