NServiceBus.Testing 7.4.1 – Patch release available

Hi everyone,

We’ve just released NServiceBus.Testing 7.4.1.

Fixed bugs

  • #385 MarkAsComplete on a new saga instance throws exception
  • #370 AdvanceTime with multiple timeouts throws exception

How to know if you are affected

You are affected if you are using the TestableSaga class to test sagas.

Symptoms

  • A call to testableSaga.Handle(...) throws a System.Exception with the message “The saga should be retrieved with Get method before it’s updated”.
  • A call to testableSaga.AdvanceTime(...) throws a System.InvalidOperationException with the message “Failed to compare two elements in the array”.

When to upgrade

You should upgrade during your next maintenance window.

Where to get it

You can install NServiceBus.Testing 7.4.1 from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.