lucasg/Dependencies

Can't find DLLs in PATH

Open

#7 opened on Nov 27, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (927 forks)batch import
help wanted

Repository metrics

Stars
 (11,485 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have all the DLLs of my dependencies in a single folder, which is part of the user PATH. This way, they are available everywhere and I can run all my applications during development from anywhere, without needing to copy the DLLs to the correct path.

Sadly, Dependencies can't find those DLLs.

Contributor guide