Method |
Description |
|
AbortWorkflow ( IProgressController controller, CancellationToken token ) : void |
|
|
CreateWorkflowSteps ( IProgressController controller ) : SonarLint.VisualStudio.Progress.Controller.ProgressStepDefinition[] |
|
|
DebugOnly_MonitorProgress ( IProgressEvents progress ) : void |
|
|
DiscoverProjects ( IProgressController controller, IProgressStepExecutionEvents notifications ) : void |
|
|
DownloadQualityProfile ( IProgressController controller, CancellationToken cancellationToken, IProgressStepExecutionEvents notificationEvents, IEnumerable languages ) : void |
|
|
EmitBindingCompleteMessage ( IProgressStepExecutionEvents notifications ) : void |
|
|
FinishSolutionBindingOnUIThread ( IProgressController controller, CancellationToken token ) : void |
|
|
GetBindingLanguages ( ) : IEnumerable |
|
|
InformAboutFilteredOutProjects ( ) : void |
|
|
InformAboutQualityProfileToDownload ( string profileName, string profileKey, string languageName, bool isDownloadFailed ) : void |
|
|
InitializeSolutionBindingOnUIThread ( IProgressStepExecutionEvents notificationEvents ) : void |
|
|
InstallPackages ( IProgressController controller, CancellationToken token, IProgressStepExecutionEvents notificationEvents ) : void |
Will install the NuGet packages for the current managed projects. The packages that will be installed will be based on the information from Analyzer.GetRequiredNuGetPackages and is specific to the RuleSet. |
|
PrepareSolutionBinding ( CancellationToken token ) : void |
|
|
PromptSaveSolutionIfDirty ( IProgressController controller, CancellationToken token ) : void |
|
|
SilentSaveSolutionIfDirty ( ) : void |
|
|
UpdateDownloadedSonarQubeQualityProfile ( RuleSet ruleSet, SonarLint.VisualStudio.Integration.Service.QualityProfile qualityProfile ) : void |
|
|