0

I have a problem with displaying FXCop 10.0 report in Jenkins. FXCop result & FxCopReport.xsl are added as artefacts.

We call FXCop with /oXsl parameter to modify the reference to xsl and it looks like this:

<?xml-stylesheet type="text/xsl" href="FxCopReport.xsl"?>

The report is correctly displayed in IE but in Firefox we get unformatted string. How can it be fixed?

Robert.K
  • 506
  • 5
  • 18

2 Answers2

1

Perhaps try the HTML Publisher plugin?

recampbell
  • 1,247
  • 8
  • 14
1

We used Violaions plugin it is great for FXCop & Stylecop reports visualisation. Additionally it gives statistics of violations in time.

Robert.K
  • 506
  • 5
  • 18