Skip to content

Commit

Permalink
Fix #1571: FxCop converter doesn't emit logical locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Jul 11, 2019
1 parent c90577d commit c3c7586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sarif.Converters/FxCopConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public override void Convert(Stream input, IResultLogWriter output, OptionallyEm
};

PersistResults(output, results, run);

output.WriteLogicalLocations(LogicalLocations);
}

internal ReportingDescriptor CreateRule(FxCopLogReader.Context context)
Expand Down

0 comments on commit c3c7586

Please sign in to comment.