Code coverage for mono?

mono creates its own debugging targets called .mdb files when you use the mcs compiler.

Is there a way to use NCover or another code coverage tool with Mono?

the command line tool will be better, so I can add it to our continuous integration server.

+4
source share
1 answer

Have you viewed monocov ?

+2
source

Source: https://habr.com/ru/post/1277433/


All Articles