4 references to StringFormatter
NuGet.PackageManagement (4)
PackageDownloader.cs (2)
113
logger.LogDebug(
StringFormatter
.Log_PackageSourceMappingMatchFound(packageIdentity.Id, packageSourcesAtPrefix));
117
logger.LogDebug(
StringFormatter
.Log_PackageSourceMappingNoMatchFound(packageIdentity.Id));
Resolution\ResolverGather.cs (2)
551
_context.Log.LogDebug(
StringFormatter
.Log_PackageSourceMappingMatchFound((package.Id), packageSourcesAtPrefix));
555
_context.Log.LogDebug(
StringFormatter
.Log_PackageSourceMappingNoMatchFound((package.Id)));