Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StyleCop.Analyzers might be a more user friendly way of enforcing code quality #70

Open
mattdsmith89 opened this issue Feb 9, 2016 · 0 comments

Comments

@mattdsmith89
Copy link
Contributor

Someone has implemented all of the current StyleCop rules as Roslyn analysers which work in Visual Studio 2015.

I believe it works by enforcing the rules with a Visual Studio ruleset file. They provide automatic code fixes for a lot of the rules. See their GitHub repo for more details.

If we do choose to use these analysers, then this F# script might help migrate our current StyleCop.Settings into a ruleset file.

@mattdsmith89 mattdsmith89 changed the title StyleCop.Analysers might be a more user friendly way of enforcing code quality StyleCop.Analyzers might be a more user friendly way of enforcing code quality Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant