4 writes to Log
Microsoft.DotNet.Arcade.Sdk (4)
src\SetCorFlags.cs (2)
39AssemblyResolution.Log = Log; 49AssemblyResolution.Log = null;
src\Unsign.cs (2)
30AssemblyResolution.Log = Log; 40AssemblyResolution.Log = null;
2 references to Log
Microsoft.DotNet.Arcade.Sdk (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}");