Other day, I encountered following error while triggering ‘Run StyleCop‘ from Visual Studio.

Reason & Fix:
- In my case, I cloned a DevOps branch and ran the ‘Run StyleCop’ without building the code.
- Since there were no executable’s, StyleCop thrown error ‘The parameter is incorrect‘.
- Build the solution and ‘Run StyleCop’ should fix the issue.

🙂



Leave a comment