Sonarqube - Dropping support for NET Framework < 4.6.2

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)

But if you run on a .NET Core version, that is after .NET Framework 4.6.2, or do you mean something else?

Thanks for response. I made incorrect interpretation for .Net core to .Net framework. Said that is there a reason why i dont see code coverage on sonarqube 2025.1?

You’re welcome. I’m not sure what Sonar changed with their latest release what could have caused this to happen.

I am able to see coverage after removing single quotes on the report path on SQ 2525.1