C# Class SonarLint.VisualStudio.Integration.ProfileConflicts.FixedRuleSetInfo

Data-only class that references the fixed RuleSet and has the list of fixes applied to get it into that state
Mostra file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
FixedRuleSetInfo ( RuleSet ruleSet, IEnumerable includesReset, IEnumerable rulesDeleted ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets

Method Details

FixedRuleSetInfo() public method

public FixedRuleSetInfo ( RuleSet ruleSet, IEnumerable includesReset, IEnumerable rulesDeleted ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
ruleSet RuleSet
includesReset IEnumerable
rulesDeleted IEnumerable
return Microsoft.VisualStudio.CodeAnalysis.RuleSets