7 references to RuleIds
Microsoft.Build (7)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (7)
258
_configurationProvider.GetUserConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
267
_configurationProvider.GetCustomConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
284
check.SupportedRules.Count != checkFactoryContext.
RuleIds
.Length
287
.SequenceEqual(checkFactoryContext.
RuleIds
, StringComparer.CurrentCultureIgnoreCase)
291
$"The check '{check.FriendlyName}' exposes rules '{check.SupportedRules.Select(r => r.Id).ToCsvString()}', but different rules were declared during registration: '{checkFactoryContext.
RuleIds
.ToCsvString()}'");
316
_configurationProvider.GetUserConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
320
checkFactoryContext.
RuleIds
[0]);