2014-01-13 7 views
0

리턴 코드로 실패의 FxCop 실행이 나는 내용 인 sonar-runner.properties에서 DOTNET MVC 프로젝트를 분석하려고 내 컴퓨터에서 수중 음파 탐지기와 수중 음파 탐지기 주자를 설치 한 515

# Required metadata 
sonar.projectKey=Test:TwitterWithAOP1 
sonar.projectVersion=trunk 
sonar.projectName=TwitterWithAOP 
# Paths to source directories. 
# Paths are relative to the sonar-project.properties file. Replace "\" by "/" on Windows. 
# Do not put the "sonar-project.properties" file in the same directory with the source code.# (i.e. never set the "sonar.sources" property to ".") 
sonar.sources=C:/Users/barumugham/Documents/Visual Studio 2013/Projects/TwitterWithAOP/TwitterWithAOP 
sonar.language=cs 
# Encoding of the source 
codesonar.sourceEncoding=UTF-8 
# Additional parameters 
sonar.my.property=value 
sonar.fxcop.installDirectory=C:/Program Files (x86)/Microsoft FxCop 1.36 
sonar.fxcop.assemblyDependencyDirectories=C:/Users/barumugham/Documents/Visual Studio 2013/Projects/TwitterWithAOP/TwitterWithAOP/bin/ 

내 실행 화면이 표시되어의 FxCop 실행 자세한 내용

에 대한 리턴 코드 515 확인의 FxCop 문서에 실패
+1

FxCop 설명서를 확인 했습니까? – ken2k

답변

0

이 솔루션은 이제

sonar.fxcop.assemblyDependencyDirectories=/gac The misssing assemblies path was set to the gac in the sonar-project.properties file and also this line 

sonar.dotnet.visualstudio.solution.file=name.sln indicating the solution path. 

소나 주자의 작품이다.