Upgrade centrally managed packages#9929
Merged
ReubenBond merged 4 commits intoFeb 17, 2026
Merged
Conversation
- update centrally managed package versions using latest available releases - upgrade coverlet.msbuild to 8.0.0 - keep net8 OpenTelemetry on 1.9.0 and keep Azure.Core split (net8 1.50.0, net10 1.51.1) - adjust Azure Blob and Testcontainers API usage required by upgraded dependencies Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
We were hitting some odd test failures with coverlet. Upgrading that was the main impetus for this PR |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades centrally managed package versions across the Orleans repository while maintaining backward compatibility through a TFM-specific versioning strategy. The upgrade includes compatible source code changes to accommodate API updates in Testcontainers, Consul client, and Azure Storage SDKs.
Changes:
- Upgraded numerous NuGet packages to their latest compatible versions (Aspire 13.1.1, AWS SDK, Azure SDKs, Consul, Testcontainers, etc.)
- Applied Testcontainers 4.10.0 API migration: moved image specification from
.WithImage()to constructor parameter - Added new IConsulClient interface members (Configuration and DiscoveryChain endpoints) required by Consul 1.7.14.10
- Updated Azure.Storage.Blobs API call to include required
statesparameter
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Centralized package version upgrades for both net8.0 (conservative versions) and net10.0 (latest versions); upgraded coverlet.msbuild from 6.0.0 to 8.0.0 |
| test/Extensions/Tester.Cassandra/Clustering/CassandraContainer.cs | Migrated ContainerBuilder to pass image name via constructor instead of WithImage() method |
| test/Extensions/Consul.Tests/ConsulTestUtils.cs | Migrated ConsulBuilder to pass image name via constructor instead of WithImage() method |
| test/Extensions/Consul.Tests/ConsulClusteringOptionsTests.cs | Added Configuration and DiscoveryChain properties to FakeConsul test stub to satisfy updated IConsulClient interface |
| src/Azure/Orleans.DurableJobs.AzureStorage/AzureStorageJobShardManager.cs | Added required states: BlobStates.None parameter to GetBlobsAsync call for Azure.Storage.Blobs 12.27.0 compatibility |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- pin MySql.Data to 8.0.31 after MySql cancellation tests timed out with 8.4.0 - keep net8 Aspire.Azure.Storage.Queues on 13.0.0 so OpenTelemetry 1.9.0 pin does not downgrade Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Start Azurite containers with --skipApiVersionCheck in AzureStorage and EventHub jobs, and move GrainDirectoryResilienceTests.ElasticChaos from SlowBVT to Stress. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rkargMsft
pushed a commit
to rkargMsft/orleans
that referenced
this pull request
Feb 27, 2026
* Upgrade package versions and preserve net8 compatibility - update centrally managed package versions using latest available releases - upgrade coverlet.msbuild to 8.0.0 - keep net8 OpenTelemetry on 1.9.0 and keep Azure.Core split (net8 1.50.0, net10 1.51.1) - adjust Azure Blob and Testcontainers API usage required by upgraded dependencies Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Directory.Packages.props Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Mitigate MySql package regression in CI - pin MySql.Data to 8.0.31 after MySql cancellation tests timed out with 8.4.0 - keep net8 Aspire.Azure.Storage.Queues on 13.0.0 so OpenTelemetry 1.9.0 pin does not downgrade Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix Azurite CI failures and retag ElasticChaos Start Azurite containers with --skipApiVersionCheck in AzureStorage and EventHub jobs, and move GrainDirectoryResilienceTests.ElasticChaos from SlowBVT to Stress. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Microsoft Reviewers: Open in CodeFlow