1 write to _log
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
35
_log
= log;
10 references to _log
Microsoft.DotNet.SignTool (10)
src\RealSignTool.cs (4)
83
_log
.LogError($"MSBuild process did not exit within '{_dotnetTimeout}' ms.");
91
_log
.LogError($"Failed to execute MSBuild on the project file '{projectFilePath}'" +
181
_log
.LogMessage($"Locally strong naming {filesToLocallyStrongNameSign.Count()} files.");
187
_log
.LogMessage(MessageImportance.High, $"Failed to locally strong name sign '{file.FileName}'");
src\SignTool.cs (6)
90
_log
.LogError($"Failed to zip file {file.FullPath} to {zipFilePath}");
123
_log
.LogError($"Failed to unzip file {item.Value} to {item.Key}");
212
_log
.LogMessage($"Created detached signature file: {fileInfo.DetachedSignatureFullPath}");
217
_log
.LogMessage($"Restored original file: {fileInfo.FullPath}");
238
_log
.LogMessage($"Backed up original file for detached signature: {fileInfo.FullPath} -> {backupPath}");
315
_log
.LogMessage($"Strong-name signing '{file.FullPath}' locally with key '{file.SignInfo.StrongName}'.");