NServiceBus.Persistence.AzureTable 6.1.1 and 5.0.3 – Patch releases available

Hi everyone,

We’ve just released NServiceBus.Persistence.AzureTable 6.1.1 and 5.0.3.

Fixed bugs

  • #1188 AsyncEnumerable ambiguity causes build errors on .NET 10 (v6.1)
  • #1187 AsyncEnumerable ambiguity causes build errors on .NET 10 (v5.0)

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 the new versions of NServiceBus.Persistence.AzureTable from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular