OrleansContrib / OrleansTestKit

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

Fix method signature change in RuntimeContext 7.2.5 #157

Closed spingee closed 2 months ago

spingee commented 4 months ago

Could you please release this fix asap (as preview probably), they have released fix of nasty bug causing "Access violation exception, non activation thread accessed.." but it caused breaking change for OrleansTestkit

seniorquico commented 4 months ago

Thanks! I'm looking at this, but I need to make some changes to the GitHub Actions workflow in order to get it published.

Do you know- does this same change apply to v8? I wonder if something similar is needed on the main branch. 🤔

spingee commented 4 months ago

Yes it apply for 8 too

juveilko commented 3 months ago

Greetings! Any progress on this? Orleans 7.2.6 has been made available, and OrleansTestKit obviously still does not provide a version that works with it.

runenilsenoe commented 3 months ago

Following, let me know if i can do anything to speed this up

juveilko commented 2 months ago

@seniorquico @jkonecki

Hello. Looking forward to getting these changes into O7 and O8 OrleansTestKits.

ReubenBond commented 2 months ago

@jkonecki you might be able to review/merge this now

jkonecki commented 2 months ago

@ReubenBond @juveilko RuntimeContext breaking change has already been fixed in OrleansTestKit 8.1.0 (Orleans 8.x)

ReubenBond commented 2 months ago

Sounds good to me. I made the comment to test that notifications were flowing from here to discord 😄

jkonecki commented 2 months ago

@spingee for Orleans 7 (branch 4.x), please update <Version>4.0.0</Version> in OrleansTestKit.csproj to 4.0.1 so the correct nuget package can be generated.

spingee commented 2 months ago

@spingee for Orleans 7 (branch 4.x), please update <Version>4.0.0</Version> in OrleansTestKit.csproj to 4.0.1 so the correct nuget package can be generated.

done

jkonecki commented 2 months ago

@spingee Enjoy: https://www.nuget.org/packages/OrleansTestKit/4.0.1