Property | Type | Description | |
---|---|---|---|
AddFileToSolutionItems | void | ||
PendBindingInformation | void | ||
RemoveFileFromSolutionItems | void |
Method | Description | |
---|---|---|
CommitSolutionBinding ( ) : bool | ||
GetRuleSetInformation ( System.Language language ) : |
||
Initialize ( IEnumerable |
||
Prepare ( |
||
RegisterKnownRuleSets ( RuleSet>.IDictionary |
||
SolutionBindingOperation ( IServiceProvider serviceProvider, |
Method | Description | |
---|---|---|
AddFileToSolutionItems ( string fullFilePath ) : void | ||
PendBindingInformation ( |
Will bend add/edit the binding information for next time usage
|
|
RemoveFileFromSolutionItems ( string fullFilePath ) : void |
public GetRuleSetInformation ( System.Language language ) : |
||
language | System.Language | |
return |
public Initialize ( IEnumerable |
||
projects | IEnumerable |
|
profilesMap | QualityProfile>.IDictionary | |
return | void |
public Prepare ( |
||
token | ||
return | void |
public RegisterKnownRuleSets ( RuleSet>.IDictionary |
||
ruleSets | RuleSet>.IDictionary | |
return | void |
public SolutionBindingOperation ( IServiceProvider serviceProvider, |
||
serviceProvider | IServiceProvider | |
connection | ||
sonarQubeProjectKey | string | |
return | EnvDTE |