EfLocalDb 23.7.0

dotnet add package EfLocalDb --version 23.7.0
                    
NuGet\Install-Package EfLocalDb -Version 23.7.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="EfLocalDb" Version="23.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EfLocalDb" Version="23.7.0" />
                    
Directory.Packages.props
<PackageReference Include="EfLocalDb" />
                    
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 EfLocalDb --version 23.7.0
                    
#r "nuget: EfLocalDb, 23.7.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.
#:package EfLocalDb@23.7.0
                    
#: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=EfLocalDb&version=23.7.0
                    
Install as a Cake Addin
#tool nuget:?package=EfLocalDb&version=23.7.0
                    
Install as a Cake Tool

Documentation

Provides a wrapper around SqlLocalDB to simplify running tests against Entity Framework or a raw SQL Database.

See Milestones for release notes.

Sponsors

Entity Framework Extensions

Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.

Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET 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 EfLocalDb:

Package Downloads
EfLocalDb.NUnit

.

EfLocalDb.MSTest

.

EfLocalDb.TUnit

.

EfLocalDb.Xunit.V3

.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on EfLocalDb:

Repository Stars
SimonCropp/Delta
An approach to implementing a 304 Not Modified leveraging DB change tracking
SimonCropp/GraphQL.EntityFramework
Adds EntityFramework Core IQueryable support to GraphQL
Version Downloads Last Updated
23.7.0 39 2/16/2026
23.6.0 77 2/13/2026
23.5.0 61 2/12/2026
23.4.4 109 2/11/2026
23.4.3 255 2/4/2026
23.4.2 512 1/27/2026
23.4.1 200 1/23/2026
23.4.0 107 1/23/2026
23.3.0 102 1/22/2026
23.2.1 292 1/19/2026
23.2.0 144 1/18/2026
23.1.7 218 1/15/2026
23.1.6 237 1/13/2026
23.1.5 116 1/13/2026
23.1.4 112 1/13/2026
23.1.3 148 1/12/2026
23.1.2 112 1/12/2026
23.1.1 111 1/12/2026
23.1.0 112 1/12/2026
23.0.0 128 1/11/2026
Loading failed