Hi everyone,
We’ve just released NServiceBus 9.2.8 and 8.2.6.
Fixed bugs
- #7485 Multiple RegisterOrReplace calls for the same pipeline step identifier throws System.Exception: Step registration with id '<step-identifier>' is already registered for '<step-identifier>'.
How to know if you are affected
You are affected if you are developing an endpoint that makes multiple calls to RegisterOrReplace for the same pipeline step identifier.
Symptoms
When calling RegisterOrReplace more than once for the same pipeline step identifier, an exception in the following format is thrown:
System.Exception: Step registration with id '<step-identifier>' is already registered for '<step-identifier>'.
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 the new versions of NServiceBus from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular