My environment is TFS 2013, Visual Studio 2013, The [Stylecop check in policy] had been installed into TFS, it works.
Now I am creating a custom rule by the following instruction. http://stylecopplus.codeplex.com/wikipage?title=How%20to%20Create%20StyleCop%20Custom%20Rule
Currently it does not work, it uses framework 3.5, I thought it could be use higher version, so I use 4.5 to try, but it still does not work.
The instructions show placing the dll file into the styleCop folder. I put it into VS extension folder because I am using TFS style cop, but it still does not work.
Does someone create a custom rule successfully on TFS?