diagnostica-stago / SolutionDependencyAnalyzer

Finds dependencies in a solution, and creates an internal dependency graph
MIT License
44 stars 5 forks source link

ADD options to exclude specific projects and to exclude all *test* projects #84

Open luca-domenichini opened 1 year ago

luca-domenichini commented 1 year ago

Hello,

this PR adds 2 options to commandline:

  1. "-x|--exclude-project" to exclude a specific project from analysis. Multiple -x can be specified.
  2. "-t|--exclude-test-projects" to exclude all test-like projects. Test projects are identified just by looking at their name containing "test".

e.g. args: "C:\path\to\sln\My.sln" . -x My.Project.ToExclude --exclude-test-projects