NServiceBus.AzureFunctions.Worker.ServiceBus 4.2.7 – Patch release available

Hi everyone,

We’ve just released NServiceBus.AzureFunctions.Worker.ServiceBus 4.2.7.

Fixed bugs

  • #755 AsyncEnumerable ambiguity causes build errors on .NET 10

How to know if you are affected

You are affected if you’re using System.Linq.Async 6.* or earlier with .NET 10.

Symptoms

Ambiguity errors while compiling against .NET 10, similar to

The call is ambiguous between the following methods or properties
System.Linq.AsyncEnumerable.ToListAsync(System.Collections.Generic.IAsyncEnumerable, System.Threading.CancellationToken)
and
System.Linq.AsyncEnumerable.ToListAsync(System.Collections.Generic.IAsyncEnumerable, System.Threading.CancellationToken)

For more details see the Microsoft Learn page.

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.AzureFunctions.Worker.ServiceBus 4.2.7 from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular