EntityFrameworkCore.SqlServerReliableConnection
1.0.0
Sometimes Entity Framework Core connection to the SQL Server or SQL Azure ends with timeout or service unavailable exception. If you want just to retry connection then use this library.
Install-Package EntityFrameworkCore.SqlServerReliableConnection -Version 1.0.0
dotnet add package EntityFrameworkCore.SqlServerReliableConnection --version 1.0.0
<PackageReference Include="EntityFrameworkCore.SqlServerReliableConnection" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkCore.SqlServerReliableConnection --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Updated project for Entity Framework Core 1.0 RTM.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.EntityFrameworkCore.SqlServer (>= 1.0.0)
-
.NETStandard 1.3
- Microsoft.EntityFrameworkCore.SqlServer (>= 1.0.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.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 9,932 | 6/28/2016 |
1.0.0-rc2-11 | 626 | 5/28/2016 |