Smart.Messaging.SqlServerBrokerServices.Client.Core
1.0.53
dotnet add package Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.53
NuGet\Install-Package Smart.Messaging.SqlServerBrokerServices.Client.Core -Version 1.0.53
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="Smart.Messaging.SqlServerBrokerServices.Client.Core" Version="1.0.53" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.53
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Smart.Messaging.SqlServerBrokerServices.Client.Core, 1.0.53"
#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.
// Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Addin #addin nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.53 // Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Tool #tool nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.53
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Client for asynchronous messaging via Sql Server Broker Services.
Supports request-respond and fire and forget messaging scenarios.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
- Newtonsoft.Json (>= 10.0.3)
- Smart.Messaging.SqlServerBrokerServices.Client.Abstractions (>= 1.0.0.2)
- System.Data.SqlClient (>= 4.4.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 |
---|---|---|
1.0.53 | 1,007 | 10/31/2017 |
1.0.52 | 871 | 10/31/2017 |
1.0.51 | 846 | 10/26/2017 |
1.0.48.26 | 863 | 10/26/2017 |
1.0.47.26 | 873 | 10/26/2017 |
1.0.47.25 | 864 | 10/26/2017 |
1.0.47 | 891 | 10/26/2017 |
1.0.46 | 866 | 10/26/2017 |
1.0.45 | 838 | 10/26/2017 |
1.0.44 | 843 | 10/26/2017 |
1.0.43 | 877 | 10/25/2017 |
1.0.42 | 880 | 10/25/2017 |
1.0.41 | 885 | 10/24/2017 |
1.0.40 | 880 | 10/3/2017 |
1.0.39 | 846 | 10/3/2017 |
1.0.37 | 875 | 10/3/2017 |
1.0.36 | 880 | 10/2/2017 |
1.0.35 | 881 | 9/29/2017 |
1.0.34 | 968 | 9/29/2017 |
1.0.33 | 836 | 9/28/2017 |
1.0.32 | 864 | 9/28/2017 |
1.0.31 | 845 | 9/28/2017 |
1.0.30 | 864 | 9/27/2017 |
1.0.29 | 869 | 9/27/2017 |
1.0.28 | 881 | 9/27/2017 |
1.0.27 | 913 | 9/27/2017 |
1.0.26 | 860 | 9/27/2017 |
1.0.25 | 838 | 9/27/2017 |
1.0.24 | 872 | 9/27/2017 |
1.0.23 | 839 | 9/27/2017 |
1.0.22 | 850 | 9/25/2017 |
1.0.21 | 838 | 9/25/2017 |
1.0.20 | 855 | 9/25/2017 |
1.0.19 | 887 | 9/22/2017 |
1.0.18 | 849 | 9/22/2017 |
1.0.17 | 841 | 9/22/2017 |
1.0.16 | 894 | 9/22/2017 |
1.0.15 | 958 | 9/22/2017 |
Addded support for customizing JsonSerializationSettings from Pipeline.ConfigureJsonSerializer()
Added Support for resubmitting processed messages - helpful for development
Repackaged #3