NCrunch Code coverage integration.
NCrunch is an absolute must have tool, and it does code coverage very well. i'd like to see a way to get NCrunch Code Coverage data into NDepend.
NCrunch v4.5 now exports to OpenCover format. Since NDepend can import OpenCover format it means that NDepend can now read NCrunch data :-)
More details here:
https://blog.ncrunch.net/post/PartcoverNDepend-Export-and-NET5-Support.aspx
-
Remco Mulder commented
NCrunch developer here. I just wanted to add some info here and make sure that the blame for the delay here lands in the right place (us).
NCrunch structures its data by source line, where NDepend needs this to be exported by IL structure (i.e. Type/Method). This has been a barrier to implementing what could otherwise be seen as a simple feature. So presently it hasn't been possible for NDepend to obtain this data, because we simply haven't been able to provide it.
The good news is that we plan to implement a data transformation feature later this year that will allow the data to be available, so hopefully there will be movement here soon.
-
not yet unfortunately, hopefully in 2018
-
Anonymous commented
this Users voice is from 2014.
Are there an plans, to use NCrunch Code Coverage in NDepend by now?
I would really appreciate to get NCrunch Code Coverage into NDepend :-)