Archive
Posts Tagged ‘StyleCop’
StyleCop error – The parameter is incorrect
April 26, 2020
Leave a comment
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.
🙂
Categories: CRM, Misc
StyleCop, The parameter is incorrect