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

NuGetV2.DownloadPackage: Add support for relative src link to package content #1311

Merged
merged 1 commit into from
Dec 15, 2015

Conversation

antymon4o
Copy link
Contributor

Given that the nuget package feed result of a specific package defines the content of the package with a relative link (for example )
When NuGetV2.DownloadPackage creates the WebRequest to download the package contetns
Then it should add the SourceUrl as the base address for the download Uri.

…download, check if the package download url is absolute or relative. If the donwload url is relative, add the package source url as base url.
forki added a commit that referenced this pull request Dec 15, 2015
NuGetV2.DownloadPackage: Add support for relative src link to package content
@forki forki merged commit e41d4b5 into fsprojects:master Dec 15, 2015
@forki
Copy link
Member

forki commented Dec 15, 2015

thx a lot

@antymon4o
Copy link
Contributor Author

Thank you for the great project! :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants