Update OrleansTestKit to Orleans 9.2.1 and version 9.0.0 - #174
Merged
Conversation
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update OrleansTestKit to support Orleans 9.2.1
Update OrleansTestKit to Orleans 9.2.1 and version 9.0.0
Oct 23, 2025
ReubenBond
marked this pull request as ready for review
October 24, 2025 15:22
Contributor
|
Any objections to merging this? |
Collaborator
|
@ReubenBond It looks like the tests passed. I can create and push a branch for a 8.x fork, in case anyone really needs to stay pinned to the previous version. I can also update the NuGet tokens and get it pushed live. Thanks for asking Copilot to do the heavy lifting! 😁 |
seniorquico
approved these changes
Oct 24, 2025
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This PR updates OrleansTestKit to support the newly released Orleans 9, specifically targeting Orleans v9.2.1, and bumps the OrleansTestKit version to 9.0.0.
Changes
Updated all Orleans package references from version 8.2.0 to 9.2.1:
Microsoft.Orleans.RemindersMicrosoft.Orleans.StreamingMicrosoft.Orleans.RuntimeMicrosoft.Orleans.Sdk(in test project)Updated OrleansTestKit package version from 8.2.2 to 9.0.0.
Validation
✅ All 124 existing tests pass without modification
✅ Build succeeds in both Debug and Release configurations
✅ NuGet package successfully created with version 9.0.0
✅ No code changes required - upgrade was seamless
Compatibility Notes
As noted by @ReubenBond in the issue discussion, the move from Orleans 8 to 9 is very minor. This is confirmed by the fact that no code changes were necessary - only package version updates. Orleans 9 targets the .NET 8 TFM, making the upgrade straightforward.
The existing warnings in the build output are pre-existing and unrelated to the Orleans version update.
Closes #171
Original prompt
Fixes #171
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.