opencover - Xamarin: PDB Files on OS X -
i'm doing xamarin development on os x machine , looking code coverage tools.
i've had success tools opencover rely on pdb files being generated code being tested.
it seems xamarin studio on windows produces pdb files on os x produces mdb files.
so questions be:
- can tools opencover made work mdb files?
- can xamarin studio or
xbuild
made produce pdb files on os x? - are there tools convert mdb files pdb files?
edit:
just explain bit more our set-up, opencover runs on windows run part of out ci pipeline on windows slave, feed output of builds built on os x master rather having build on slave well, problem mdb rather pdb os x builds becomes problem.
i can confirm latest version of opencover (4.6) supports mdb files, need run tests on windows machine.
Comments
Post a Comment