Method | Description | |
---|---|---|
CalculateSolutionSonarQubeRuleSetFilePath ( string sonarQubeProjectKey, System.Language language ) : string | ||
GetProjectRuleSetsDeclarations ( Project project ) : IEnumerable |
||
GetSolutionSonarQubeRulesFolder ( ) : string | ||
SolutionRuleSetsInformationProvider ( IServiceProvider serviceProvider ) : EnvDTE | ||
TryGetProjectRuleSetFilePath ( Project project, |
Method | Description | |
---|---|---|
GenerateSolutionRuleSetPath ( string ruleSetRootPath, string sonarQubeProjectKey, string fileNameSuffix ) : string |
Generate a solution level rule set file path base on sonarQubeProjectKey and fileNameSuffix
|
|
TryGetPropertyConfiguration ( System.Property property ) : Configuration |
public CalculateSolutionSonarQubeRuleSetFilePath ( string sonarQubeProjectKey, System.Language language ) : string | ||
sonarQubeProjectKey | string | |
language | System.Language | |
return | string |
public GetProjectRuleSetsDeclarations ( Project project ) : IEnumerable |
||
project | Project | |
return | IEnumerable |
public GetSolutionSonarQubeRulesFolder ( ) : string | ||
return | string |
public SolutionRuleSetsInformationProvider ( IServiceProvider serviceProvider ) : EnvDTE | ||
serviceProvider | IServiceProvider | |
return | EnvDTE |
public TryGetProjectRuleSetFilePath ( Project project, |
||
project | Project | |
declaration | ||
fullFilePath | string | |
return | bool |