메소드 | 설명 | |
---|---|---|
RunStyleCopHandler ( ) : System |
Initializes a new instance of the RunStyleCopHandler class.
|
메소드 | 설명 | |
---|---|---|
GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List |
Give list of files and projects to be treated by Stylecop
|
|
Run ( ) : void |
Run the stylecop analyse on the file
|
메소드 | 설명 | |
---|---|---|
OnOutputGenerated ( object sender, Microsoft.StyleCop.OutputEventArgs args ) : void |
Generate an output message for Stylecop informations messages
|
|
OnViolationEncountered ( object sender, Microsoft.StyleCop.ViolationEventArgs args ) : void |
Reports violations encountered by stylecop to the error pad
|
protected abstract GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List |
||
console | Microsoft.StyleCop.StyleCopConsole |
/// A |
리턴 | List |