1 write to _log
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
35_log = log;
14 references to _log
Microsoft.DotNet.SignTool (14)
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 (10)
90_log.LogError($"Failed to zip file {file.FullPath} to {zipFilePath}"); 123_log.LogError($"Failed to unzip file {item.Value} to {item.Key}"); 200_log.LogMessage(MessageImportance.High, $"Starting notarization with up to {maxRetries} attempts"); 205_log.LogMessage(MessageImportance.High, $"Notarization attempt {attempt} of {maxRetries}"); 215_log.LogMessage(MessageImportance.High, $"Notarization failed on attempt {attempt}. Retrying..."); 221_log.LogError($"Notarization failed after {maxRetries} attempts"); 241_log.LogMessage($"Created detached signature file: {fileInfo.DetachedSignatureFullPath}"); 246_log.LogMessage($"Restored original file: {fileInfo.FullPath}"); 267_log.LogMessage($"Backed up original file for detached signature: {fileInfo.FullPath} -> {backupPath}"); 344_log.LogMessage($"Strong-name signing '{file.FullPath}' locally with key '{file.SignInfo.StrongName}'.");