Hi everyone,
We have completed our analysis of NServiceBus compatibility with .NET 10 and wanted to share the results with you.
Most solutions that currently work well on .NET 8 and .NET 9 should continue to work as expected on .NET 10.
What we’ve done
Here is what we have done to verify our compatibility with .NET 10:
- Automated tests for supported packages have been updated to also test with .NET 10 (in addition to other supported versions of .NET) and all our automated tests pass.
- The tests targeting .NET 10 have been incorporated into our continuous integration process.
- Our documentation samples have been updated to also target .NET 10.
We’ve also created new releases of the following components to support .NET 10:
- NServiceBus.AzureFunctions.Worker.SerivceBus 4.2.7
- NServiceBus.Persitence.AzureTable 6.1.1 and 5.0.3
- NServiceBus.Transport.AzureServiceBus 3.2.8
- NServiceBus.Transport.AzureStorageQueues 12.0.5 and 13.0.4
All above releases were to resolve compatibility issues with System.Linq.Async.
If you run into any problems while upgrading to .NET 10, please let us know by contacting our support.
With thanks,
The team in Particular