If I have 2 projects in my solution, and each one of them is configured to run StyleCop, MSBuild will show only warnings for a single project.
Isn’t there a way to make it show warnings for every project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use msbuidl and the msbuild extension pack, specifically: MSBuild.ExtensionPack.StyleCop.dll
to analyse a path (alll the code here) e.g.
and send the files to the task
Hope that gets you started.