4 references to Strings
NuGet.DependencyResolver.Core (4)
ResolverUtility.cs (3)
98
Strings
.Error_PackageNotFoundWhenExpected,
588
context.Logger.LogDebug(string.Format(CultureInfo.CurrentCulture,
Strings
.Log_NoMatchingSourceFoundForPackage, packageName));
590
context.Logger.LogDebug(string.Format(CultureInfo.CurrentCulture,
Strings
.Log_MatchingSourceFoundForPackage, packageName, string.Join(",", remoteDependencyProviders.Select(provider => provider.Source.Name))));
Strings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.DependencyResolver.Strings", typeof(
Strings
).Assembly);