Generating Code Coverage Metrics for .NET Framework Applications

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. codestream

    Discontinued 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 –

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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.

  4. 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.

  5. 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

  • Beginner's Guide to Test Coverage with NUnit, Coverlet, and ReportGenerator

    3 projects | dev.to | 17 Jun 2024
  • 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