1 implementation of DispatchAsCommentFromText
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (1)
49public void DispatchAsCommentFromText(MessageImportance importance, string message)
5 references to DispatchAsCommentFromText
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckBuildEventHandler.cs (3)
169checkContext.DispatchAsCommentFromText(MessageImportance.Low, $"BuildCheck run times{Environment.NewLine}"); 171checkContext.DispatchAsCommentFromText(MessageImportance.Low, infraData); 173checkContext.DispatchAsCommentFromText(MessageImportance.Low, checkData);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
330checkContext.DispatchAsCommentFromText(MessageImportance.High, $"Dismounting check '{checkToRemove.FriendlyName}'"); 339checkContext.DispatchAsCommentFromText(MessageImportance.Normal, $"Dismounting check '{checkToRemove.FriendlyName}'. The check has exceeded the maximum number of results allowed. Any additional results will not be displayed.");