1 write to _log
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
33
_log
= log;
7 references to _log
Microsoft.DotNet.SignTool (7)
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}'" +
175
_log
.LogMessage($"Locally strong naming {filesToLocallyStrongNameSign.Count()} files.");
181
_log
.LogMessage(MessageImportance.High, $"Failed to locally strong name sign '{file.FileName}'");
src\SignTool.cs (3)
88
_log
.LogError($"Failed to zip file {file.FullPath} to {zipFilePath}");
121
_log
.LogError($"Failed to unzip file {item.Value} to {item.Key}");
250
_log
.LogMessage($"Strong-name signing '{file.FullPath}' locally with key '{file.SignInfo.StrongName}'.");