# Dot Net
3 entriesgrep>
/
2021-03
Technology
Reporting .NET 5 XUnit Code Coverage in Codecov via GitHub Actions and CoverletYou might remember my earlier post where I described how to set up code coverage reporting in AppVeyor. This is the GitHub Actions version.
cat →2019-12
Technology
Running .NET Core 3 XUnit Code Coverage in AppVeyor Using OpenCover and CodecovI love AppVeyor. It's my go-to CI/CD service for .NET projects. I use it for both open-source and private projects.
cat →2016-05
Technology
Referencing Multiple Versions of the Same Assembly in a Single ApplicationWe've all been there — our application depends on a version of assembly that's incompatible with the version that's referenced by the NuGet package we've just installed.
cat →