-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of plugin to v6.3(build 2862) doesn't report any issues in code. #671
Comments
Hi @pyo0723, Thanks for this really complete issue. FYI, we have been displaying a deprecation message in the log of older version for quite a while:
Hope it answers your question. Cheers, |
Hi @Evangelink , Thank you for your answer. We have a Jenkins system. (C # project)
Console Output
5.7_Full_Log.txt Please check the attached log files, 5.7 and 6.3. I also attach a configuratoin screen for jenkins. And attach sreenshots before and after the plug-in update. [Before - report issues in code] [After - doesn't report any issues in code] Please tell me if you need any other confirmation. |
@Evangelink I know as of 6.x we're supposed to use the MSBuild scanner, but the CLI scanner was really useful for running analysis on code that cannot be run through MSBuild. Is there any way to get the scanner CLI working in 6.x? I've basically rolled back to 5.11 for now to work around it. |
Hi @StrangeWill,
you are talking about. Because we might have missed some special needs and will be happy to see whether we think we should do something about it. |
Hi @Evangelink |
@Evangelink For this case, I literally had a project that could not build due to it being left in an inconsistent state with dependencies (NuGet package availability issues), but I still wanted to run an analysis for the code. It's not uncommon for me to receive software from clients that may take me hours or even days to get running, it would be nice to take a look at the static code analysis first before jumping through poorly documented hoops on getting software running. I do understand it's pretty edge-case. |
Description
We're used SonarQube v6.3.1 and triggering SonarQube analysis from Jenkins' SonarQube plugin.
Few days ago we updated SonarQube v6.5 and Update Code Analyzer for C# plugin (versoin 6.3 (build 2862)).
But there are no issues reported anymore in SonarQube after the update.
The only thing I've done between these two points in time is updating sonar csharp plugin from v5.7.0.612 to v6.3.
Repro steps
Please provide the steps required to reproduce the problem
If possible then please create a git repository with a repro sample or attach a zip to the issue.
Expected behavior
Issues in c# code are still reported after updating plugin.
Actual behavior
Doesn't report any issues in code anymore.
Known workarounds
Reverting version of C# plugin to earlier version. (ex. 5.7.0612)
Related information
Error Capture Video Link : https://drive.google.com/open?id=0B93sksebuCQja2RJQnRfOV9sRTA
--
CSharpAnalyzer_v5.7_log.txt
CSharpAnalyzer_v6.5_log.txt
The text was updated successfully, but these errors were encountered: