Hi everyone,
We’ve just released NServiceBus 9.0.3 and 8.2.2.
Fixed bugs
- #7089 AssemblyScanner doesn’t scan message assemblies that reference the NServiceBus.MessageInterfaces assembly
How to know if you are affected
You are affected if:
- You are using an NServiceBus version (8.2 or higher) that supports NServiceBus.MessageInterfaces
- You are using the NServiceBus.MessageInterfaces assembly in your message contract assemblies
Symptoms
The message contract assembly referencing the NServiceBus.MessageInterfaces assembly is not being scanned by the assembly scanner. This causes the message types to be treated as unobtrusive messages. Any code that would expect message types to be available in the scanned types would not be able to access them in advanced extensibility scenarios.
When to upgrade
You should upgrade immediately if you are affected by the bug. 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