Using dotcover and Lighthouse.exe

I have created a .dcvr file showing 15mb in size using lighthouse as the test runner over an xap.  When I run dotcover report to xml I have the following:

<?xml version="1.0" encoding="utf-8"?>
<Root Name="Root" CoveredStatements="0" TotalStatements="0" CoveragePercent="0" ReportType="XML" DotCoverVersion="2.0.407.25" />



Is dotcover.lighthouse a tested combination? If not is there a tested alternative for silverlight apps?

Thanks
Myles
0
1 comment

Hello Myles,

Thank you for the feedback.
How do you start coverage analysis: via dotCover->Cover Application in VS or via console runner?
Please ensure the following:
- all assemblies are built with PDBs
- they are not filtered out with coverage filters

Regards.

0

Please sign in to leave a comment.