Dependency graph of Visual Studio projects

I needed something similar, but didn’t want to pay for (or install) a tool to do it. I created a quick PowerShell script that goes through the project references and spits them out in a yuml.me friendly-format instead: Function Get-ProjectReferences ($rootFolder) { $projectFiles = Get-ChildItem $rootFolder -Filter *.csproj -Recurse $ns = @{ defaultNamespace = “http://schemas.microsoft.com/developer/msbuild/2003” … Read more

Downloading all maven dependencies to a directory NOT in repository?

The maven dependency plugin can potentially solve your problem. If you have a pom with all your project dependencies specified, all you would need to do is run mvn dependency:copy-dependencies and you will find the target/dependencies folder filled with all the dependencies, including transitive. Adding Gustavo’s answer from below: To download the dependency sources, you … Read more

How can I have linked dependencies in a git repo?

You can do this with submodules in git. In your repository, do: git submodule add path_to_repo path_where_you_want_it So, if the library’s repository had a URL of git://github.com/example/some_lib.git and you wanted it at lib/some_lib in your project, you’d enter: git submodule add git://github.com/example/some_lib.git lib/some_lib Note that this needs to be done from the top-level directory in … Read more

Failed to load c++ bson extension

I guess you did not have the make tools available when you installed your mongodb library. I suggest you do xcode-select –install (on a mac) or sudo apt-get install gcc make build-essential (on ubuntu) and run rm -rf node_modules npm cache clean npm install OR just npm update based on @tobias comment (after installing build-essential) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)