Question

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?

Was it helpful?

Solution 2

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

OTHER TIPS

Perhaps try the HTML Publisher plugin?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top