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

NuGet fixes #734

Merged
merged 17 commits into from Apr 24, 2017
Merged

NuGet fixes #734

merged 17 commits into from Apr 24, 2017

Commits on Apr 14, 2017

  1. Fix NuGet packages.config generation

    This was generated on a per-solution basis when one needed to be
    generated for each project.
    aleksijuvani committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    b2bbf00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7746353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39720da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbcb942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb992e6 View commit details
    Browse the repository at this point in the history
  6. Fix NuGet assembly references in C# projects

    For C# projects, we need to get the assembly paths from the NuGet API,
    instead of assuming that the package only contains one assembly with the
    same name as the package.
    aleksijuvani committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    c574772 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd3c542 View commit details
    Browse the repository at this point in the history
  8. Fix C# NuGet tests

    aleksijuvani committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    3bdf746 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df6c1f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34eb9c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52b21ee View commit details
    Browse the repository at this point in the history
  12. Add nugetsource API for custom package sources

    Non-gallery sources (such as NuGet.Server) are currently unsupported due
    to API limitations.
    aleksijuvani committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    8286a7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87f527c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    368ef42 View commit details
    Browse the repository at this point in the history
  15. Fix not all versions of NuGet packages being found

    If a package has a lot of versions, the NuGet API returns multiple
    "pages" of results, but we only looked at the first "page". This
    happened with the "NLog" package for example.
    aleksijuvani committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    cf82b2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    067db7a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    88d37b1 View commit details
    Browse the repository at this point in the history