Sebastien Marichal

Results 13 comments of Sebastien Marichal

This is under analysis. The policy might need to be enforced in SonarCloud. Waiting for feedback.

Work done so far is available at [e6fd283](https://github.com/SonarSource/sonar-scanner-msbuild/commit/e6fd283ec588bc7e55ade31d4fefc1350711e08c). - Checking if the project exists using `api/components/tree?qualifiers=TRK&component=` endpoint - Checking user permission using `api/users/current` only when targeting SQ - Unfortunately, this...

I am closing the issue since it seems to be fixed and no additional feedback was provided regarding `sonar-scanner-msbuild` being used in the context of long paths.

Hello @kevin-whalley-gc, @ferdiozturk, Adter some investigation, it seems that, indeed, the issue is coming from NuGet itself (as you said @ferdiozturk). > I suggested it somewhere else already, please try...

Hello @cbaerikebc, Thank you for reporting the issue! I am also glad you appreciate our effort in supporting Razor! From your description and reproducer, I think I see what could...

As for #8537, the issue seems to be related to SonarLint only. Since it is not yet able to analyze Razor generated files, it is not able to see the...

Hello @rjgotten, Thank you for reporting this issue. Unfortunately, it is very difficult to reproduce your issue without a reproducer. It seems to happen in a very peculiar scenario. So...

Hello @rjgotten, I am still not able to reproduce your issue. However, we might have identified a potential bug that could be the origin of your issue. Unfortunately, without a...

To make it more explicit, when a secondary location is not part of the compilation, we have two possible solutions: - drop the diagnostic, as for primary locations - drop...

The issue seems to be related to SonarLint only. Since it is not yet able to analyze Razor generated files, it is not able to see the method usage in...