EfCore.TestSupport 5.3.0

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

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

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.

NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5.

  • Version 5.1.0 and above supports EF Core 5.10 and EF Core 6.0
  • Version 5.2.0 and above supports EF Core 5.10, EF Core 6.0 and EF Core 7.0
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EfCore.TestSupport:

Package Downloads
AuthPermissions.AspNetCore

Provides extra authorization and multi-tenant features to a ASP.NET Core application.

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
5.3.0 105,809 11/14/2022
5.2.2 277,899 1/4/2022
5.2.1 22,484 11/19/2021
5.2.0 717 11/16/2021
5.1.0 4,276 11/10/2021
5.1.0-preview001 185 11/4/2021
5.0.0 145,653 1/2/2021
5.0.0-preview006 634 12/11/2020
5.0.0-preview005 402 12/10/2020
5.0.0-preview004 419 12/10/2020
5.0.0-preview003 416 12/5/2020
5.0.0-preview002 393 12/5/2020
5.0.0-preview001 443 12/5/2020
3.2.0 155,859 5/23/2020
3.1.1 28,103 3/26/2020
3.1.0 54,807 11/1/2019
3.0.0 8,188 10/12/2019
2.0.1 45,818 7/22/2019
2.0.0 26,527 6/4/2019
1.9.0 101,700 4/22/2019
1.8.0 4,612 3/25/2019
1.7.0 2,175 3/19/2019
1.6.1 11,216 1/28/2019
1.6.0 954 1/28/2019
1.5.2 14,882 1/4/2019
1.5.1 45,528 10/24/2018
1.5.0 3,627 10/2/2018
1.4.0 13,791 6/7/2018
1.3.1 6,003 4/1/2018
1.3.0 2,175 3/1/2018
1.2.0 1,609 1/22/2018
1.1.5 1,510 12/27/2017
1.1.4 1,328 12/27/2017
1.1.3 1,492 12/1/2017
1.1.2 1,242 11/21/2017
1.1.1 1,228 11/17/2017
1.1.0 1,216 11/16/2017
1.0.2 1,176 10/13/2017
1.0.1 1,206 9/30/2017
1.0.0 1,522 9/29/2017

- Updated to support NET 7 - thanks to GitHub user @chrisbbe - see PR #54
- Updated LogOutput.DecodeMessage to handle errors - see issue #49