-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
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]
Reactions are currently unavailable