I'm trying to run sonar on a .NET project.
I have installed all the c# plugin and I'm trying to run sonar runner
on my project.
The problem is that somewhere in the process it deletes all the files. After that it gives an error that it can't run the analysis since the .sln
is missing.
The output from the runner is here: http://pastebin.com/kmu7fiDG
And my sonar-properties configuration: http://pastebin.com/sXevLgFd
I'm executing the runner from the directory where the .sln
and the sonar-project.properties
are located.
Any ideas why it's deleting the source?