Reputation: 55
I am trying to install StyleCop, but I am unable to install it. After installation I couldn't see StyleCop in my code. If anyone find please help me regarding this.
Upvotes: 0
Views: 1833
Reputation: 56500
As you're using VS Express you won't see it, as VS Express only supports a limited number of plugins. You may be able to run it manually by hacking the solution file via MSBuild integration
Upvotes: 1
Reputation: 78457
After you installed StyleCop, open Visual Studio, right click on a project or a solution and hit Run StyleCop
menu item.
Upvotes: 0