You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: