2 writes to Log
Microsoft.DotNet.SignCheckTask (2)
src\SignCheckTask.cs (2)
103
Microsoft.DotNet.AssemblyResolution.
Log
= Log;
113
Microsoft.DotNet.AssemblyResolution.
Log
= null;
2 references to Log
Microsoft.DotNet.SignCheckTask (2)
src\Common\Internal\AssemblyResolution.cs (2)
42
Log
?.LogWarning($"AssemblyResolve: exception while loading '{fullPath}': {e.Message}");
48
Log
?.LogMessage(MessageImportance.Low, $"AssemblyResolve: loaded '{fullPath}' to {AppDomain.CurrentDomain.FriendlyName}");