StyleCop Settings not appear in Visual Studio

Viewed 11802

I installed StyleCop NuGet package, now I want to change few settings of StyleCop, but right click on solution menu doesn't appear StyleCop Settings block..

any ideas?

2 Answers
  1. Right-Click on Your project;
  2. Add new item;
  3. Look for Settings File

Done

Related