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}'.");