1 write to Check
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
46Check = check;
6 references to Check
Microsoft.Build (6)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (1)
203configPerRule = _configurationProvider.GetMergedConfigurations(projectFullPath, checkCallback.Item1.Check);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
251Check check = wrapper.Check; 284configurations = _configurationProvider.GetMergedConfigurations(userEditorConfigs, wrapper.Check); 659public string FriendlyName => MaterializedCheck?.Check.FriendlyName ?? factory().FriendlyName;
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
227if (!checkWrapper.Check.SupportedRules.Contains(result.CheckRule)) 231$"The check '{checkWrapper.Check.FriendlyName}' reported a result for a rule '{result.CheckRule.Id}' that it does not support.");