Hi everyone,
We’ve just released NServiceBus.Testing 8.0.1 and 7.4.2.
Fixed bugs
- #426 Saga scenario testing framework can’t handle ReplyToOriginator
How to know if you are affected
You are affected if:
- You are using the
TestableSaga
API to test Sagas. - The saga being tested uses the Saga’s
ReplyToOriginator
method orData.Originator
property.
Symptoms
The test fails with the exception message Entity.Originator cannot be null. Perhaps the sender is a SendOnly endpoint.
or with a NullReferenceException
when using the Data.Originator
property.
When to upgrade
You can upgrade this development-time dependency at your own convenience.
Where to get it
You can install the new versions of NServiceBus.Testing from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.