-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(nuget): allow detecting source URLs via package contents #28071
feat(nuget): allow detecting source URLs via package contents #28071
Conversation
1bb8271
to
cda4fb5
Compare
cda4fb5
to
d5afd4e
Compare
d5afd4e
to
df50bbc
Compare
Do you have a preference whether this should be controlled via a proper configuration option or an experimental env var? |
lib/modules/datasource/nuget/__fixtures__/nlog/NLog.4.7.3.nupkg
Outdated
Show resolved
Hide resolved
4b0a1c8
to
95d6c25
Compare
OK, this is now ready for review. I have verified it with our internal Artifactory and also also using my public test Artifactory: https://github.com/fgreinacher/renovate-artifactory-source-url-fixed/pulls |
95d6c25
to
738418d
Compare
Also use cache decorator instead of manual logic
36bcb74
to
565e867
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
Co-authored-by: Michael Kriese <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
🎉 This PR is included in version 37.311.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Adapts the NuGet datasource to determine package source URLs from the
nupkg
file in cases where the API does not provide the PackageBaseAddress resourceContext
#28041
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
⚒️ with ❤️ by Siemens