EfCore.TestSupport 5.0.0-preview004

This is a prerelease version of EfCore.TestSupport.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EfCore.TestSupport --version 5.0.0-preview004
NuGet\Install-Package EfCore.TestSupport -Version 5.0.0-preview004
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="5.0.0-preview004" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EfCore.TestSupport --version 5.0.0-preview004
#r "nuget: EfCore.TestSupport, 5.0.0-preview004"
#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=5.0.0-preview004&prerelease

// Install EfCore.TestSupport as a Cake Tool
#tool nuget:?package=EfCore.TestSupport&version=5.0.0-preview004&prerelease

EfCore.TestSupport

This NuGet package 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.

This project is open-source (MIT licence) and works for EF Core 5

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 8,494 2/7/2024
6.0.1 4,662 1/23/2024
6.0.0 30,217 11/21/2023
5.3.0 188,761 11/14/2022
5.2.2 325,795 1/4/2022
5.2.1 22,948 11/19/2021
5.2.0 1,134 11/16/2021
5.1.0 7,015 11/10/2021
5.1.0-preview001 200 11/4/2021
5.0.0 186,353 1/2/2021
5.0.0-preview006 958 12/11/2020
5.0.0-preview005 697 12/10/2020
5.0.0-preview004 783 12/10/2020
5.0.0-preview003 799 12/5/2020
5.0.0-preview002 789 12/5/2020
5.0.0-preview001 793 12/5/2020
3.2.0 165,716 5/23/2020
3.1.1 29,799 3/26/2020
3.1.0 57,320 11/1/2019
3.0.0 8,668 10/12/2019
2.0.1 48,078 7/22/2019
2.0.0 29,379 6/4/2019
1.9.0 122,826 4/22/2019
1.8.0 5,069 3/25/2019
1.7.0 2,589 3/19/2019
1.6.1 11,688 1/28/2019
1.6.0 1,420 1/28/2019
1.5.2 16,238 1/4/2019
1.5.1 46,178 10/24/2018
1.5.0 4,015 10/2/2018
1.4.0 14,267 6/7/2018
1.3.1 6,990 4/1/2018
1.3.0 2,621 3/1/2018
1.2.0 2,008 1/22/2018
1.1.5 1,874 12/27/2017
1.1.4 1,712 12/27/2017
1.1.3 1,868 12/1/2017
1.1.2 1,587 11/21/2017
1.1.1 1,604 11/17/2017
1.1.0 1,591 11/16/2017
1.0.2 1,542 10/13/2017
1.0.1 1,586 9/30/2017
1.0.0 1,916 9/29/2017

A serious cleanup to the this library with BREAKING CHANGES
     BREAKING CHANGES
     - Altered SqliteInMemory methods to return a IDisposable options (disposes connection at the end of the test). THIS WILL BREAK YOUR CODE.
     REMOVED FEATURES
     - Removed EfSchemaCompare - going to its own library (but not there yet)
     - Removed SeedDatabase - use old 3.2.0 EfCore.TestSupport version
     - Remove InMemory Database helper - use EF Core's In Memory database
     NEW FEATURES
     - Add `EnsureClean`. This clears the schema and data and set up new model (only for SQL Server)
     - SqliteInMemory now has CreateOptionsWithLogTo
     - SqlServer now has CreateUniqueClassOptionsWithLogTo and CreateUniqueMethodOptionsWithLogTo
     MARKED AS OBSOLETE
     - CreateOptionsWithLogging - use ...ToLog version
     - CreateUniqueClassOptionsWithLogging - use ...ToLog version
     - CreateUniqueMethodOptionsWithLogging - use ...ToLog version
     - CreateEmptyViaWipe - recommend `EnsureClean` or respawn