Foundatio.AzureServiceBus icon indicating copy to clipboard operation
Foundatio.AzureServiceBus copied to clipboard

Foundatio Azure ServiceBus

Results 10 Foundatio.AzureServiceBus issues
Sort by recently updated
recently updated
newest added

Hi! The Jwt 5.4.0 is flagged as a security risk by SonarQube. It is used by Microsoft.AzureServiceBus. ![image](https://github.com/FoundatioFx/Foundatio.AzureServiceBus/assets/462445/fa43a1e8-af1a-4679-99b0-66c9eace3228) Upgrading JWT to at least 5.7.0 would fix this.

Hi guys, not sure what I'm doing wrongly, but I just specified `AzureServiceBusConnectionString` in `appsettings.json` and ran `AzureServiceBusMessageBusTests`. Almost all of them were failed with the similar error message ```...

I will let you know once I have tested but it's my understanding that the combination of [`ReceiveMode.PeekLock`](https://github.com/Azure/azure-sdk-for-net/blob/741b92a736b605486184c5d167c85229eee77719/sdk/servicebus/Microsoft.Azure.ServiceBus/src/ReceiveMode.cs#L13) and [`MessageHandlerOptions.AutoComplete`](https://github.com/Azure/azure-sdk-for-net/blob/741b92a736b605486184c5d167c85229eee77719/sdk/servicebus/Microsoft.Azure.ServiceBus/src/MessageHandlerOptions.cs#L62) used when registering the message handler will result in [`SubscriptionClient.CompleteAsync`](https://github.com/Azure/azure-sdk-for-net/blob/741b92a736b605486184c5d167c85229eee77719/sdk/servicebus/Microsoft.Azure.ServiceBus/src/SubscriptionClient.cs#L318)...

IF the connection string isn't set in the appsettings.json file for the unit tests (as is the case in the checked-in file), all the test will just return without doing...

It seems that commit fe221fbf89deef8841cc3a92d00f79b66b81bcbe from April inserted a bug into the code. Now a simple await _queueClient.EnqueueAsync(message); will throw an exception. The problem is at AzureServiceBusQueue.cs (114) foreach (var...

bug

Everytime I tried reading a message from a queue, I got an exception when it tried to deserialize it. Debugging through the code, I found the data which it is...

bug
help wanted

Thanks to @shahbarkha for her awesome work on the client! Please use the nightly builds from myget & nuget.. These builds should be considered stable but we have decided against...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.13.0 What's Changed Add letter number among valid identifiers in class name by @​nohwnd in microsoft/vstest#13868 Fix formatting...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.1 to 3.0.2. Commits dd36e86 v3.0.2 b67d776 Defer reporting until TestComplete ecace34 Remove commented out project element 2009e51 Update to .NET SDK 9 for builds c676360 Add...

dependencies