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