Generating Code Coverage Metrics for .NET Framework Applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • codestream

    The Code Collaboration Tool Built for Remote Teams

  • After struggling with this on the Visual Studio side of CodeStream recently, I finally managed to get it working. At a high level, let me outline what I had to do –

  • xUnit

    xUnit.net is a free, open source, community-focused unit testing tool for .NET.

  • Because I struggled with the initial tests written using MSTest, I converted all the tests to xUnit – some of this was out of sheer comfort with xUnit over MSTest, but also because its OSS product under the .NET Foundation – and I like supporting those.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • coverlet

    Cross platform code coverage for .NET

  • Utilize Coverletand Report Generator utilities – however, this is where its funny, because these are .NET CLI tools that need the .NET 6 SDK installed.

  • ReportGenerator

    ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.

  • Utilize Coverletand Report Generator utilities – however, this is where its funny, because these are .NET CLI tools that need the .NET 6 SDK installed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help With NuGet in Powershell

    1 project | /r/PowerShell | 25 Jun 2023
  • Setting up a simple testing project with C#

    7 projects | dev.to | 27 May 2023
  • Analyzing and enforcing .NET code coverage with coverlet

    3 projects | dev.to | 25 Nov 2022
  • Help to show data on Code Coverage tab

    1 project | /r/azuredevops | 8 Nov 2022
  • Automation of Unit Testing

    1 project | /r/AskProgramming | 30 Oct 2022