Releases: OrleansContrib/OrleansTestKit
3.1.9
3.1.8
This is a feature release that addresses the following issue:
- Implement ResumeAsync in TestSubscriptionHandle (#114)
Thanks, @HuwLittle!
3.1.7
This is a feature release that addresses the following issue:
- Remove Moq hard-dependency on AddProbe method (#113)
Although the TestKit continues to use Moq internally for a few test doubles, this change allows you to use your own mocking library of choice for other test doubles with a callback-based AddProbe
overload.
TestKitSilo.AddProbe<T>(Func<IGrainIdentity, T> factory)
Thanks, @HuwLittle!
3.1.6
This is a feature release that addresses the following issue:
- Add count of active timers (#111)
Thanks, @HuwLittle!
3.1.5
This is a feature release that addresses the following issue:
Thanks, @michaeltdaniels!
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
Note: Orleans 3.1.1 was built/packaged in error, and Orleans 3.1.2 is a fixed release. It is strongly recommended that you upgrade to Orleans 3.1.2 and the OrleansTestKit 3.1.1.
This is a feature release that upgrades to Orleans 3.1.1. This also addresses the following:
- Removes the parameterless constructor constraint from state classes.
Please take note that, even though the parameterless constructor constraint has been removed, classes without parameterless constructors will not work. This has been added to the list of known limitations.