Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The package hash uses an unsupported hash algorithm.
Issue
NuGet client tried to verify a package which was signed using an unsupported hash algorithm.
Solution
Please ensure that the package was signed with one of the following hash algorithms -
sha256sha384sha512
Note
When NuGet’s signature validation mode is set to accept (default), NU3016 is raised as a warning.
When NuGet’s signature validation mode is set to require, or when running the nuget verify -signatures command, NU3016 is elevated from a warning to an error.