C# Класс SonarLint.VisualStudio.Integration.ProfileConflicts.RuleSetInformation

Data-only class that represents aggregated rule set information. Same rule sets should be represented by the same instance of RuleSetInformation and have their RuleSetDeclaration.ConfigurationContext associated with the shared instance by adding them into ConfigurationContexts.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System

Описание методов

RuleSetInformation() публичный Метод

public RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System
projectFullName string
baselineRuleSet string
projectRuleSet string
ruleSetDirectories IEnumerable
Результат System