-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
NuGet fixes #734
Commits on Apr 14, 2017
-
Fix NuGet packages.config generation
This was generated on a per-solution basis when one needed to be generated for each project.
Configuration menu - View commit details
-
Copy full SHA for b2bbf00 - Browse repository at this point
Copy the full SHA b2bbf00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7746353 - Browse repository at this point
Copy the full SHA 7746353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39720da - Browse repository at this point
Copy the full SHA 39720daView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbcb942 - Browse repository at this point
Copy the full SHA cbcb942View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb992e6 - Browse repository at this point
Copy the full SHA bb992e6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c574772 - Browse repository at this point
Copy the full SHA c574772View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3c542 - Browse repository at this point
Copy the full SHA bd3c542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdf746 - Browse repository at this point
Copy the full SHA 3bdf746View commit details -
Configuration menu - View commit details
-
Copy full SHA for df6c1f4 - Browse repository at this point
Copy the full SHA df6c1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34eb9c6 - Browse repository at this point
Copy the full SHA 34eb9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b21ee - Browse repository at this point
Copy the full SHA 52b21eeView commit details -
Add nugetsource API for custom package sources
Non-gallery sources (such as NuGet.Server) are currently unsupported due to API limitations.
Configuration menu - View commit details
-
Copy full SHA for 8286a7b - Browse repository at this point
Copy the full SHA 8286a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f527c - Browse repository at this point
Copy the full SHA 87f527cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 368ef42 - Browse repository at this point
Copy the full SHA 368ef42View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cf82b2c - Browse repository at this point
Copy the full SHA cf82b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 067db7a - Browse repository at this point
Copy the full SHA 067db7aView commit details
Commits on Apr 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 88d37b1 - Browse repository at this point
Copy the full SHA 88d37b1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.