Add support to import test results for solutions with a mix of C# and Vb.Net projects #3259
Labels
Area: C#
C# rules related issues.
Area: SQ Plugin
Java plugin related issues.
Area: VB.NET
VB.NET rules related issues.
Type: UX
Improve any kind of user experience
Modules were deprecated in the sonar api, and the metrics are now resolved at the project level. Since we can't register the same metric multiple times on the same project, the import for solutions with a mix of C# and VB.Net projects will fail.
This has been addressed in other plugins (Java, Go, PHP, ...) by registering the metrics per test file instead of project.
In order to do a proper fix, a possible solution is to change the importers for xUnit.Net, nUnit and VsTest to map the results to a file and not compute a summary per project.
Test report format specs:
The text was updated successfully, but these errors were encountered: