All Projects → bjorkstromm → Depends

bjorkstromm / Depends

Licence: mit
Tool for generating dependency trees for .NET projects

Projects that are alternatives of or similar to Depends

Patchwork Patcher
Patches Forge mod jars, allowing them to be loaded by Fabric
Stars: ✭ 273 (-1.8%)
Mutual labels:  hacktoberfest
Spatie.be
The source code of spatie.be
Stars: ✭ 274 (-1.44%)
Mutual labels:  hacktoberfest
Neode
Neo4j OGM for Node.js
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest
Ionic Vue
Vuejs integration for Ionic versions 4 and 5
Stars: ✭ 275 (-1.08%)
Mutual labels:  hacktoberfest
Zmk
ZMK Firmware Repository
Stars: ✭ 269 (-3.24%)
Mutual labels:  hacktoberfest
Elixirschool
The content behind Elixir School
Stars: ✭ 3,171 (+1040.65%)
Mutual labels:  hacktoberfest
Fvid
fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest
Sqlserverdsc
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
Stars: ✭ 278 (+0%)
Mutual labels:  hacktoberfest
Twitter Cleanup
🛁 Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (-1.08%)
Mutual labels:  hacktoberfest
Tiltedonline
Skyrim and Fallout 4 mod to play online!
Stars: ✭ 275 (-1.08%)
Mutual labels:  hacktoberfest
Woocommerce Admin
A feature plugin for a modern, javascript-driven WooCommerce Admin experience.
Stars: ✭ 274 (-1.44%)
Mutual labels:  hacktoberfest
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest
Halyard
A tool for configuring, installing, and updating Spinnaker
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest
Prometheus Anomaly Detector
A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
Stars: ✭ 273 (-1.8%)
Mutual labels:  hacktoberfest
Alltheplaces
A set of spiders and scrapers to extract location information from places that post their location on the internet.
Stars: ✭ 277 (-0.36%)
Mutual labels:  hacktoberfest
Charlescd
CharlesCD is an open source tool that makes deployments more agile, continuous and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously.
Stars: ✭ 275 (-1.08%)
Mutual labels:  hacktoberfest
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+1141.73%)
Mutual labels:  hacktoberfest
Deno Manual Cn
Deno 中文手册
Stars: ✭ 278 (+0%)
Mutual labels:  hacktoberfest
Stopstalk Deployment
Stop stalking and start StopStalking 😉
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest
Coala Bears
Bears for coala
Stars: ✭ 276 (-0.72%)
Mutual labels:  hacktoberfest

Depends

CI NuGet

depends logo

Depends is a dotnet global tool that helps developers explore dependencies found in a .NET Core project (.csproj, .vbproj, .fsproj) or solution (.sln).

screenshot of depends running in terminal

Getting Started

Developers have the option of installing the .NET tool globally or locally. We recommend installing it globally using the following command line input.

Global Installation

To use Depends system-wide, we can install the tool globally with the following command.

dotnet tool install --global dotnet-depends

Once installed, developers can analyze any project from a terminal instance.

dotnet depends ./depends.sln

Local Installation

To install the tool locally, we can run the following commands. Note, installing local tools only works with .NET Core 3.0 SDK and later.

In our solution folder, we need to add a new tool manifest.

dotnet new tool-manifest

We can then install Depends using the following command.

dotnet tool install dotnet-depends

To run the tool within a current solution, we need to run the following command.

 dotnet depends ./our-solution.sln

Troubleshooting

Please refer to the official Microsoft Documentation around .NET tools to resolve any issues.

License

MIT License

Copyright (c) 2018 Martin Björkström

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].