We are planning to upgrade sonarqube server from 9.9 to 2025.1. As part of upgrade notes at Release upgrade notes | SonarQube Server Documentation
I see " Dropping support for NET Framework < 4.6.2", when i ran a test from ADO pipelines on a .NET project with frame work as
netcoreapp3.1 pointing to sonarqube version 2025.1 i see sonarqube analyze task completed successfully but i dont see code coverage.
i ran same test pointing to sonarqube prod which i version 9.9 and i see the coverage
Provided above information, i want to ask if this is expected as per release notes as i see sonarqube analyze task is not failing on both versions (9.9 and 2025.1)