Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing External Dependencies #1

Open
DogEars opened this issue Jul 8, 2020 · 3 comments
Open

Missing External Dependencies #1

DogEars opened this issue Jul 8, 2020 · 3 comments

Comments

@DogEars
Copy link

DogEars commented Jul 8, 2020

Was browsing through this tonight and there are a few projects that won't load and no signs of them anywhere. There is a folder called "external" and 5 missing projects.

Any chance of a new build with those included?

@markolbert
Copy link
Owner

Hi Don,

Looking over the solution file you should be able to resolve the dependencies by downloading/cloning the missing projects from my J4JLogging repository and then referencing them in a solution folder you create within the AlphaVantageRetriever solution that you create called 'externals'.

My apologies for this being convoluted. I made this repository public to offer it as a starting point/point of interest for anyone trying to download AlphaVantage data via a free account.

What you're running into is that on my development system I link, via the externals solution folder, directly to the source code for the dependent libraries. That's because I often have to modify the dependent libraries as I use them in more of my own projects. I'll see if I can figure out how to create a release configuration which ties into the publicly-available, via nuget, versions of those dependent libraries.

@markolbert
Copy link
Owner

Hi Don,

I think I've replaced the dependencies on my local source code with publicly-available nuget packages. Let me know if you're able to download, compile and run stuff.

Thanx for incentivizing me to research how to decouple stuff.

@DogEars
Copy link
Author

DogEars commented Jul 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants