1 write to Results
NuGet.Packaging (1)
Signing\Verification\VerifySignaturesResult.cs (1)
39
Results
= results?.ToList().AsReadOnly() ?? throw new ArgumentNullException(nameof(results));
4 references to Results
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
130
var logMessages = verificationResult.
Results
.SelectMany(p => p.Issues).ToList();
NuGet.Packaging (3)
PackageExtractor.cs (3)
1106
verifyResult.
Results
1113
var warnings = verifyResult.
Results
.SelectMany(r => r.GetWarningIssues());
1132
throw new SignatureException(verifyResult.
Results
, package);