Open deadwards90 opened 1 day ago
It's mentioned in the learn.microsoft page here as a known limitation. Hopefully it'll be supported in the future, as many .NET middlewares work this way and don't support up-front configuration at all.
Thanks @gkinsman, I missed that. I'll update the issue just to track support in that case.
+1 , wanted to add a RequiresDuplicateDetection
queue to test some stuff, unfortunately it's not supported.
Our applications create their own queues / subscriptions on startup so that we don't have to manage that infrastructure elsewhere. We do this by interacting with Service Bus via
ServiceBusAdministrationClient
.When trying to use that client in combination with the emulator you will see the following error:
I created this error by modifying the example with the following lines just after
Main
startsI'm guessing as of right now this client is just not supported. This is mentioned in the documentation but seems like a fairly major limitation.
This would be really useful to have.