1 write to _log
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
42_log = log;
32 references to _log
Microsoft.DotNet.SignTool (32)
src\BatchSignUtil.cs (32)
54VerifyCertificates(_log); 56if (_log.HasLoggedErrors) 69_log.LogError("Error during execution of signing process."); 88VerifyAfterSign(_log, file); 91if (_log.HasLoggedErrors) 96_log.LogMessage(MessageImportance.High, "Build artifacts signed and validated."); 105_log.LogMessage($"Removing strong name signing from: '{fileSignInfo.FileName}'"); 131_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {filesToSign.Length} files" + 146_log.LogMessage(MessageImportance.Low, $"{file} {collisionIdInfo}"); 165_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {enginesToSign.Length} engines."); 174_log.LogMessage(MessageImportance.Normal, $"Extracting engine from {file.FullPath}"); 176workingDirectory, _signTool.WixToolsPath, _log)) 178_log.LogError($"Failed to extract engine from {file.FullPath}"); 193_log.LogError($"Failed to sign engines"); 200_log.LogMessage(MessageImportance.Normal, $"Attaching engine {engine.Key.FileName} to {engine.Value.FullPath}"); 206_signTool.WixToolsPath, _log)) 208_log.LogError($"Failed to attach engine to {engine.Value.FullPath}"); 233_log.LogMessage(MessageImportance.High, $"Repacking {repackCount} containers."); 258_log.LogMessage(MessageImportance.High, $"Repacking {smallRepackList.Count} containers in parallel."); 271_log.LogMessage(MessageImportance.High, $"Repacking {largeRepackList.Count} large containers in serial."); 284_log.LogMessage($"Repacking container: '{file.FileName}'"); 285_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath, _signTool.PkgToolPath); 289_log.LogError($"Don't know how to repack file '{file.FullPath}'"); 452_log.LogMessage($"Updating '{dst}' with signed content"); 457_log.LogError($"Updating '{dst}' with signed content failed: '{e.Message}'"); 617var status = _signTool.VerifySignedPkgOrAppBundle(_log, file.FullPath, _signTool.PkgToolPath); 646_log.LogError($"{fileType} {file.FullPath} is not signed properly."); 650_log.LogMessage(MessageImportance.Low, $"Signing status of {file.FullPath} could not be determined."); 654_log.LogMessage(MessageImportance.Low, $"{fileType} {file.FullPath} is signed properly"); 665_log.LogMessage($"Skipping strong-name validation for {file.FullPath}."); 673_log.LogError($"Assembly {file.FullPath} is not strong-name signed correctly."); 677_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} strong-name signature is valid.");