19 references to Strings
NuGet.Common (19)
ClientVersionUtility.cs (1)
47throw new InvalidOperationException(Strings.UnableToDetemineClientVersion);
ConcurrencyUtilities.cs (2)
82Strings.UnauthorizedLockFail, 172Strings.UnauthorizedLockFail,
CryptoHashProvider.cs (1)
53throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedHashAlgorithm, hashAlgorithm), nameof(hashAlgorithm));
CryptoHashUtility.cs (5)
204string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedHashAlgorithmName, hashAlgorithmName), 253string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedHashAlgorithmName, hashAlgorithmName), 274string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedHashAlgorithmName, hashAlgorithmName), 307string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedHashAlgorithmName, oid), 328string.Format(CultureInfo.CurrentCulture, Strings.UnsupportedSignatureAlgorithmName, signatureAlgorithmName),
DatetimeUtility.cs (4)
42return string.Format(format, Strings.TimeUnits_Millisecond, result); 47return string.Format(format, Strings.TimeUnits_Second, result); 52return string.Format(format, Strings.TimeUnits_Minute, result); 55return string.Format(format, Strings.TimeUnits_Hour, result);
PathUtil\NuGetEnvironment.cs (1)
62Strings.UnableToSetNuGetTempFolderPermission,
PathUtil\PathUtility.cs (1)
362var message = string.Format(CultureInfo.CurrentCulture, Strings.Argument_Must_Be_GreaterThanOrEqualTo, 6);
PathUtil\ProjectJsonPathUtilities.cs (3)
35throw new ArgumentException(Strings.ArgumentNullOrEmpty, nameof(projectName)); 57throw new ArgumentException(Strings.ArgumentNullOrEmpty, nameof(projectName)); 70throw new ArgumentException(Strings.ArgumentNullOrEmpty, nameof(projectName));
Strings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Common.Strings", typeof(Strings).Assembly);