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