EfCore.TestSupport 9.0.0

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

Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.

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 was computed.  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 was computed.  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 (7)

Showing the top 7 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.
Version Downloads Last updated
9.0.0 44,333 11/20/2024
8.0.1 232,078 4/10/2024
8.0.0 3,270 4/4/2024
6.0.2 46,508 2/7/2024
6.0.1 15,734 1/23/2024
6.0.0 66,216 11/21/2023
5.3.0 240,319 11/14/2022
5.2.2 370,495 1/4/2022
5.2.1 23,158 11/19/2021
5.2.0 1,292 11/16/2021
5.1.0 12,394 11/10/2021
5.1.0-preview001 261 11/4/2021
5.0.0 223,681 1/2/2021
5.0.0-preview006 1,333 12/11/2020
5.0.0-preview005 824 12/10/2020
5.0.0-preview004 925 12/10/2020
5.0.0-preview003 887 12/5/2020
5.0.0-preview002 927 12/5/2020
5.0.0-preview001 900 12/5/2020
3.2.0 189,350 5/23/2020
3.1.1 33,223 3/26/2020
3.1.0 62,244 11/1/2019
3.0.0 8,914 10/12/2019
2.0.1 52,428 7/22/2019
2.0.0 32,011 6/4/2019
1.9.0 170,897 4/22/2019
1.8.0 5,272 3/25/2019
1.7.0 2,786 3/19/2019
1.6.1 11,879 1/28/2019
1.6.0 1,588 1/28/2019
1.5.2 18,057 1/4/2019
1.5.1 46,802 10/24/2018
1.5.0 4,354 10/2/2018
1.4.0 15,039 6/7/2018
1.3.1 9,728 4/1/2018
1.3.0 2,990 3/1/2018
1.2.0 2,410 1/22/2018
1.1.5 2,252 12/27/2017
1.1.4 2,088 12/27/2017
1.1.3 2,299 12/1/2017
1.1.2 1,894 11/21/2017
1.1.1 1,915 11/17/2017
1.1.0 1,915 11/16/2017
1.0.2 1,868 10/13/2017
1.0.1 1,920 9/30/2017
1.0.0 2,490 9/29/2017

- .NET 9 version
- NOTE: EnsureClean code now uses EnsuredDeleted, then EnsuredDeleted ro provide a new, empty database