/dot-net-coverage

Instrumenting coverage tool for .net salvaged from https://www.codeproject.com/Articles/41722/Building-NET-Coverage-Tool via https://code.google.com/archive/p/dot-net-coverage/source/default/source

Primary LanguageC#MIT LicenseMIT

dot-net-coverage

A .net coverage tool originally introduced on CodeProject that works by instrumenting the assemblies in a separate step, rather than by injecting at load time using profiling APIs

For a while, this was about the only tool that reliably worked on .net 4, 64 bit, so I've salvaged it from GoogleCode as a historical document.

My own re-implementation and expansion of this concept is here at SteveGilham/altcover

License

MIT License