NServiceBus.AzureFunctions.InProcess.ServiceBus 4.0.1 – Patch release available

Hi everyone,

We’ve just released NServiceBus.AzureFunctions.InProcess.ServiceBus 4.0.1.

Fixed bugs

  • #579 Outbox can’t be enabled
  • #571 Host throws assembly scanning errors preventing the endpoint from starting

How to know if you are affected

You are affected if trying to upgrade to version 4.

Symptoms

Exceptions thrown at startup:

NServiceBus.Core: Could not load '{some assembly}'. Consider excluding that assembly from the scanning. System.Private.CoreLib: Assembly with same name is already loaded.

OR

NServiceBus.Core: Outbox requires transport to be running in `ReceiveOnly` mode. Use the `TransportTransactionMode` property on the transport definition to specify the transaction mode.

When to upgrade

When upgrading to NServiceBus 8/NServiceBus.AzureFunctions.InProcess.ServiceBus 4 make sure to use version 4.0.1.

Where to get it

You can install NServiceBus.AzureFunctions.InProcess.ServiceBus 4.0.1 from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.