1 write to _log
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
34
_log
= log;
16 references to _log
Microsoft.DotNet.SignTool (16)
src\RealSignTool.cs (6)
84
_log
.LogMessage(MessageImportance.High, $"MSBuild process did not exit within '{_dotnetTimeout}' ms.");
86
_log
.LogError($"MSBuild process did not exit within '{_dotnetTimeout}' ms.");
95
_log
.LogMessage(MessageImportance.High, $"Failed to execute MSBuild on the project file '{projectFilePath}'" +
98
_log
.LogError($"Failed to execute MSBuild on the project file '{projectFilePath}'" +
188
_log
.LogMessage($"Locally strong naming {filesToLocallyStrongNameSign.Count()} files.");
194
_log
.LogMessage(MessageImportance.High, $"Failed to locally strong name sign '{file.FileName}'");
src\SignTool.cs (10)
89
_log
.LogError($"Failed to zip file {file.FullPath} to {zipFilePath}");
122
_log
.LogError($"Failed to unzip file {item.Value} to {item.Key}");
192
_log
.LogMessage(MessageImportance.High, $"Starting notarization with up to {maxRetries} attempts");
197
_log
.LogMessage(MessageImportance.High, $"Notarization attempt {attempt} of {maxRetries}");
208
_log
.LogMessage(MessageImportance.High, $"Notarization failed on attempt {attempt}. Retrying...");
214
_log
.LogError($"Notarization failed after {maxRetries} attempts");
234
_log
.LogMessage($"Created detached signature file: {fileInfo.DetachedSignatureFullPath}");
239
_log
.LogMessage($"Restored original file: {fileInfo.FullPath}");
260
_log
.LogMessage($"Backed up original file for detached signature: {fileInfo.FullPath} -> {backupPath}");
337
_log
.LogMessage($"Strong-name signing '{file.FullPath}' locally with key '{file.SignInfo.StrongName}'.");