I am looking to migrate some work that uses Microsoft.ServiceBus over to Microsoft.Azure.ServiceBus. This is so that we can target .net standard.
The previous code uses ReceiveBatchAsync in order to retrieve multiple messages within a single call.
In the new namespace I can't see a way of doing this.
Is there something new in the design that make this redundant, or is the 1.0.0 release version only partially complete?
The best practice guidelines seem to refer to the Microsoft.ServiceBus version.