1 write to _log
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
43
_log
= log;
34 references to _log
Microsoft.DotNet.SignTool (34)
src\BatchSignUtil.cs (34)
55
VerifyCertificates(
_log
);
57
if (
_log
.HasLoggedErrors)
68
_log
.LogError("Error during execution of signing process.");
90
if (
_log
.HasLoggedErrors)
95
_log
.LogMessage(MessageImportance.High, "Build artifacts signed and validated.");
104
_log
.LogMessage($"Removing public sign: '{fileSignInfo.FileName}'");
129
_log
.LogMessage(MessageImportance.High, $"Round {round}: Signing {filesToSign.Length} files.");
142
_log
.LogMessage(MessageImportance.Low, $"{file} {collisionIdInfo}");
161
_log
.LogMessage(MessageImportance.High, $"Round {round}: Signing {enginesToSign.Length} engines.");
170
_log
.LogMessage(MessageImportance.Normal, $"Extracting engine from {file.FullPath}");
172
workingDirectory, _signTool.WixToolsPath,
_log
))
174
_log
.LogError($"Failed to extract engine from {file.FullPath}");
189
_log
.LogError($"Failed to sign engines");
196
_log
.LogMessage(MessageImportance.Normal, $"Attaching engine {engine.Key.FileName} to {engine.Value.FullPath}");
202
_signTool.WixToolsPath,
_log
))
204
_log
.LogError($"Failed to attach engine to {engine.Value.FullPath}");
229
_log
.LogMessage(MessageImportance.High, $"Repacking {repackCount} containers.");
254
_log
.LogMessage(MessageImportance.High, $"Repacking {smallRepackList.Count} containers in parallel.");
267
_log
.LogMessage(MessageImportance.High, $"Repacking {largeRepackList.Count} large containers in serial.");
280
_log
.LogMessage($"Repacking container: '{file.FileName}'");
281
_batchData.ZipDataMap[file.FileContentKey].Repack(
_log
, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath);
285
_log
.LogMessage($"Packing wix container: '{file.FileName}'");
286
_batchData.ZipDataMap[file.FileContentKey].Repack(
_log
, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath);
290
_log
.LogError($"Don't know how to repack file '{file.FullPath}'");
453
_log
.LogMessage($"Updating '{dst}' with signed content");
458
_log
.LogError($"Updating '{dst}' with signed content failed: '{e.Message}'");
545
_log
.LogError($"Assembly {file.FullPath} is NOT signed properly");
549
_log
.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} is signed properly");
557
_log
.LogError($"Powershell file {file.FullPath} does not have a signature mark.");
592
_log
.LogError($"Container {file.FullPath} does not have signature marker.");
596
_log
.LogMessage(MessageImportance.Low, $"Container {file.FullPath} has a signature marker.");
608
_log
.LogMessage($"Skipping strong-name validation for {file.FullPath}.");
614
_log
.LogError($"Assembly {file.FullPath} is not strong-name signed correctly.");
618
_log
.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} strong-name signature is valid.");