Integrate ReSharper and StyleCop
7 comments
-
Rubens N. Farias
commented
-
Jonathan Allen
commented
And CodeRush beats Resharper hands down.
-
Jonathan Allen
commented
1. If you do this the StyleCop rules need to be rewritten, some of them don't make any sense and a lot more are debatable.
2. The rules need to be saved at the solution or project level. That way everyone on the team gets the same set of rules for a given project.
3. Most of the style rules should simply reformat the code automatically. Throwing warnings because there is two spaces after a comma is just plain stupid.
-
Claudiu Tescu
commented
Maybe CodeRush
-
Hugh Bellamy
commented
Maybe CodeRush @ an extra price?
-
Roman Wagner
commented
It qould be great to have an "auto apply stylecop on save" option.
Most stylecop rules can automatically applied to you code. -
ChrisTorng
commented
I really hope to integrate StyleCop, and all template generated codes follow it's style.