| File: src\sdk\artifacts\obj\Microsoft.TemplateSearch.Common\Release\net11.0\Microsoft.TemplateSearch.Common.LocalizableStrings.cs | |
| Project: Microsoft.TemplateSearch.Common.csproj (Microsoft.TemplateSearch.Common) |
// <auto-generated> using System.Reflection; namespace Microsoft.TemplateSearch.Common { internal static partial class LocalizableStrings { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(LocalizableStrings))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>Failed to update search cache.</summary> internal static string @BlobStoreSourceFileProvider_Exception_FailedToUpdateCache => GetResourceString("BlobStoreSourceFileProvider_Exception_FailedToUpdateCache"); /// <summary>Local search cache '{0}' does not exist.</summary> internal static string @BlobStoreSourceFileProvider_Exception_LocalCacheDoesNotExist => GetResourceString("BlobStoreSourceFileProvider_Exception_LocalCacheDoesNotExist"); /// <summary>Failed to update search cache. Local search cache will be used instead.</summary> internal static string @BlobStoreSourceFileProvider_Warning_LocalCacheWillBeUsed => GetResourceString("BlobStoreSourceFileProvider_Warning_LocalCacheWillBeUsed"); /// <summary>The template search cache data is not supported.</summary> internal static string @TemplateSearchCache_Exception_NotSupported => GetResourceString("TemplateSearchCache_Exception_NotSupported"); /// <summary>The template search cache data is not valid.</summary> internal static string @TemplateSearchCache_Exception_NotValid => GetResourceString("TemplateSearchCache_Exception_NotValid"); } }