1 write to Check
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
44Check = check;
8 references to Check
Microsoft.Build (8)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
236configPerRule = _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)
265Check check = wrapper.Check; 306configurations = _configurationProvider.GetMergedConfigurations(userEditorConfigs, wrapper.Check); 366checkContext.DispatchAsCommentFromText(MessageImportance.High, $"Dismounting check '{check.Check.FriendlyName}'. The check has thrown an unhandled exception while executing registered actions."); 747public string FriendlyName => MaterializedCheck?.Check.FriendlyName ?? factory().FriendlyName;
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
250if (!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.");