OrleansContrib / OrleansTestKit

Unit Test Toolkit for Microsoft Orleans
http://dotnet.github.io/orleans
MIT License
79 stars 43 forks source link

Orleans 9 Support #171

Open seniorquico opened 2 days ago

seniorquico commented 2 days ago

This is a placeholder issue for supporting the newly released Orleans 9.

seniorquico commented 2 days ago

@ReubenBond Might the Orleans v8 packages receive ongoing updates (bug fixes?) similar to the v7 and v3 packages? Underlying question- should this project maintain a separate v8 branch to provide backwards compatibility for those that do not yet upgrade to v9? We have kept branches specific to v3 and v4 in this project for this reason. Thanks for any insights you can provide!

ReubenBond commented 2 days ago

Good question. We will likely issue 8.x updates if it is necessary, but the move from 7 to 8 and 8 to 9 are very minor. .NET 7 is out of service, so I don't anticipate any updates there. Orleans 9 targets the .NET 8 TFM, so upgrading from 8 to 9 is hopefully easier.