-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Labels
Area:ErrorHandlingwarnings and errors/log messages & related error codes.warnings and errors/log messages & related error codes.Functionality:RestorePriority:3Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Type:Bug
Milestone
Description
From @mishra14 on July 18, 2018 1:19
Issue
I am seeing that sdk is not picking up/displaying all the errors from the assets file for a .NET core project in VS.
Steps -
- Download the following zip and change the extension to
.nupkg-
SignedPackage.1.0.0.zip - Install the package in VS to a .NET Core console app.
- The error list displays 2 warnings -

- The assets file actually lists 3 warnings -
"logs": [
{
"code": "NU3027",
"level": "Warning",
"warningLevel": 1,
"message": "The signature should be timestamped to enable long-term signature validity after the certificate has expired."
},
{
"code": "NU3018",
"level": "Warning",
"warningLevel": 1,
"message": "The author primary signature found a chain building issue: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider."
},
{
"code": "NU3037",
"level": "Warning",
"warningLevel": 1,
"message": "The author primary signature validity period has expired."
}
Info -
VS - 15.8 Preview 5 [27912.0.d15.8]
Copied from original issue: dotnet/sdk#2409
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area:ErrorHandlingwarnings and errors/log messages & related error codes.warnings and errors/log messages & related error codes.Functionality:RestorePriority:3Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Type:Bug