Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

File metadata and controls

29 lines (20 loc) · 1.17 KB
title description author ms.author ms.date ms.topic ms.reviewer f1_keywords
NuGet Warning NU3010
NU3010 Warning code
mishra14
jodou
8/16/2018
reference
anangaur
NU3010

NuGet Warning NU3010

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The primary signature does not have a signing certificate.

Issue

NuGet client tried to verify a package signature with a SignerInfo entry that does not contain a signing certificate.

Solution

Please request the package author to re-sign the package using the nuget sign command as described in NuGet docs. If the problem persists, then please file an issue at NuGet/Home along with the package that generated this problem.

Note

When NuGet’s signature validation mode is set to accept (default), NU3010 is raised as a warning. When NuGet’s signature validation mode is set to require, or when running the nuget verify -signatures command, NU3010 is elevated from a warning to an error.