Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 513 Bytes

Contribute.md

File metadata and controls

12 lines (11 loc) · 513 Bytes

How to build the source

  1. Prerequisites
    • Visual Studio 2019 or later (16.10.0 or later, 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

  1. Set NsDepCop.Vsix as the StartUp project.
  2. In the project file modify the StartArguments tag to point to a valid solution file and log path.
  3. Run the solution.