-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0e8509
commit d50e252
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# DependencyFinder test | ||
This project can be used for analyzing complex project that contains many solutions that share some dependencies. | ||
Commands: | ||
|
||
- List – allows list all solutions, projects and nugets in given root | ||
- Nuget – allows to list nuget used by projects in given root | ||
- Reference – allows to list all references of item in all solutions | ||
|
||
All command have --help that describes all parameters we have to use. | ||
|
||
Example: | ||
- DependencyFinder.exe list “E:\Projects\Dependency\DependencyFinder\Test" -n –i | ||
- DependencyFinder.exe nuget “E:\Projects\Dependency\DependencyFinder\Test" -i | ||
- DependencyFinder.exe reference “E:\Projects\Dependency\DependencyFinder\Test" -p “E:\Projects\Dependency\DependencyFinder\Test\Common\CommonFull\CommonFull\CommonFull.csproj", -c “CommonFull.TestClass” |