{"id":26121461,"url":"https://github.com/mathiasfk/dotnet-recursive-references","last_synced_at":"2026-05-17T11:32:43.797Z","repository":{"id":280137022,"uuid":"941081795","full_name":"mathiasfk/dotnet-recursive-references","owner":"mathiasfk","description":"Recursively find all project dependencies in a dotnet solution.","archived":false,"fork":false,"pushed_at":"2025-03-08T20:07:17.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T17:52:36.657Z","etag":null,"topics":["dependencies","dependency-analysis","dotnet","recursive","reference","references"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathiasfk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-01T12:50:05.000Z","updated_at":"2025-04-01T22:42:41.000Z","dependencies_parsed_at":"2025-03-01T14:24:49.386Z","dependency_job_id":"0084ff1a-4b5f-4c81-a230-d676ccf62f43","html_url":"https://github.com/mathiasfk/dotnet-recursive-references","commit_stats":null,"previous_names":["mathiasfk/dotnet-recursive-references"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathiasfk/dotnet-recursive-references","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiasfk%2Fdotnet-recursive-references","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiasfk%2Fdotnet-recursive-references/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiasfk%2Fdotnet-recursive-references/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiasfk%2Fdotnet-recursive-references/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathiasfk","download_url":"https://codeload.github.com/mathiasfk/dotnet-recursive-references/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiasfk%2Fdotnet-recursive-references/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dependencies","dependency-analysis","dotnet","recursive","reference","references"],"created_at":"2025-03-10T14:22:20.469Z","updated_at":"2026-05-17T11:32:43.780Z","avatar_url":"https://github.com/mathiasfk.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Recursive References\nRecursively finds all project dependencies in a solution. It runs `dotnet list reference` for each project listed as dependency of the project(s) passed as initial entrypoint(s).\n\nIn order to run this script you may need to bypass the default system policy to trust it: \n```ps1\nSet-ExecutionPolicy Bypass -Scope Process\n```\n\nUsage:\n```ps1\n.\\Get-RecursiveReferences.ps1 [-ProjectDirs \u003cpaths\u003e] [-h] [-Silent]\n```\n\nParameters:\n```\n  -ProjectDirs \u003cpaths\u003e  Specify the project directories to start the search.\n  -ProjectDir \u003cpath\u003e    Alias for -ProjectDirs.\n  -Silent               Dot not print the visited directories.\n  -h                    Display this help message.\n  -help                 Alias for -h.\n```\n\n## Examples:\n```ps1\n.\\Get-RecursiveReferences.ps1 -ProjectDir \"C:\\path\\solution\\src\\Solution.Api\\\"\n```\nTo execute for multiple projects, use a comma after each project:\n```ps1\n.\\Get-RecursiveReferences.ps1 -ProjectDirs \"C:\\path\\solution\\src\\Solution.Api\\\", \"C:\\path\\solution\\src\\Solution.Infrastructure\\\"\n```\nYou can also break the command into multiple lines:\n```ps1\n.\\Get-RecursiveReferences.ps1 -ProjectDirs `\n\"C:\\path\\solution\\src\\Solution.Api\\\", `\n\"C:\\path\\solution\\src\\Solution.Infrastructure\\\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiasfk%2Fdotnet-recursive-references","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathiasfk%2Fdotnet-recursive-references","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiasfk%2Fdotnet-recursive-references/lists"}