Skip to content

URLs for dependencies? #85

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

Closed
mgutz opened this issue Jun 20, 2014 · 1 comment
Closed

URLs for dependencies? #85

mgutz opened this issue Jun 20, 2014 · 1 comment

Comments

@mgutz
Copy link

mgutz commented Jun 20, 2014

I do mostly node development on Mac and Linux. Will URLs be supported for dependencies a la npm in package.json?

// get from the usual location (semver)
"My.Lib": "~4.0.0.0"

// get and build from git
"My.Lib": "git://github.com/mgutz/My.Lib#HEAD"

// get from local hacking directory
"My.Lib": "file://home/mgutz/src/My.Lib"
@davidfowl
Copy link
Member

doubtful we're going to support this for specific dependencies. We might use it as a way to get source for one or more dependencies but not per dependency. NodeJS has this advantage where a repository maps 1 to 1 with a project/package. Take a look at the .NET repositories out there, they are solution based and have multiple projects within them and it doesn't translate to this world.

That said, with some strong conventions, we can come up some an experience that will work great for .NET projects but I still think it'll be more similar to what I mentioned that what npm has.

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

No branches or pull requests

2 participants