Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.1 KB

Contribute.md

File metadata and controls

25 lines (22 loc) · 1.1 KB

How to Contribute to NsDepCop

How to build the source

  1. Prerequisites
    • Visual Studio 2017 (any edition)
      • With workload: Visual Studio extension development
  2. Download or clone the source
  3. Open "source\NsDepCop.sln"
  4. Build the solution.

How to debug the tool in Visual Studio 2017

  1. Set NsDepCop.VisualStudioIntegration.Vs2017 as the StartUp project.
  2. In the project properties set up the debug start action.
    • Start external program: the path to VS2017 devenv.exe
      • E.g.: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe
    • Command line arguments: /rootsuffix Exp
  3. Run the solution.

How to debug the tool in Visual Studio 2015

  1. Set NsDepCop.VisualStudioIntegration.Vs2015 as the StartUp project.
  2. In the project properties set up the debug start action.
    • Start external program: the path to VS2015 devenv.exe
      • E.g.: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
    • Command line arguments: /rootsuffix Roslyn
  3. Run the solution.