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