C# Class Microsoft.Sarif.Viewer.ErrorList.ErrorListService

Mostrar archivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Properties

Property Type Description
Instance ErrorListService

Public Methods

Method Description
ProcessLogFile ( string filePath, ToolFormat toolFormat = ToolFormat.None ) : void

Private Methods

Method Description
ErrorListService ( ) : System
GetResult ( Run run, Result result, string logFilePath ) : SarifErrorListItem
ProcessSarifLog ( SarifLog sarifLog, string logFilePath ) : void
WriteRunToErrorList ( Run run, string logFilePath ) : void

Method Details

ProcessLogFile() public static method

public static ProcessLogFile ( string filePath, ToolFormat toolFormat = ToolFormat.None ) : void
filePath string
toolFormat ToolFormat
return void

Property Details

Instance public_oe static_oe property

public static ErrorListService,Microsoft.Sarif.Viewer.ErrorList Instance
return ErrorListService