8 references to LocalizableStrings
Microsoft.TemplateSearch.Common (8)
Providers\NuGetMetadataSearchProvider.cs (4)
102throw new Exception(string.Format(LocalizableStrings.BlobStoreSourceFileProvider_Exception_LocalCacheDoesNotExist, localOverridePath)); 119throw new Exception(string.Format(LocalizableStrings.BlobStoreSourceFileProvider_Exception_LocalCacheDoesNotExist, preferredMetadataLocation)); 227_environmentSettings.Host.Logger.LogWarning(LocalizableStrings.BlobStoreSourceFileProvider_Warning_LocalCacheWillBeUsed); 232throw new AggregateException(LocalizableStrings.BlobStoreSourceFileProvider_Exception_FailedToUpdateCache, exceptionsOccurred);
src\sdk\artifacts\obj\Microsoft.TemplateSearch.Common\Release\net11.0\Microsoft.TemplateSearch.Common.LocalizableStrings.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(LocalizableStrings)));
TemplateSearchCache\TemplateSearchCache.Json.cs (3)
34throw new NotSupportedException(LocalizableStrings.TemplateSearchCache_Exception_NotSupported); 46throw new Exception(LocalizableStrings.TemplateSearchCache_Exception_NotValid); 53?? throw new Exception(LocalizableStrings.TemplateSearchCache_Exception_NotValid);