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