nunit,pdb-files,opencover,shadow-copy
However, OpenCover is unable to track an assembly when the pdb file is absent. This is by design as instrumenting every assembly that is loaded without a PDB means instrumenting every IL operation rather than each sequence point, the information of which is in the PDB. Sometime later, pdb...