【发布时间】:2012-04-13 08:05:58
【问题描述】:
我正在尝试将 Sonar 与我的 .NET 项目一起使用(我已经安装了 c# plugin),但是当我使用这个 .properties 文件启动 sonar-runner 时:
# identifiants du projet
sonar.projectKey=key.myproject
sonar.projectName=myproject
sonar.projectVersion=1.0
# fichier .sln
sonar.dotnet.visualstudio.solution.file="d:\dossier-source\myproject.sln"
# répertoires de sources
sources="d:\dossier-source"
# Tests
tests="d:\dossier-source\myproject.Tests"
# langage
sonar.language=cs
我有这个例外:
线程“main”中的异常 org.sonar.batch.bootstrapper.BootstrapException:组织。 picocontainer.PicoLifecycleException:PicoLifecycleException:方法 '公共最终无效 org.sonar.api.batch.bootstrap.ProjectBuilder.start()',实例 'org.son ar.plugins.csharp.core.VisualStudioProjectBuilder@11ecab56, java.lang.RuntimeExc 选项:包装器
【问题讨论】:
标签: c# .net .net-4.0 sonarqube