-
Notifications
You must be signed in to change notification settings - Fork 228
[TEST] Bumping maintenance-packages dependencies in repos that depend on them #133
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
[TEST] Bumping maintenance-packages dependencies in repos that depend on them #133
Conversation
|
@dotnet/source-build do you know if there is a known issue for a segmentation fault in the creation of the binlog of this leg? https://github.com/dotnet/dotnet/pull/133/checks?check_run_id=36255542155 |
…ies' into BumpMaintenancePackagesDependencies
…com/carlossanlop/dotnet into BumpMaintenancePackagesDependencies
|
I was hoping that changing to the internal feed for m-p would let me use the regular package version but no. I'll have to keep using the ugly one with the suffix. |
|
Stuff seems to be working. Looks to me like aspnetcore needs an update since it's adding a direct dependency on the old version of ValueTuple. |
| <MicrosoftBCLHashCodeVersion>6.0.0</MicrosoftBCLHashCodeVersion> | ||
| <SystemBuffersVersion>4.6.0</SystemBuffersVersion> | ||
| <SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion> | ||
| <SystemValueTupleVersion>4.6.0</SystemValueTupleVersion> |
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.
@ericstj from your comment: #133 (comment)
Already updated it here, but conditioned to source build.
I do see a bunch of csprojs in aspnet core that are hardcoding System.ValueTuple, instead of using the property value.
- eng/Baseline.Designer.props
- src/submodules/MessagePack-CSharp/sandbox/...
- TestData.InvalidProject.csproj
- TestData.InvalidSyntax.csproject
- TestData2.csproj
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.
Those projects aren't the ones casing the failure.
Why is it OK to condition it on source build if you haven't conditioned it on source build in runtime? Runtime has the newer reference, which comes in transitively then ASPNET project is downgrading it.
|
Replaced with #155 |
This PR is result of testing the parallel dependency updates to ensure source-build does not break: dotnet/dotnet#133
DO NOT MERGE.
This PR intends to verify which repos need to get the dependencies updated after runtime gets them updated first.