-
Notifications
You must be signed in to change notification settings - Fork 225
Add System.Collections.Immutable package dependency #8817
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
Conversation
|
@mmitche @dotnet/source-build-internal @MichaelSimons @oleksandr-didyk |
| but are present in Version.Details.xml for source-build PVP flow. See the comment in Version.Details.xml for more information. | ||
| --> | ||
| <MicrosoftExtensionsObjectPoolPackageVersion>6.0.0</MicrosoftExtensionsObjectPoolPackageVersion> | ||
| <SystemCollectionsImmutablePackageVersion>6.0.0</SystemCollectionsImmutablePackageVersion> |
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.
This repo needs to be on SCI 7.0, not 6.0. What happens when we fix that?
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.
It is currently on 6.0.0 - I'm only moving the property to a different group within the file.
Should update to SCI 7.0.0 be part of a separate PR?
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.
I think Jared is asking what will be the impact to source-build of upgrading it?
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.
No impact on source-build - it always picks the latest live version anyway - 8.0.x.
However, due to recent improvements in source-build infra, all those dependencies need to be expressed in Version.Details.xml. As this particular dependency is not automatic (no maestro subscription) there isn't even a need to keep this version in Version.Details.xml and 'Versions.props`, in sync - it would be nice to do that though.
333fred
left a comment
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.
@jaredpar any further comments on your end?
Contributes to: dotnet/source-build#3224
This dependency is needed for source-build PVP flow, which was enabled for
razorwith dotnet/installer#16495Fix for ttps://github.com/dotnet/source-build/issues/3224 will enable
razorto consume liveruntimeandaspnetcorepackages, during product source-build.