EfCore.TestSupport 6.0.2

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

// Install EfCore.TestSupport as a Cake Tool
#tool nuget:?package=EfCore.TestSupport&version=6.0.2

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 vesion.

List of versions and which .NET framework they support

  • Version 6.?.?: Supports NET 6, 7 and 8
  • Version 5.2.?: Supports NET 5, 6 and 7

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

Documentation

The NuGet package EfCore.TestSupport containing methods to help you unit test applications that use Entity Framework Core for database access. This readme defines the various groups, with links to the documentation in the EfCore.TestSupport wiki.

NOTE: The techniques are explained in much more details in chapter 17 of the book Entity Framework in Action, second edition.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 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. 
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 (7)

Showing the top 5 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
Version Downloads Last updated
6.0.2 5,898 2/7/2024
6.0.1 4,000 1/23/2024
6.0.0 28,734 11/21/2023
5.3.0 186,117 11/14/2022
5.2.2 323,631 1/4/2022
5.2.1 22,921 11/19/2021
5.2.0 1,095 11/16/2021
5.1.0 6,922 11/10/2021
5.1.0-preview001 200 11/4/2021
5.0.0 183,660 1/2/2021
5.0.0-preview006 958 12/11/2020
5.0.0-preview005 675 12/10/2020
5.0.0-preview004 752 12/10/2020
5.0.0-preview003 755 12/5/2020
5.0.0-preview002 748 12/5/2020
5.0.0-preview001 745 12/5/2020
3.2.0 165,249 5/23/2020
3.1.1 29,658 3/26/2020
3.1.0 57,149 11/1/2019
3.0.0 8,632 10/12/2019
2.0.1 47,961 7/22/2019
2.0.0 29,088 6/4/2019
1.9.0 121,045 4/22/2019
1.8.0 5,067 3/25/2019
1.7.0 2,559 3/19/2019
1.6.1 11,641 1/28/2019
1.6.0 1,353 1/28/2019
1.5.2 16,111 1/4/2019
1.5.1 46,122 10/24/2018
1.5.0 3,985 10/2/2018
1.4.0 14,215 6/7/2018
1.3.1 6,910 4/1/2018
1.3.0 2,555 3/1/2018
1.2.0 1,982 1/22/2018
1.1.5 1,818 12/27/2017
1.1.4 1,680 12/27/2017
1.1.3 1,859 12/1/2017
1.1.2 1,554 11/21/2017
1.1.1 1,565 11/17/2017
1.1.0 1,552 11/16/2017
1.0.2 1,502 10/13/2017
1.0.1 1,536 9/30/2017
1.0.0 1,880 9/29/2017

- Fixed error in FasterPostgreSqlEnsureClean - needed password injected