-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Cédric Belin edited this page Jan 27, 2025
·
3 revisions
Before installing LCOV Reports for .NET, you need to make sure you have the .NET SDK and the .NET CLI tool up and running.
You can verify if you're already good to go with the following command:
dotnet --version
# 9.0.102
From a command prompt, run:
# At the root of your project folder...
dotnet add package Belin.Lcov
Now in your C# code, you can use:
using Belin.Lcov;