.NET Developer
1.14K subscribers
160 photos
1 file
390 links
Introducing Projects, Blogs, Podcasts, News and more for .NET Developers

Discussion Group: @devdotchats
Download Telegram
.NET Coverage Libraries

Here is a list of cool coverage libraries for .NET:

- coverlet: Cross platform code coverage framework for .NET, with support for line, branch and method coverage. It works with .NET Framework on Windows and .NET Core on all supported platforms.

- altcover: Cross-platform coverage gathering and processing tool set for .net/.net core and Mono, with GUI and a wide verity of export formats.

- minicover: A minimal cross platform code coverage tool for .NET Core.

- opencover: A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points.

- AxoCover: Nice and free .Net code coverage support for Visual Studio with OpenCover.

#coverage