我写了一个C#Roslyn分析器。它工作正常,并按预期检测到问题。
然而,当我尝试使用Roslyn-SDK在SonarQube下部署它时:
RoslynSonarQubePluginGenerator /a:SleepRule
我收到了这个错误:
Attempting to locate package with id 'SleepRule'
[DEBUG] Number of packages located: 0
No packages with the specified id were found: SleepRule
我使用Visual Studio 2015和Roslyn 4.6.86使用Roslyn生成分析器的Nuget包,我想将规则添加到Sonarqube 6.3。