C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSolutionRuleSetsInformationProvider

Inheritance: ISolutionRuleSetsInformationProvider
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ClearProjectInfo ( Project project ) : void
RegisterProjectInfo ( Project project ) : void

Private Methods

Method Description
ISolutionRuleSetsInformationProvider ( Project project ) : IEnumerable
ISolutionRuleSetsInformationProvider ( Project project, RuleSetDeclaration declaration, string &fullFilePath ) : bool
ISolutionRuleSetsInformationProvider ( ) : string
ISolutionRuleSetsInformationProvider ( string sonarQubeProjectKey, Language language ) : string

Method Details

ClearProjectInfo() public method

public ClearProjectInfo ( Project project ) : void
project Project
return void

RegisterProjectInfo() public method

public RegisterProjectInfo ( Project project ) : void
project Project
return void