C# Class 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.
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System

Method Details

RuleSetInformation() public method

public RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System
projectFullName string
baselineRuleSet string
projectRuleSet string
ruleSetDirectories IEnumerable
return System