Sonrqube API is not returning test_success_density for C#.NET application

versions used (SonarQube, Scanner, Plugin, and any relevant extension): Version 7.0 (build 36138)
error observed : I have created a job in Jenkins to build C#.NET application and run NUnit test project and doing Code Coverage with OpenCover. I am sending test report and code coverage report to SonarQube through SonarScanner for MSBuild. In Sonarqube , it is showing quality gate passed for the application. But when trying to get measures through API, the API is not returning any value for test_success_density.

API call URL : http://af-devcloud-sonar.devcloud.hclets.com/api/measures/component?component=PK.HelloWorld&format=json&metricKeys=reliability_rating,security_rating,ncloc,coverage,classes,functions,sqale_rating,sqale_debt_ratio,violations,blocker_violations,critical_violations,major_violations,minor_violations,duplicated_lines_density,duplicated_lines,duplicated_blocks,duplicated_files,complexity,file_complexity,class_complexity,function_complexity,public_documented_api_density,public_api,public_undocumented_api,tests,skipped_tests,test_errors,test_failures,test_success_density,comment_lines_density,comment_lines

Hello @Prasenjit_Paul and apologies for the late reply on this. We have a bug in the C# plugin and do not push some necessary test metrics to SonarQube - see sonar-dotnet#2764

thanks for reporting this

@Prasenjit_Paul , in the end we decided to Won't fix this issue, as we believe that SQ/SC analysis is useful when the build is not broken, and that unit test failures should break the build.

What exactly was your usecase for using these metrics?