-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Use live dependencies for netcoreapp3.0 depencies #48176
Use live dependencies for netcoreapp3.0 depencies #48176
Conversation
Tagging subscribers to this area: @safern, @ViktorHofer Issue DetailsFixes #45560 I looked at the all the OOBs and these two stood out. I will go over the list yet again for master after this is in.
|
/backport to release/5.0 |
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.
We need to add the packaging changes here. https://github.com/dotnet/runtime/blob/release/5.0/docs/project/library-servicing.md
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.
ah i missed the base branch
@ViktorHofer is there any validation we could add in the future to avoid this from happening again? |
The PR is now ready. I scanned all packages twice and am now confident that I found all packages that misbehaved. While scanning them I found more issues and filed:
Yes, I believe that making sure that live dependencies (if available) are used instead of prebuilts via a common syntax is the right mitigation. That is tracked via #48238. |
* Use live dependencies for netcoreapp3.0 deps
* Use live dependencies for netcoreapp3.0 depencies (#48176) * Use live dependencies for netcoreapp3.0 deps * Disable package validation for two packages * Add baselines for touched packages * Build packages on allconfigurations leg only * Fix inbox version of System.Text.Encodings.Web Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Fixes #45560
I looked at the all the OOBs and these two stood out. I will go over the list yet again for master after this is in.