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