1 write to Check
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
44
Check
= check;
8 references to Check
Microsoft.Build (8)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
236
configPerRule = _configurationProvider.GetMergedConfigurations(projectFullPath, checkCallback.Item1.
Check
);
264
$"The check '{checkCallback.Item1.
Check
.FriendlyName}' threw an exception while executing a registered action with message: {e.Message}");
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (4)
265
Check check = wrapper.
Check
;
306
configurations = _configurationProvider.GetMergedConfigurations(userEditorConfigs, wrapper.
Check
);
366
checkContext.DispatchAsCommentFromText(MessageImportance.High, $"Dismounting check '{check.
Check
.FriendlyName}'. The check has thrown an unhandled exception while executing registered actions.");
747
public string FriendlyName => MaterializedCheck?.
Check
.FriendlyName ?? factory().FriendlyName;
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
250
if (!checkWrapper.
Check
.SupportedRules.Contains(result.CheckRule))
254
$"The check '{checkWrapper.
Check
.FriendlyName}' reported a result for a rule '{result.CheckRule.Id}' that it does not support.");