Is it possible to run a style in a single file in VS2010?

I tried looking for command line options, etc. I am trying to reduce the time I need to see if the assembly will work due to the style.

This parameter does not appear in any context menu or tool menu: Is it possible to launch StyleCop in just 1 file in a project?

+5
source share
1 answer

The following context menus should contain commands for launching StyleCop:

  • In the solution item in Solution Explorer (rescans the whole solution)
  • In the project item in the solution explorer (rescans project)
  • In any single .cs file in Solution Explorer (scans a single file)
  • .cs( )

, StyleCop ? - ?

+3

All Articles