Does dotCover support dynamic instrumentation?
Similar to JaCoCo for java applications, does dotCover support dynamic instrumentation that would provide coverage reports for my integration testing?
If it indeed supports dynamic instrumentation, please point to the documentation to enable this.
Please sign in to leave a comment.
Hello,
dotCover for .NET application uses .NET profiling API which enables a profiler to change the in-memory MSIL code stream for a routine before it is JIT-compiled. Is it what you are looking for?