1 write to _log
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
32_log = log;
8 references to _log
Microsoft.DotNet.SignTool (8)
src\RealSignTool.cs (4)
64_log.LogError($"Failed to execute MSBuild on the project file {projectFilePath}"); 94return StrongName.IsSigned(fileFullPath, snPath:_snPath, log: _log) ? SigningStatus.Signed : SigningStatus.NotSigned; 134_log.LogMessage($"Locally strong naming {filesToLocallyStrongNameSign.Count()} files."); 140_log.LogMessage(MessageImportance.High, $"Failed to locally strong name sign '{file.FileName}'");
src\SignTool.cs (4)
87_log.LogError($"Failed to zip file {file.FullPath} to {zipFilePath}"); 120_log.LogError($"Failed to unzip file {item.Value} to {item.Key}"); 247_log.LogMessage($"Strong-name signing '{file.FullPath}' locally with key '{file.SignInfo.StrongName}'."); 249return StrongName.Sign(file.FullPath, file.SignInfo.StrongName, _args.SNBinaryPath, _log);