How to display fxcop report Jenkins artefact in Firefox?

978 views Asked by At

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?

2

There are 2 answers

0
Robert.K On BEST ANSWER

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

0
recampbell On

Perhaps try the HTML Publisher plugin?