3 references to Log_UnknownCompatibilityProfile
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.cs (1)
274
await _logger.LogAsync(RestoreLogMessage.CreateWarning(NuGetLogCode.NU1502, string.Format(CultureInfo.CurrentCulture, Strings.
Log_UnknownCompatibilityProfile
, profile.Key)));
RestoreCommand\RestoreCommand.cs (2)
1928
var message = string.Format(CultureInfo.CurrentCulture, Strings.
Log_UnknownCompatibilityProfile
, profile.Key);
2092
var message = string.Format(CultureInfo.CurrentCulture, Strings.
Log_UnknownCompatibilityProfile
, profile.Key);