So, my team is looking into having metrics from static code analysis as part of our team dashboard. Metrics could be absolutes as cyclomatic complexity and test coverage in percentage. Our application is based on .Net and stored at Visual Studio Online.
Has anyone experience with open source alternatives for integrating such tool into the build pipeline, either fully syndicated or by some nifty powershell, that can run such analysis and externalise the results to an API or something similar?