TECHIS.Cloud.TopicSubscriptions
0.1.7
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TECHIS.Cloud.TopicSubscriptions --version 0.1.7
NuGet\Install-Package TECHIS.Cloud.TopicSubscriptions -Version 0.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TECHIS.Cloud.TopicSubscriptions" Version="0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TECHIS.Cloud.TopicSubscriptions" Version="0.1.7" />
<PackageReference Include="TECHIS.Cloud.TopicSubscriptions" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TECHIS.Cloud.TopicSubscriptions --version 0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TECHIS.Cloud.TopicSubscriptions, 0.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TECHIS.Cloud.TopicSubscriptions@0.1.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TECHIS.Cloud.TopicSubscriptions&version=0.1.7
#tool nuget:?package=TECHIS.Cloud.TopicSubscriptions&version=0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Publish and Subscribe to Azure ServiceBus Topics using a simple API.
Use the PublicationManager of T (ideally, T should be either string or byte[].)
Use PublicationResourceManager to list and delete resources (entities like topics, subscription)
Requires an Azure ServiceBus Account that supports Topics. The config is stored in the cloud, please see TECHIS.Cloud.Configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Azure.KeyVault.Core (>= 2.0.4)
- Microsoft.Data.OData (>= 5.8.2)
- Microsoft.Data.Services.Client (>= 5.8.2)
- Newtonsoft.Json (>= 10.0.1)
- System.ComponentModel.EventBasedAsync (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Spatial (>= 5.8.2)
- TECHIS.Cloud.Configuration (>= 1.0.9)
- TECHIS.Core (>= 3.8.6)
- TECHIS.Messaging (>= 0.1.4)
- WindowsAzure.ServiceBus (>= 4.0.0)
- WindowsAzure.Storage (>= 8.1.1)
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 |
---|---|---|
2.0.1 | 1,007 | 7/2/2022 |
2.0.0 | 530 | 7/1/2022 |
1.0.1 | 1,156 | 2/11/2020 |
1.0.0 | 1,012 | 1/6/2019 |
0.1.9.2 | 1,276 | 5/2/2017 |
0.1.9 | 1,220 | 3/30/2017 |
0.1.8 | 1,265 | 3/29/2017 |
0.1.7 | 1,294 | 3/27/2017 |
0.1.5 | 1,431 | 2/20/2017 |
0.1.4 | 1,415 | 2/10/2017 |
0.1.2 | 2,056 | 1/31/2017 |
0.1.1 | 1,400 | 1/31/2017 |
0.1.0 | 1,751 | 1/31/2017 |
Rebuilt for an updated IMessaging