1 implementation of LogError
Microsoft.DotNet.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
48public void LogError(string message, params object[] messageArgs)
3 references to LogError
Microsoft.DotNet.GenFacades (3)
GenPartialFacadeSourceGenerator.cs (1)
46logger.LogError("There are multiple versions of these assemblies: {0}. Please provide a single version.", string.Join(", ", duplicates));
SourceGenerator.cs (2)
66_logger.LogError("Did not find type '{0}' in any of the seed assemblies.", type); 81_logger.LogError("The type '{0}' is defined in multiple seed assemblies. The multiple assemblies are {1}. If this is intentional, specify the alias for this type and project reference", type, string.Join(", ", seedTypes));