{"id":15409290,"url":"https://github.com/bjorkstromm/depends","last_synced_at":"2025-05-15T12:00:18.583Z","repository":{"id":38680172,"uuid":"138920949","full_name":"bjorkstromm/depends","owner":"bjorkstromm","description":"Tool for generating dependency trees for .NET projects","archived":false,"fork":false,"pushed_at":"2024-09-14T19:34:44.000Z","size":351,"stargazers_count":608,"open_issues_count":12,"forks_count":43,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-14T17:30:12.538Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"C#","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/bjorkstromm.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}},"created_at":"2018-06-27T18:49:50.000Z","updated_at":"2025-05-13T07:52:45.000Z","dependencies_parsed_at":"2024-06-20T23:30:48.446Z","dependency_job_id":"72bd77f9-3174-46f9-9d9f-0902009cab84","html_url":"https://github.com/bjorkstromm/depends","commit_stats":{"total_commits":87,"total_committers":12,"mean_commits":7.25,"dds":0.5402298850574713,"last_synced_commit":"24382581c311eafba2f10b68f577b9650a80c50c"},"previous_names":["mholo65/depends"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorkstromm%2Fdepends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorkstromm%2Fdepends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorkstromm%2Fdepends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorkstromm%2Fdepends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjorkstromm","download_url":"https://codeload.github.com/bjorkstromm/depends/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337612,"owners_count":22054253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest"],"created_at":"2024-10-01T16:39:02.008Z","updated_at":"2025-05-15T12:00:17.500Z","avatar_url":"https://github.com/bjorkstromm.png","language":"C#","funding_links":[],"categories":["hacktoberfest"],"sub_categories":[],"readme":"# Depends\n\n![CI](https://github.com/mholo65/depends/workflows/CI/badge.svg?branch=master\u0026event=push) [![NuGet](https://img.shields.io/nuget/v/dotnet-depends.svg)](https://www.nuget.org/packages/dotnet-depends)\n\n![depends logo](./media/Full%20Logo@2x.png)\n\n**Depends** is a [dotnet](https://dot.net) global tool that helps developers explore dependencies found in a .NET Core project (`.csproj`, `.vbproj`, `.fsproj`) or solution (`.sln`).\n\n![screenshot of depends running in terminal](./media/screenshot.png)\n\n## Getting Started\n\nDevelopers have the option of installing the .NET tool globally or locally. **We recommend installing it globally using the following command line input.**\n\n### Global Installation\n\nTo use Depends system-wide, we can install the tool globally with the following command.\n\n```console\ndotnet tool install --global dotnet-depends\n```\n\nOnce installed, developers can analyze any project from a terminal instance.\n\n```console\ndotnet depends ./depends.sln\n```\n\n### Local Installation\n\nTo install the tool locally, we can run the following commands. **Note, installing local tools only works with .NET Core 3.0 SDK and later**.\n\nIn our solution folder, we need to add a new tool manifest.\n\n```console\ndotnet new tool-manifest\n```\n\nWe can then install **Depends** using the following command.\n\n```console\ndotnet tool install dotnet-depends\n```\n\nTo run the tool within a current solution, we need to run the following command.\n\n```console\n dotnet depends ./our-solution.sln\n```\n\n## Troubleshooting\n\n[Please refer to the official Microsoft Documentation around .NET tools to resolve any issues.](https://docs.microsoft.com/en-us/dotnet/core/tools/troubleshoot-usage-issues)\n\n## License\n\nMIT License\n\nCopyright (c) 2018 Martin Björkström\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorkstromm%2Fdepends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjorkstromm%2Fdepends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorkstromm%2Fdepends/lists"}