6 references to NU3009
NuGet.Packaging (6)
Signing\Cms\ManagedCmsWrapper.cs (5)
28
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);
38
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);
60
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);
74
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);
92
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);
Signing\Signatures\PrimarySignature.cs (1)
59
throw new SignatureException(NuGetLogCode.
NU3009
, Strings.Error_NotOnePrimarySignature);