SonarQube code coverage with dotnet 10 sdk and Testing Platform
Summary The issue at hand is the inability to upload a code coverage report to SonarQube analyses in an Azure pipeline for a .NET 10 application using the .NET 10 SDK. The application uses the Microsoft Testing Platform (MTP) for tests and coverage. Key challenges include: Understanding the correct format for code coverage reports that … Read more