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

Support path sources #54

Closed
agross opened this issue Sep 4, 2014 · 2 comments
Closed

Support path sources #54

agross opened this issue Sep 4, 2014 · 2 comments

Comments

@agross
Copy link
Contributor

agross commented Sep 4, 2014

Some people might host their nugets in a share or test using a file system folder.

source "C:\Nugets"
source "\\server\nugets"

Low-priority, IMHO.

@theimowski
Copy link
Member

I could grab this one. How would we get direct dependencies, and all versions from a local feed? Reading the directory and parsing the nuspec file itself?

Shall we reflect remote and local Nuget feeds with a separate type (union cases)?

@forki
Copy link
Member

forki commented Sep 8, 2014

yes in this case we need to look into the nuspec file.
You might want to copy https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/NuGet/NugetHelper.fs#L368

Yes we should reflect this in the types. I consider it another PackageSourceTYpe see https://github.com/fsprojects/Paket/blob/master/src/Paket/BasicTypes.fs#L45

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

No branches or pull requests

3 participants