EfCore.TestSupport 10.0.0

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

EfCore.TestSupport

This NuGet package containing methods to help test applications that use Entity Framework Core for database access using SQL Server, PostgreSQL, Cosmos DB, and a generic in-memory SQLite approach which works with every EF Core database provider (with limitations). This readme provides links to the documentation in the EfCore.TestSupport wiki. Also see Release Notes for information on changes.

The EfCore.TestSupport library is available on NuGet as EfCore.TestSupport and is an open-source library under the MIT license. See ReleaseNotes for details of the changes in each version.

List of versions and which .NET framework they support

Since .NET 8 this library only supports one .NET. This change makes it easier to update to the next .NET release.

  • Version 10.?.? supports NET 10 only
  • Version 9.?.? supports NET 9 only
  • Version 8.?.? supports NET 8 only
  • Version 6.?.? supports NET 6, 7 and 8

There are older versions of the EfCore.TestSupport library, but .NET lower than .NET 5 are not supported by Microsoft.

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

This package is not used by any NuGet packages.

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on EfCore.TestSupport:

Repository Stars
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
JonPSmith/EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
JonPSmith/EfCoreinAction-SecondEdition
Supporting repo to go with book "Entity Framework Core in Action", second edition
JonPSmith/PermissionAccessControl2
Version 2 of example application to go with articles on feature and data authorization
JonPSmith/PermissionAccessControl
Example code for Authorization articles
JonPSmith/EfCore.GenericBizRunner
Library to run business logic when using Entity Framework Core for database accesses
JonPSmith/EfCore.SchemaCompare
Library to compare EF Core's Model of the database against a database's schema.
JonPSmith/EfCore.SoftDeleteServices
Services to provide simple soft delete and cascade soft delete in EF Core
JonPSmith/Net.DistributedFileStoreCache
NET distributed cache using a json file as the shared resourse with very fast Get
Version Downloads Last Updated
10.0.0 1,291 11/24/2025
9.0.0 105,762 11/20/2024
8.0.1 330,496 4/10/2024
8.0.0 6,968 4/4/2024
6.0.2 53,700 2/7/2024
6.0.1 16,025 1/23/2024
6.0.0 75,524 11/21/2023
5.3.0 249,864 11/14/2022
5.2.2 380,777 1/4/2022
5.2.1 23,312 11/19/2021
5.2.0 1,424 11/16/2021
5.1.0 12,547 11/10/2021
5.1.0-preview001 377 11/4/2021
5.0.0 231,091 1/2/2021
5.0.0-preview006 1,484 12/11/2020
5.0.0-preview005 977 12/10/2020
5.0.0-preview004 1,047 12/10/2020
5.0.0-preview003 1,026 12/5/2020
5.0.0-preview002 1,069 12/5/2020
5.0.0-preview001 1,044 12/5/2020
3.2.0 198,150 5/23/2020
3.1.1 34,127 3/26/2020
3.1.0 63,249 11/1/2019
3.0.0 9,112 10/12/2019
2.0.1 53,866 7/22/2019
2.0.0 32,699 6/4/2019
1.9.0 179,188 4/22/2019
1.8.0 5,442 3/25/2019
1.7.0 2,991 3/19/2019
1.6.1 12,041 1/28/2019
1.6.0 1,747 1/28/2019
1.5.2 18,544 1/4/2019
1.5.1 47,189 10/24/2018
1.5.0 4,575 10/2/2018
1.4.0 15,756 6/7/2018
1.3.1 10,851 4/1/2018
1.3.0 3,328 3/1/2018
1.2.0 2,843 1/22/2018
1.1.5 2,650 12/27/2017
1.1.4 2,545 12/27/2017
1.1.3 2,716 12/1/2017
1.1.2 2,230 11/21/2017
1.1.1 2,214 11/17/2017
1.1.0 2,286 11/16/2017
1.0.2 2,193 10/13/2017
1.0.1 2,221 9/30/2017
1.0.0 3,025 9/29/2017

- .NET 10 version