dotnet nuget verify doesn't seem to match the checks run on nuget.org #13626
Labels
Functionality:Signing
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Product:dotnet.exe
Type:DCR
Design Change Request
NuGet Product Used
NuGet.exe
Product Version
8.0.105
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
I was attempting to use an alternative nuget signing implementation from jsign when I ran into an issue uploading my nuget package to nuget.org that did not appear when I ran
dotnet nuget verify ./mypackage.nupkg
. As a user I would expect that if my package passes the checks inverify
and my publish operation succeeds, my package should be well-formed and I should not receive a validation error later on from nuget.org. In order to prevent future bugs like ebourg/jsign#234, could the logic used for validation between nuget.org anddotnet nuget verify
be kept in sync?Verbose Logs
No response
The text was updated successfully, but these errors were encountered: