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.
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System

Method Details

RuleSetInformation() public méthode

public RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System
projectFullName string
baselineRuleSet string
projectRuleSet string
ruleSetDirectories IEnumerable
Résultat System