Mark Gould
Mark Gould
Here is a simple repro: ``` static void Main(string[] args) { var token = TokenProvider.CreateManagedServiceIdentityTokenProvider(); var client = new ManagementClient("sb://namespace.servicebus.windows.net/", token); var desc = client.GetQueueAsync("QueueName").Result; } ```
Unfortunately not. Hopefully we can get an answer here at some point.
I'm seeing this too when I'm specifying "[assembly: SqlPersistenceSettings(MsSqlServerScripts = true)]" at the assembly level. An old issue used to be that you had to be sure to reference NServiceBus.Persistence.SQL...
running "sql-persistence script .\AssemblyName.dll -v" correctly creates the scripts for the MsSql only Building from VS results in all folders being created. This makes me think the script task is...
I would also like to see some better guidance for this too. We are using SqlTransport and have moved from NHibernate to SQL Persistence. Previously we had all transport and...
I'm using your NServiceBus.Bridge library. I'd raised an issue over there but found out it was due to needing the latest SQL Transport which wasn't released at the time.
I came across this as I'm having similar issues. cert-manager 1.9.1 and nginx 1.3.1. None of my renewals work anymore without me going into the ingress and setting ingressClassName on...
We have a need for this - our admin users at our company have access to our customer tenants. I've setup a default tenant that we belong to. If a...
Glad to hear it's fun for you again! I haven't been keeping up on the project lately, and didn't realize you've now added sponsorships. Happy to sponsor this great project!
Any updates on this? How are we supposed to move forward?