메소드 | 설명 | |
---|---|---|
Convert ( Stream input, IResultLogWriter output ) : void |
Convert FxCop log to SARIF format stream
|
메소드 | 설명 | |
---|---|---|
ConvertFxCopLevelToResultLevel ( string fxcopLevel, bool &mapsDirectlyToSarifName ) : ResultLevel | ||
CreateLogicalLocation ( |
||
CreateResult ( |
||
CreateSignature ( |
||
GetFilePath ( |
||
TryAddLogicalLocation ( string parentKey, string value, string kind, string delimiter = "." ) : string | ||
TryAddProperty ( System.Result result, string value, string key ) : void |
public Convert ( Stream input, IResultLogWriter output ) : void | ||
input | Stream | FxCop log stream |
output | IResultLogWriter | output stream |
리턴 | void |