![]() |
VOOZH | about |
dotnet add package EfCore.TestSupport --version 10.0.0
NuGet\Install-Package EfCore.TestSupport -Version 10.0.0
<PackageReference Include="EfCore.TestSupport" Version="10.0.0" />
<PackageVersion Include="EfCore.TestSupport" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="EfCore.TestSupport" />Project file
paket add EfCore.TestSupport --version 10.0.0
#r "nuget: EfCore.TestSupport, 10.0.0"
#:package EfCore.TestSupport@10.0.0
#addin nuget:?package=EfCore.TestSupport&version=10.0.0Install as a Cake Addin
#tool nuget:?package=EfCore.TestSupport&version=10.0.0Install as a Cake Tool
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.
Since .NET 8 this library only supports one .NET. This change makes it easier to update to the next .NET release.
There are older versions of the EfCore.TestSupport library, but .NET lower than .NET 5 are not supported by Microsoft.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
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 | 57,358 | 11/24/2025 |
| 9.0.0 | 140,142 | 11/20/2024 |
| 8.0.1 | 402,472 | 4/10/2024 |
| 8.0.0 | 13,842 | 4/4/2024 |
| 6.0.2 | 60,676 | 2/7/2024 |
| 6.0.1 | 16,156 | 1/23/2024 |
| 6.0.0 | 82,612 | 11/21/2023 |
| 5.3.0 | 257,561 | 11/14/2022 |
| 5.2.2 | 388,396 | 1/4/2022 |
| 5.2.1 | 23,412 | 11/19/2021 |
| 5.2.0 | 1,507 | 11/16/2021 |
| 5.1.0 | 12,627 | 11/10/2021 |
| 5.1.0-preview001 | 446 | 11/4/2021 |
| 5.0.0 | 242,054 | 1/2/2021 |
| 5.0.0-preview006 | 1,566 | 12/11/2020 |
| 5.0.0-preview005 | 1,031 | 12/10/2020 |
| 5.0.0-preview004 | 1,104 | 12/10/2020 |
| 5.0.0-preview003 | 1,084 | 12/5/2020 |
- .NET 10 version