6 references to NU3000
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
2718unwrappedException = new SignatureException(NuGetLogCode.NU3000, errorMessage, ex.PackageIdentity);
NuGet.Packaging (5)
Signing\SignatureException.cs (1)
37: this(NuGetLogCode.NU3000, message)
Signing\Signatures\Signature.cs (1)
103issues.Add(SignatureLog.Error(NuGetLogCode.NU3000, Strings.ErrorMultipleTimestamps));
Signing\Timestamp\TimestampException.cs (1)
30: this(NuGetLogCode.NU3000, message)
Signing\Utility\SignatureUtility.cs (2)
174throw new SignatureException(NuGetLogCode.NU3000, Strings.PrimarySignatureHasNoTimestamp); 220throw new SignatureException(NuGetLogCode.NU3000, Strings.RepositoryCountersignatureHasNoTimestamp);