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.
<PackageVersion Include="Smart.Messaging.SqlServerBrokerServices.Client.Core" Version="1.0.53" />
<PackageReference Include="Smart.Messaging.SqlServerBrokerServices.Client.Core" />
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 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.
#:package Smart.Messaging.SqlServerBrokerServices.Client.Core@1.0.53
#: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=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.53
#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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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,448 | 10/31/2017 |
| 1.0.52 | 1,283 | 10/31/2017 |
| 1.0.51 | 1,250 | 10/26/2017 |
| 1.0.48.26 | 1,267 | 10/26/2017 |
| 1.0.47.26 | 1,292 | 10/26/2017 |
| 1.0.47.25 | 1,237 | 10/26/2017 |
| 1.0.47 | 1,290 | 10/26/2017 |
| 1.0.46 | 1,255 | 10/26/2017 |
| 1.0.45 | 1,243 | 10/26/2017 |
| 1.0.44 | 1,253 | 10/26/2017 |
| 1.0.43 | 1,274 | 10/25/2017 |
| 1.0.42 | 1,294 | 10/25/2017 |
| 1.0.41 | 1,282 | 10/24/2017 |
| 1.0.40 | 1,292 | 10/3/2017 |
| 1.0.39 | 1,227 | 10/3/2017 |
| 1.0.37 | 1,275 | 10/3/2017 |
| 1.0.36 | 1,281 | 10/2/2017 |
| 1.0.35 | 1,275 | 9/29/2017 |
| 1.0.34 | 1,529 | 9/29/2017 |
Loading failed
Addded support for customizing JsonSerializationSettings from Pipeline.ConfigureJsonSerializer()
Added Support for resubmitting processed messages - helpful for development
Repackaged #3