Thursday, 10 May 2018

Set Up StyleCop to check code style violations in Visual Studio

What is StyleCop?

StyleCop is an open source static code analysis tool that runs in Visual Studio, checking for code style violations. The default rules were established by consolidating the preferences of various teams across Microsoft and are designed to emphasize readability and maintainability of C# code, but users can also customize their own rules.
More details to setup is at:
https://blog.redbluegames.com/how-to-set-up-stylecop-in-unity-b3ca908211d9



No comments:

Post a Comment