Accelergreat.EntityFramework 5.0.0-beta.eadb69d

Prefix Reserved
This is a prerelease version of Accelergreat.EntityFramework.
dotnet add package Accelergreat.EntityFramework --version 5.0.0-beta.eadb69d
                    
NuGet\Install-Package Accelergreat.EntityFramework -Version 5.0.0-beta.eadb69d
                    
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="Accelergreat.EntityFramework" Version="5.0.0-beta.eadb69d" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Accelergreat.EntityFramework" Version="5.0.0-beta.eadb69d" />
                    
Directory.Packages.props
<PackageReference Include="Accelergreat.EntityFramework" />
                    
Project file
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 Accelergreat.EntityFramework --version 5.0.0-beta.eadb69d
                    
#r "nuget: Accelergreat.EntityFramework, 5.0.0-beta.eadb69d"
                    
#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 Accelergreat.EntityFramework@5.0.0-beta.eadb69d
                    
#: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=Accelergreat.EntityFramework&version=5.0.0-beta.eadb69d&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Accelergreat.EntityFramework&version=5.0.0-beta.eadb69d&prerelease
                    
Install as a Cake Tool

Accelergreat.EntityFramework

Shared Entity Framework integration primitives used by provider-specific Accelergreat packages.

What this package provides

  • base abstractions for database-backed components
  • reset/create strategy model shared by SQL Server and SQLite providers
  • shared extension points for DB component behavior

Typical install pattern

Most users should install a provider package directly, not this package alone:

  • Accelergreat.EntityFramework.SqlServer
  • Accelergreat.EntityFramework.Sqlite

Plus a test framework integration package:

  • Accelergreat.Xunit or Accelergreat.Xunit3

When to reference this package directly

Reference Accelergreat.EntityFramework directly only when building custom provider integrations or shared abstractions on top of Accelergreat.

FAQ

  • Should I install this package without a provider package?
    • Usually no. Most users should install Accelergreat.EntityFramework.SqlServer or Accelergreat.EntityFramework.Sqlite.
  • Can I switch providers later?
    • Yes. The test-framework integration remains the same; provider-specific package and component types change.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Accelergreat.EntityFramework:

Package Downloads
Accelergreat.EntityFramework.PostgreSql

Accelergreat PostgreSql (Npsql) Entity Framework testing tools. Accelergreat is an integration testing package that helps to simplify and speed up the writing of integration tests, as well as taking away the challenging task of managing external dependencies.

Accelergreat.EntityFramework.SqlServer

Accelergreat Sql Server Entity Framework testing tools. Accelergreat is an integration testing package that helps to simplify and speed up the writing of integration tests, as well as taking away the challenging task of managing external dependencies.

Accelergreat.EntityFramework.InMemory

Accelergreat In-Memory Entity Framework testing tools. Accelergreat is an integration testing package that helps to simplify and speed up the writing of integration tests, as well as taking away the challenging task of managing external dependencies.

Accelergreat.EntityFramework.Sqlite

Accelergreat Sqlite Entity Framework testing tools. Accelergreat is an integration testing package that helps to simplify and speed up the writing of integration tests, as well as taking away the challenging task of managing external dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0-beta.eadb69d 43 2/25/2026
4.0.2 340 7/16/2025
4.0.1 288 7/15/2025
4.0.0 419 6/16/2025
4.0.0-alpha.c246138 157 7/15/2025
4.0.0-alpha.8c58a78 157 7/15/2025
3.1.1-beta 761 11/6/2024
3.1.0-beta 178 11/6/2024
3.0.0 4,970 7/13/2024
3.0.0-beta.2 738 2/12/2024
3.0.0-beta.1 147 2/9/2024
2.3.0-beta 809 1/23/2024
2.2.7 3,599 9/1/2023
2.2.6-beta 489 9/1/2023
2.2.5-beta 488 9/1/2023
2.2.4 546 9/1/2023
2.2.3-beta 1,326 3/26/2023
2.2.2-beta 607 3/26/2023
2.2.1-beta 586 3/25/2023
2.2.0-beta 610 3/25/2023
Loading failed