EDennis.EFBase 2.3.0

dotnet add package EDennis.EFBase --version 2.3.0
NuGet\Install-Package EDennis.EFBase -Version 2.3.0
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="EDennis.EFBase" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EDennis.EFBase --version 2.3.0
#r "nuget: EDennis.EFBase, 2.3.0"
#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 EDennis.EFBase as a Cake Addin
#addin nuget:?package=EDennis.EFBase&version=2.3.0

// Install EDennis.EFBase as a Cake Tool
#tool nuget:?package=EDennis.EFBase&version=2.3.0

EFBase Wiki

The EFBase package provides a SqlRepo for Entity Framework targeting SQL Server 2016+. The SqlRepo class includes methods for creating, reading (by PK), updating, and deleting -- both synchronously and asynchronously. The following classes are included:

  1. SqlRepo -- which provides the base repository class.
  2. TestingTransaction -- which wraps a DbTransaction and provides the ability for a single transaction to be attached to multiple contexts and which can be configured to automatically roll back upon disposal.
  3. SequenceResetter-- which provides a method for resetting all sequences in a database.
  4. SqlExecutor -- which provides methods for executing multiple SQL statement blocks separated by GO.
  5. UnitTestBase -- which provides a base class that allows Xunit tests that use SqlRepo and TestingTransaction to automatically roll back after each test case.
  6. IntegrationTestBase -- which which is like the UnitTestBase class, but which does not autorollback on Dispose().
Product 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.2 is compatible.  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.

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.3.0 1,182 1/16/2019
2.2.0 1,689 11/8/2018
2.1.9 1,676 10/22/2018
2.1.8 1,801 8/17/2018
2.1.7 1,688 7/30/2018
2.1.6 1,769 7/30/2018
1.3.4 1,710 7/23/2018
1.3.3 1,988 7/12/2018
1.3.2 1,750 7/12/2018
1.3.1 1,799 7/11/2018
1.3.0 1,820 6/6/2018
1.2.8 1,878 4/30/2018
1.2.7 1,887 4/26/2018
1.2.6 1,849 4/24/2018
1.2.5 1,760 4/23/2018
1.2.4 1,763 4/23/2018
1.2.3 1,826 4/22/2018
1.2.2 1,882 4/21/2018
1.2.1 1,684 3/22/2018
1.2.0 1,844 3/22/2018
1.1.2 1,931 3/13/2018
1.1.1 1,905 3/13/2018
1.1.0 1,840 3/12/2018
1.0.2 2,628 3/12/2018
1.0.1 3,367 3/12/2018
1.0.0 3,491 3/12/2018
0.1.2 1,740 3/10/2018
0.1.1 1,929 3/10/2018
0.1.0 1,730 3/10/2018
0.0.5-alpha 828 3/8/2018
0.0.4-alpha 848 2/13/2018
0.0.3-alpha 832 1/22/2018

Updated to SDK version 2.2.0