2 implementations of Verify
dotnet (1)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
38
public bool
Verify
(FilePath nupkgToVerify, out string commandOutput)
Microsoft.DotNet.PackageInstall.Tests (1)
MockFirstPartyNuGetPackageSigningVerifier.cs (1)
20
public bool
Verify
(FilePath nupkgToVerify, out string commandOutput)
1 reference to Verify
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
188
if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.
Verify
(new FilePath(nupkgPath), out commandOutput)) ||