ProjectExtensions.Azure.ServiceBus.Core
0.10.7
.NET Framework 4.0
Install-Package ProjectExtensions.Azure.ServiceBus.Core -Version 0.10.7
dotnet add package ProjectExtensions.Azure.ServiceBus.Core --version 0.10.7
<PackageReference Include="ProjectExtensions.Azure.ServiceBus.Core" Version="0.10.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ProjectExtensions.Azure.ServiceBus.Core --version 0.10.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ProjectExtensions.Azure.ServiceBus.Core, 0.10.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ProjectExtensions.Azure.ServiceBus.Core as a Cake Addin
#addin nuget:?package=ProjectExtensions.Azure.ServiceBus.Core&version=0.10.7
// Install ProjectExtensions.Azure.ServiceBus.Core as a Cake Tool
#tool nuget:?package=ProjectExtensions.Azure.ServiceBus.Core&version=0.10.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Windows Azure Service Bus wrapper modeled after the NServiceBus pattern of IHandleMessage<T>. (Core)
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.8)
- NLog (>= 3.2.0)
- WindowsAzure.ServiceBus (>= 2.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.10.7 | 9,806 | 7/3/2015 |
0.10.6 | 1,828 | 11/11/2014 |
0.10.5 | 1,923 | 11/10/2014 |
0.10.4 | 6,379 | 3/30/2014 |
0.10.3 | 922 | 1/18/2014 |
0.10.2 | 906 | 1/12/2014 |
0.10.1 | 929 | 1/11/2014 |
0.10.0.1 | 846 | 1/11/2014 |
0.10.0 | 881 | 1/11/2014 |
0.9.4 | 867 | 1/11/2014 |
0.9.3 | 1,102 | 3/3/2013 |
0.9.2 | 964 | 3/2/2013 |
0.9.1 | 988 | 3/1/2013 |
0.9.0 | 960 | 2/28/2013 |
Added support for the EnablePartitioning Setting for a Topic. Added MaxConcurrentCalls Support. This will spin up multiple instances of your receiver, increasing performance.