C# Class MonoDevelop.StyleCop.ProjectOperationsExtensions

Extension and helper methods for the ProjectOperations class to run the StyleCop analysis.
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Private Methods

Méthode Description
CancelStyleCopAnalysis ( this projectOperations ) : void

Cancel a previously started StyleCop analysis.

ClearEnvironmentPriorToAnalysis ( ) : void

Clears the environment prior to analysis.

IsStyleCopRunning ( this projectOperations ) : bool

Returns true if a StyleCop analysis is still running.

RunStyleCopAnalysisAsync ( bool fullAnalysis, IList styleCopProjects ) : Task

Runs the StyleCop analysis on a second thread.

RunStyleCopAnalysisAsync ( bool fullAnalysis, IList styleCopProjects ) : void

Runs the StyleCop analysis on a second thread.

SignalAnalysisStarted ( ) : void

Signals to output that analysis has begun.

StyleCopAnalysis ( this projectOperations, IBuildTarget entry, bool fullAnalysis, IList styleCopProjects ) : MonoDevelop.Core.AsyncOperation

Sets up everything that is necessary to start the StyleCop analysis and then kicks off the worker thread.

StyleCopAnalysis ( this projectOperations, IBuildTarget entry, bool fullAnalysis, IList styleCopProjects ) : IAsyncOperation

Sets up everything that is necessary to start the StyleCop analysis and then kicks off the worker thread.

StyleCopAnalysisDone ( ) : void

Called when the StyleCop analysis is done.

StyleCopCoreOutputGenerated ( object sender, OutputEventArgs e ) : void

Called when output should be added to the output pane of ErrorPad.

StyleCopCoreViolationEncountered ( object sender, ViolationEventArgs e ) : void

Called when a violation is found.