GregBartlett / sonar-resharper

MIT License
9 stars 21 forks source link

"Skipping the ReSharper issue at line ..." for included Files #21

Closed baumerik closed 7 years ago

baumerik commented 8 years ago

on our Build we have the Logmessages for each file: 2016-07-05T11:06:08.4924234Z 11:06:08.336 INFO - Skipping the ReSharper issue at line 177 whose file "D:\T1\6\Product\Source\Solution\..\Platform\Web\AccessControl\CheckAccessModule.cs" is not in SonarQube. But the sources are uploaded to SonarServer.

out Structure is as the Following:

is there a Probleme with the relative Path? see: http://stackoverflow.com/questions/27091855/sonarresharper-with-projects-containing-linked-files

baumerik commented 8 years ago

Moving the Solution on Root does not solve the issue. 2016-07-07T09:48:56.9831799Z INFO: Skipping the ReSharper issue at line 182 whose file "D:\A1\17\Product\Source\Platform\Web\AccessControl\CheckAccessModule.cs" is not in SonarQube.

Are there some other settings I can check?

afterbangx commented 8 years ago

I have this same issue and would really like to know a solution. The project I'm currently having this issue in takes almost 3 hours to run because of these "skipped" files. The files are in SonarQube though as you can see here:

image

image

giacgbj commented 8 years ago

Same problem here and increased jobs' duration and logs.

GregBartlett commented 8 years ago

If you are using a newer version of SonarQube, I would NOT use this plugin until it’s been brought up to date. I’m still trying to find time to get it up to using the plugin api for 5.6 but there are A LOT of deprecated methods since 4.5 and sonarqube has changed a lot since then in regards to analysis and rules.

Take a look at the Pull request, if you think that will resolve the issue, I’ll bring it in.

From: giacgbj [mailto:notifications@github.com] Sent: Tuesday, November 1, 2016 8:40 AM To: SonarQubeCommunity/sonar-resharper sonar-resharper@noreply.github.com Subject: Re: [SonarQubeCommunity/sonar-resharper] "Skipping the ReSharper issue at line ..." for included Files (#21)

Same problem here and increased jobs' duration and logs.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SonarQubeCommunity/sonar-resharper/issues/21#issuecomment-257556721 , or mute the thread https://github.com/notifications/unsubscribe-auth/AD8ka4EyzEa6TyXRm8AlvpP3Ht6SxGi0ks5q5zM0gaJpZM4JG3Pz . https://github.com/notifications/beacon/AD8ka8Mkodn6Zyv_JRgJeA-lhmRpMfUcks5q5zM0gaJpZM4JG3Pz.gif

giacgbj commented 8 years ago

I'd remove this plugin, but I think many rules have not already been migrated to the SonarQube's one.

According to the comments regarding the pull request it seems that it could work.

In my opinion, you can merge the pull the request so we can test the new release.

GregBartlett commented 7 years ago

@giacgbj If you hadn't removed this yet, I got the fix that @rikvandenberg had provided a long time ago into a release that can be pulled from the releases tab. Sorry for taking so long to get this going.