7 references to RuleIds
Microsoft.Build (7)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (7)
260_configurationProvider.GetUserConfigurations(projectFullPath, checkFactoryContext.RuleIds); 269_configurationProvider.GetCustomConfigurations(projectFullPath, checkFactoryContext.RuleIds); 286check.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); 322checkFactoryContext.RuleIds[0]);