New Custom Rule C# not working

SonarQube : Version 7.6
I created custom rule it’s working in Visual studio :

I imported jar in SonarQube for this rule :

but When I started analyse SonarQube with Jenkins this warning not appear in the result of scan

Thanks

Hi @ykerkeni

Do you have the custom analyzer DLL configured in the project that is built? Is the DLL physically present on the build machine? Can you see outputs of your analyzers during the build logs?

Hello @Andrei_Epure,
I have the same problem :
SQ Version : Version 7.6 (build 21501)
SQ Scanner for MSBuild :
image
log : logjenkins.txt (426.4 KB)
Custom Rule : lazytrueanalyzer
Thanks

Hello @Andrei_Epure,

Thanks for your response. I founded the problem.
My problem is resolved

Thanks

thanks for the reply @ykerkeni

do you want to share the problem and the solution with the community?

Hello,

The problem after SonarScaner downloading LocalNuGetFeed.zip from http://sonarqube.oddo.fr/static/lazytrueanalyzer/LocalNuGetFeed.zip
the zip not contains the .DLL file custom rule

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.