1 implementation of LogWarning
Microsoft.DotNet.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
68public void LogWarning(string message, params object[] messageArgs)
2 references to LogWarning
Microsoft.DotNet.GenFacades (2)
GenPartialFacadeSourceGenerator.cs (2)
81logger.LogWarning($"Overriding SeedType{existingValue} for type {key} with {value}"); 88logger.LogWarning($"No Alias has been provided for type {key}");