NServiceBus.Testing 10.0.1 – Patch release available

Hi everyone,

We’ve just released NServiceBus.Testing 10.0.1.

Fixed bugs

  • #813 Sagas with custom finders or not found handlers can’t be tested (#811)

How to know if you are affected

You are affected if:

Symptoms

When attempting to use saga scenario tests to test a saga with a custom saga finder or a saga not found handler, one of the following exceptions prevents the test from running correctly:

For custom saga finders:

System.Exception : Unable to configure saga mapping using a custom saga finder. To fix this, ensure that NServiceBus.Testing.SagaMapper+MappingReader implements IConfigureHowToFindSagaWithFinder.

For saga not found handlers:

System.Exception : Unable to configure a not found handler. To fix this, ensure that NServiceBus.Testing.SagaMapper+MappingReader implements IConfigureSagaNotFoundHandler.

When to upgrade

You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.

Where to get it

You can install NServiceBus.Testing 10.0.1 from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular