Tagged Questions

3
votes
2answers
226 views

Code Coverage for Mono?

mono creates its own debug targets called .mdb files when you use the mcs compiler. is there a way of using NCover or another code coverage tool with Mono? a commandline tool wou …