Code coverage in .NET 5 with MSTest
Going all the way back to .NET Core 2.1, Microsoft has provided us with the dotnet test command as a base for your favourite testing framework: MSTest, NUnit or XUnit. Code coverage has always been a trigger for me to always write unit tests for my applications - just like your car, your application…
