ReliableDbConnectionWrapper 0.1.3
.NET DbConnection wrapper for retries, making a standard DbConnection more reliable to transient failures.
Install-Package ReliableDbConnectionWrapper -Version 0.1.3
dotnet add package ReliableDbConnectionWrapper --version 0.1.3
<PackageReference Include="ReliableDbConnectionWrapper" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReliableDbConnectionWrapper --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ReliableDbConnectionWrapper, 0.1.3"
#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 ReliableDbConnectionWrapper as a Cake Addin
#addin nuget:?package=ReliableDbConnectionWrapper&version=0.1.3
// Install ReliableDbConnectionWrapper as a Cake Tool
#tool nuget:?package=ReliableDbConnectionWrapper&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Improved setter of connection and transaction to the reliable DbCommand wrapper. Allowed access to the inner DB connection and transaction.
Dependencies
-
.NETFramework 4.5
- Polly (>= 5.9.0)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- Polly (>= 5.9.0)
- System.Data.Common (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.