33 references to ResourceManager
aspire (33)
Resources\UpdateCommandStrings.Designer.cs (33)
57return ResourceManager.GetString("Description", resourceCulture); 66return ResourceManager.GetString("ProjectArgumentDescription", resourceCulture); 70internal static string SelectChannelPrompt => ResourceManager.GetString("SelectChannelPrompt", resourceCulture); 71internal static string AnalyzingProjectStatus => ResourceManager.GetString("AnalyzingProjectStatus", resourceCulture); 72internal static string ProjectUpToDateMessage => ResourceManager.GetString("ProjectUpToDateMessage", resourceCulture); 73internal static string PerformUpdatesPrompt => ResourceManager.GetString("PerformUpdatesPrompt", resourceCulture); 74internal static string WhichDirectoryNuGetConfigPrompt => ResourceManager.GetString("WhichDirectoryNuGetConfigPrompt", resourceCulture); 75internal static string ExecutingUpdateStepFormat => ResourceManager.GetString("ExecutingUpdateStepFormat", resourceCulture); 76internal static string UpdateSuccessfulMessage => ResourceManager.GetString("UpdateSuccessfulMessage", resourceCulture); 77internal static string AnalyzeAppHost => ResourceManager.GetString("AnalyzeAppHost", resourceCulture); 78internal static string AnalyzeAppHostSdk => ResourceManager.GetString("AnalyzeAppHostSdk", resourceCulture); 79internal static string AnalyzeProjectFormat => ResourceManager.GetString("AnalyzeProjectFormat", resourceCulture); 80internal static string UpdatePackageFormat => ResourceManager.GetString("UpdatePackageFormat", resourceCulture); 81internal static string FailedDiscoverNuGetConfig => ResourceManager.GetString("FailedDiscoverNuGetConfig", resourceCulture); 82internal static string FailedFetchItemsAndPropertiesFormat => ResourceManager.GetString("FailedFetchItemsAndPropertiesFormat", resourceCulture); 83internal static string NoPackageFoundFormat => ResourceManager.GetString("NoPackageFoundFormat", resourceCulture); 84internal static string CouldNotFindRootProjectElementFormat => ResourceManager.GetString("CouldNotFindRootProjectElementFormat", resourceCulture); 85internal static string CouldNotFindSdkElementFormat => ResourceManager.GetString("CouldNotFindSdkElementFormat", resourceCulture); 86internal static string ProjectReferenceNoFullPath => ResourceManager.GetString("ProjectReferenceNoFullPath", resourceCulture); 87internal static string PackageReferenceNoIdentity => ResourceManager.GetString("PackageReferenceNoIdentity", resourceCulture); 88internal static string PackageReferenceNoVersion => ResourceManager.GetString("PackageReferenceNoVersion", resourceCulture); 89internal static string FailedUpdatePackageReferenceFormat => ResourceManager.GetString("FailedUpdatePackageReferenceFormat", resourceCulture); 90internal static string UnexpectedCodePath => ResourceManager.GetString("UnexpectedCodePath", resourceCulture); 91internal static string CentralPackageManagementNotSupported => ResourceManager.GetString("CentralPackageManagementNotSupported", resourceCulture); 92internal static string CouldNotFindPackageVersionInDirectoryPackagesProps => ResourceManager.GetString("CouldNotFindPackageVersionInDirectoryPackagesProps", resourceCulture); 93internal static string NoChangesDetectedInNuGetConfig => ResourceManager.GetString("NoChangesDetectedInNuGetConfig", resourceCulture); 94internal static string ApplyChangesToNuGetConfig => ResourceManager.GetString("ApplyChangesToNuGetConfig", resourceCulture); 95internal static string AddedFeedFormat => ResourceManager.GetString("AddedFeedFormat", resourceCulture); 96internal static string RemovedFeedFormat => ResourceManager.GetString("RemovedFeedFormat", resourceCulture); 97internal static string RetainedFeedFormat => ResourceManager.GetString("RetainedFeedFormat", resourceCulture); 98internal static string MappingAddedFormat => ResourceManager.GetString("MappingAddedFormat", resourceCulture); 99internal static string MappingRemovedFormat => ResourceManager.GetString("MappingRemovedFormat", resourceCulture); 100internal static string MappingRetainedFormat => ResourceManager.GetString("MappingRetainedFormat", resourceCulture);