NServiceBus 10.2.7 – Patch release available

Hi everyone,

We’ve just released NServiceBus 10.2.7.

Fixed bugs

  • #7834 Unable to resolve endpoint-keyed root services without [FromKeyedServices] when multi-hosting

How to know if you are affected

All users of NServiceBus version 10.2.x registering dependency injection services for multiple endpoints are affected.

Symptoms

Endpoint-created components do not resolve services registered globally under the endpoint identifier. The endpoint-scoped service provider only recognizes services registered through the endpoint’s local service collection adapter.

As a result, constructor injection of a root endpoint-keyed service can fail even though the service is registered in the underlying Microsoft DI container.

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 NServiceBus 10.2.7 from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular