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