7 references to RuleIds
Microsoft.Build (7)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (7)
260
_configurationProvider.GetUserConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
269
_configurationProvider.GetCustomConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
286
check.SupportedRules.Count != checkFactoryContext.
RuleIds
.Length
289
.SequenceEqual(checkFactoryContext.
RuleIds
, StringComparer.CurrentCultureIgnoreCase)
293
$"The check '{check.FriendlyName}' exposes rules '{check.SupportedRules.Select(r => r.Id).ToCsvString()}', but different rules were declared during registration: '{checkFactoryContext.
RuleIds
.ToCsvString()}'");
318
_configurationProvider.GetUserConfigurations(projectFullPath, checkFactoryContext.
RuleIds
);
322
checkFactoryContext.
RuleIds
[0]);