Dot Net
Reporting .NET 5 XUnit Code Coverage in Codecov via GitHub Actions and Coverlet
You might remember my earlier post where I described how to set up code coverage reporting in AppVeyor. This is the GitHub Actions version.
ReadRunning .NET Core 3 XUnit Code Coverage in AppVeyor Using OpenCover and Codecov
I love AppVeyor. It's my go-to CI/CD service for .NET projects. I use it for both open-source and private projects.
ReadReferencing Multiple Versions of the Same Assembly in a Single Application
We'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.
Read