Daniel Marbach
Daniel Marbach
Generally changing the thread pool limits is something that I have rarely ever seen being useful in production. On the flip side I've seen the problems actually getting worse in...
@christothes would you mind looking at this? The breaking change makes it for us impossible to upgrade to 12.7.0
FYI ```csharp var entity = new TableEntity { RowKey = string.Empty, PartitionKey = string.Empty }; ``` is also supported and would be broken by the new validation. The service accepts...
I think there is a behaviour difference between table API on cosmos vs table storage. On cosmos table API empty row keys are not allowed if I'm not mistaken vs...
Agreed. It was my crappy way of trying to say the validation might make sense depending on the underlying service
I was discussing this with @lailabougria recently. Unfortunately I wasn't aware there is already a similar issue https://github.com/Azure/azure-sdk-for-net/issues/32347. The feedback is still valid though because it shows we as users...
Chiming here with the perspective of me using several versions of the ServiceBus library. I have no insights into why the transaction scope was originally chosen. I think it would...
@JoshLove-msft :point_up: some feedback for the Azure.Messaging.ServiceBus client
Hi @gusmanb Thanks for reaching out to us and raising your concerns. I took the liberty of moving it to the correct repository. I can relate to your skepticism when...
@gusmanb let me know if the current behavior of the Azure Service Bus transport poses a problem for one of your endpoints, and we might be able to find a...