My question is can we run sonar on .net projects without using maven? I want to avoid the complexity of maven
Any Help ???
|
My question is can we run sonar on .net projects without using maven? I want to avoid the complexity of maven Any Help ??? |
|||
|
|
|
Before asking trivial questions on stackoverflow, please read the documentation: it is very clear about that => "To run a Sonar analysis on a C# solution, it is recommended to use the Sonar Runner." |
|||||
|
|
If you don't want to use a build tool like Ant, Maven, or Gradle, you can use the standalone Sonar Runner. |
|||
|
|