roozbehid/Solution Dependency Check
Analyze visual studio (.sln) file and all projects within it and give list of all dependency folders
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| solution_path | Path to the .sln file | yes | — |
| repo_path | Path to repository, if not provided will use default | no | ${{ github.workspace }} |
| operation_mode | Modes of operation : external_git, internal_git, combined_git, file | no | internal_git |
| git_id_path_filepath | Points to a file having format of %(objectname),%(path) from git | no | — |
| binary_folder_path | Path where RoozSoft.SolutionDependencyAnalyzer package could be found. Under this directory should be lib and runtimes folders exist | — | . |
| download_as_nuget | Download RoozSoft.SolutionDependencyAnalyzer package from nuget.org | — | true |
Outputs
| name | description |
|---|---|
| dependency_list | Dependency list |