Update OrleansTestKit to Orleans 9.2.1 and version 9.0.0 #174
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.