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