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

Github dependencies do not transitive nuget packages to projects #1578

Closed
isaacabraham opened this issue Apr 7, 2016 · 1 comment
Closed
Labels

Comments

@isaacabraham
Copy link
Contributor

If you create a project with a dependency on a github file e.g.

github isaacabraham/sudoku-solver src/Api/Sudoku.fs

You get a correct lock file

NUGET
  remote: https://www.nuget.org/api/v2
  specs:
    Streams (0.4.1)
GITHUB
  remote: isaacabraham/sudoku-solver
  specs:
    src/Api/Sudoku.fs (1407e6bb7ac27e97c424a547c0156c866227134a)
      Streams

Notice the Streams dependency is added.

If you then reference that file in paket.references on a project, the file is correctly added, but the transitive nuget dependency is not.

@forki forki added the bug label Apr 7, 2016
@forki forki closed this as completed in f024316 Apr 7, 2016
@isaacabraham
Copy link
Contributor Author

Confirm - works now.

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

No branches or pull requests

2 participants