C# Class SonarLint.VisualStudio.Integration.Vsix.BoundSolutionAnalyzer

Analyzes the solution on build in order to determine if it has SonarQube rulesets and log that using ITelemetryLogger.
Inheritance: IDisposable
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
BoundSolutionAnalyzer ( IServiceProvider serviceProvider ) : EnvDTE
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OnSolutionBuilding ( ) : void
OnSolutionBuilding ( object sender, UIContextChangedEventArgs e ) : void

Method Details

BoundSolutionAnalyzer() public méthode

public BoundSolutionAnalyzer ( IServiceProvider serviceProvider ) : EnvDTE
serviceProvider IServiceProvider
Résultat EnvDTE

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void