You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either at download time the rule should call FindPackagesById() and read the src attribute of the <content> element; Or we should have the package def (and also paket2bazel) store the full download URL instead of just version and sources.
The text was updated successfully, but these errors were encountered:
I've been thinking that it might make sense to get rid of all the nuget URL handling and have just the full download URL instead. I don't have time to look into that currently so I don't expect that to be fixed very soon.
There are NuGet repository implementations (for example that of JFrog Artifactory) that use different URL patterns for hosting NuGet packages:
https://ART_REPO/artifactory/api/nuget/nuget-all/Download/Some.Package.Name/1.0.0
Either at download time the rule should call
FindPackagesById()
and read thesrc
attribute of the<content>
element; Or we should have the package def (and also paket2bazel) store the full download URL instead of justversion
andsources
.The text was updated successfully, but these errors were encountered: