Hi everyone,
We’ve just released NServiceBus 10.2.1.
Fixed bugs
- #7777 Convention-based message handler double registration
- #7770 False positive NSB0033 for Handle methods implementing a derived IHandleMessages
Improvements
- #7775 Prefer strongly-typed StringBuilder overload in PipelineStepDiagnostics
- #7771 Persistence tests leave saga storage directories around in temp directory
How to know if you are affected
Users of NServiceBus 10.2.0 using new convention-based handlers (handlers not implementing IHandleMessages) with assembly scanning still enabled are affected.
Symptoms
The actual message handler appears to be registered twice, causing it to be executed twice per incoming message.
When to upgrade
Users of NServiceBus 10.2.0 should upgrade immediately.
Where to get it
You can install NServiceBus 10.2.1 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular