Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- Community Edition
- Version 8.9.1
- what are you trying to achieve
I wanted to build C# .netcore3.1 project and run test cases. I can see test results and coverage % in azure devops pipeline but not displaying in sonarqube dashboard - what have you tried so far to achieve this
The below tasks are used in pipeline:
I see this in my logs:
2021-11-12T12:25:50.5837114Z 12:25:50.431 DEBUG: Project 'dev2-plutusauthorizationfrky1': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
2021-11-12T12:25:50.5838144Z 12:25:50.431 DEBUG: Project 'dev2-plutusauthorizationfrky1': No Roslyn issues reports have been found.
2021-11-12T12:25:50.5839079Z 12:25:50.431 INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2021-11-12T12:25:50.5839839Z 12:25:50.432 INFO: ------------- Run sensors on project
2021-11-12T12:25:50.5845310Z 12:25:50.570 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
2021-11-12T12:25:50.5846360Z 12:25:50.571 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because one of the required properties is missing
2021-11-12T12:25:50.5847381Z 12:25:50.579 DEBUG: 'C# Unit Test Results Import' skipped because one of the required properties is missing
2021-11-12T12:25:50.5848508Z 12:25:50.579 DEBUG: 'VB.NET' skipped because there is no related file in current project
2021-11-12T12:25:50.5850446Z 12:25:50.580 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project
2021-11-12T12:25:50.5851706Z 12:25:50.580 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project
2021-11-12T12:25:50.5852748Z 12:25:50.580 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project
2021-11-12T12:25:50.5853618Z 12:25:50.581 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project
2021-11-12T12:25:50.5856190Z 12:25:50.584 DEBUG: Sensors : C# -> C# Tests Coverage Report Import -> Zero Coverage Sensor
2021-11-12T12:25:50.5858365Z 12:25:50.584 INFO: Sensor C# [csharp]