Shilpa
Shilpa

Reputation: 55

What is the procedure to install StyleCop?

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

Answers (2)

blowdart
blowdart

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

Alex Aza
Alex Aza

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

Related Questions