Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Check out our newest release for the Service Bus client library!
The NuGet package can be found at https://www.nuget.org/packages/WindowsAzure.ServiceBus/3.4.2.
Below are the release notes the Microsoft Azure Service Bus NuGet package:
- EventHub/Messaging: fix a bug in the client side performance counter where a connection redirect can cause a change in port number which will cause counter instances to have the wrong endpoint format as keys.
- EventHub/Messaging: Add app.Config switch for toggling entity level performance counters. To toggle the switch without code, ensure the key "Microsoft.ServiceBus.DisableEntityLevelPerformanceCounters" is specified in the application config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Microsoft.ServiceBus.DisableEntityLevelPerformanceCounters" value="true"/>
</appSettings>
</configuration>
Happy messaging!
- Anonymous
November 17, 2016
.Net Core Support?- Anonymous
December 08, 2016
Hi Sri - We have created a new .NET Standard client library that will be open sourced on GitHub in the coming weeks. It is still a work in progress, so it will not be production ready for a little while. If you are curious about what it might look like, check out the Event Hubs .NET library on GitHub.
- Anonymous