Implemented interface member:
method
LogMessage
Microsoft.DotNet.Build.Tasks.ILog.LogMessage(System.String, params System.Object[])
4 references to LogMessage
Microsoft.DotNet.PackageTesting (4)
VerifyClosure.cs (2)
117
Log.
LogMessage
($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}.");
305
Log.
LogMessage
($"Cycle detected for {depAssm.Path} : {PrintCycle(cycle)}.");
VerifyTypes.cs (2)
59
Log.
LogMessage
($"Ignored duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}.");
115
Log.
LogMessage
($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}.");