豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.51 KB

File metadata and controls

45 lines (27 loc) · 1.51 KB
title NuGet Warning NU3003
description NU3003 Warning code
author mishra14
ms.author jodou
ms.date 8/16/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU3003

NuGet Warning NU3003

Scenario 1

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The package is not signed. Unable to verify signature from an unsigned package.

Issue

NuGet client tried to verify a package which does not contain a package signature.

Solution

Please file an issue at NuGet/Home along with the package that generated this problem.

Scenario 2

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The package signature is invalid or cannot be verified on this platform.

Issue

NuGet client tried to verify a package which contains an invalid package signature or a signature that connot be verified on the current platform.

Solution

Please file an issue at NuGet/Home along with the package that generated this problem and the platform on which the issue was encountered.

Note

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