I'm trying to ultimately run a dotcover coverage report on my silverlight app from TeamCity.
However, I'm having trouble getting this working using the Console Runner. Has anyone managed to get DotCover to get coverage via StatLight for Silverlight apps?
This is my dotCover xml config file:
<?xml version="1.0" encoding="utf-8"?>
<AnalyseParams>
<Executable>BuildTools\SilverlightTestRunner\StatLight.exe</Executable>
<Arguments>-x="Project.UI.Test.xap"</Arguments>
<WorkingDir>src\Test\Project.UI.Test\Bin\Debug</WorkingDir>
<Output>output.xml</Output>
</AnalyseParams>