问题
Anyone has any idea on whether ‘.Net Core’ (with .xproj extention) projects are supported by Sonarqube v4.x or v5.x (C# plugin version 5.2)?
Though there is no error message in SonarQube Scanner log file, all our .xproj files are listed under “Skipped projects” in ProjectInfo.log file and dashboard is showing results only for .csproj files and not for any .xproj files.
Thank you for the your response for this
回答1:
Per documentation of the SonarQube Scanner for MSBuild (which is the scanner to be used for analysing C#/.Net projects in SonarQube) :
Analysis of ASP.NET vNext projects (i.e. project.json) is currently not supported, refer to SONARMSBRU-167
[EDIT] .Net Core projects now supported since Scanner for MSBuild v2.3 (which itself is already old, so just grab the latest)
来源:https://stackoverflow.com/questions/42368198/sonarqube-support-for-net-core-with-xproj-extention-projects