Is it possible to get Code Coverage of .NET Framework Project using coverlet in Azure DevOps?
问题 I easily configured to get the coverage result for .NET Core Projects in Azure DevOps, but no luck with .NET Framework Projects. So, I would be so grateful to get suggestion on this because coverlet documentation is clearly saying that we can also use it for .NET Framework Projects. This question is kinda similar to mine but I didn't see any answer there, Can you use Coverlet to get code coverage data in a .NET Framework project? 回答1: Yes, you can can code coverage data from a ASP.NET project