1 write to Logger
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
65
args.
Logger
= getLogger();
7 references to Logger
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
69
X509TrustStore.InitializeForDotNetSdk(args.
Logger
);
NuGet.Commands (6)
VerifyCommand\VerifyCommandRunner.cs (6)
34
verifyArgs.
Logger
.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_VerificationTypeNotSupported));
44
verifyArgs.
Logger
.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_NotSupported));
55
ClientPolicyContext clientPolicyContext = ClientPolicyContext.GetClientPolicy(verifyArgs.Settings, verifyArgs.
Logger
);
99
errorCount += await VerifySignatureForPackageAsync(package, verifyArgs.
Logger
, verifier, verifierSettings);
103
verifyArgs.
Logger
.LogError(string.Format(CultureInfo.CurrentCulture, Strings.VerifyCommand_PackageIsNotValid, package));
104
ExceptionUtilities.LogException(e, verifyArgs.
Logger
);