Fix Sensors: Unit/Integration test results are skipped when module doesn't contain cs file #362
Labels
Area: SQ Plugin
Java plugin related issues.
Type: Bug
Exceptions and blocking issues during analysis.
Milestone
An update introduced in SonarC# 5.10 was optimizing sensors by running them only on C# or VB.Net modules. To be detected as a C#/VB.Net module it should contain at least one file identified as C#/VB.Net.
We should revert the
descriptor.onlyOnLanguage(this.languageKey);
.Relates to SUPPORT-6263.
The text was updated successfully, but these errors were encountered: