Sonarqube support for ‘.Net Core’ (with .xproj extention) projects

雨燕双飞 提交于 2019-12-23 20:29:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!