OrleansContrib / OrleansTestKit

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

Tests fail after updating to Orleans 7.2.6 #158

Closed Mostafa-Goher closed 5 months ago

Mostafa-Goher commented 6 months ago

Hi there

The signature of SetExecutionContext recently changed to have 2 arguments instead of one and since Orleans 7.2.5 tests will fail with System.TypeInitializationException: The type initializer for 'Orleans.TestKit.Reminders.RuntimeContextManager' threw an exception.

I think its because of this which still looking for SetExecutionContext with only one argument.

Mostafa-Goher commented 6 months ago

This is already being addressed in https://github.com/OrleansContrib/OrleansTestKit/pull/157