Microsoft.EntityFrameworkCore.InMemory 9.0.0-preview.4.24267.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.InMemory.
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

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

// Install Microsoft.EntityFrameworkCore.InMemory as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.0-preview.4.24267.1&prerelease

Microsoft.EntityFrameworkCore.InMemory is the EF Core database provider package for the built-in in-memory database.

This database provider allows Entity Framework Core to be used with an in-memory database. While it has become common to use the in-memory database for testing, this is discouraged. For more information on how to test EF Core applications, see Testing EF Core Applications.

Usage

Call the UseInMemoryDatabase method to choose the SQL Server/Azure SQL database provider for your DbContext. For example:

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
    optionsBuilder.UseInMemoryDatabase("MyDatabase");
}

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Additional documentation

See Microsoft SQL Server EF Core Database Provider for more information about the features of this database provider.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (543)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.InMemory:

Package Downloads
Microsoft.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

AspNetCore.HealthChecks.UI.InMemory.Storage

HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI

Reo.Core.Testing

Package Description

EntityFrameworkCore.Testing.Moq

Adds relational support to the Microsoft EntityFrameworkCore in-memory database provider by mocking relational operations. EntityFrameworkCore.Testing v1.x = EntityFrameworkCore 2 (2.1.0+) EntityFrameworkCore.Testing v2.x = EntityFrameworkCore 3 EntityFrameworkCore.Testing v3.x = EntityFrameworkCore 5 EntityFrameworkCore.Testing v4.x = EntityFrameworkCore 6 EntityFrameworkCore.Testing v5.x = EntityFrameworkCore 7 EntityFrameworkCore.Testing v8.x = EntityFrameworkCore 8

GitHub repositories (278)

Showing the top 5 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.InMemory:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
IdentityServer/IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
Version Downloads Last updated
9.0.0-preview.5.24306.3 430 6/11/2024
9.0.0-preview.4.24267.1 4,127 5/21/2024
9.0.0-preview.3.24172.4 26,238 4/11/2024
9.0.0-preview.2.24128.4 6,166 3/12/2024
9.0.0-preview.1.24081.2 26,599 2/13/2024
8.0.6 284,087 5/28/2024
8.0.5 319,833 5/14/2024
8.0.4 1,091,479 4/9/2024
8.0.3 980,189 3/12/2024
8.0.2 1,421,308 2/13/2024
8.0.1 1,368,481 1/9/2024
8.0.0 2,480,479 11/14/2023
8.0.0-rc.2.23480.1 27,258 10/10/2023
8.0.0-rc.1.23419.6 12,757 9/12/2023
8.0.0-preview.7.23375.4 10,098 8/8/2023
8.0.0-preview.6.23329.4 24,343 7/11/2023
8.0.0-preview.5.23280.1 32,011 6/13/2023
8.0.0-preview.4.23259.3 15,529 5/16/2023
8.0.0-preview.3.23174.2 35,712 4/11/2023
8.0.0-preview.2.23128.3 92,666 3/14/2023
8.0.0-preview.1.23111.4 64,600 2/21/2023
7.0.20 20,641 5/28/2024
7.0.19 28,531 5/14/2024
7.0.18 103,627 4/9/2024
7.0.17 117,716 3/12/2024
7.0.16 220,306 2/13/2024
7.0.15 366,141 1/9/2024
7.0.14 784,462 11/14/2023
7.0.13 888,172 10/24/2023
7.0.12 1,123,481 10/10/2023
7.0.11 1,568,669 9/12/2023
7.0.10 1,793,980 8/8/2023
7.0.9 1,887,253 7/11/2023
7.0.8 915,098 6/22/2023
7.0.7 494,223 6/13/2023
7.0.5 3,345,806 4/11/2023
7.0.4 1,824,957 3/14/2023
7.0.3 1,867,391 2/14/2023
7.0.2 2,061,799 1/10/2023
7.0.1 1,375,073 12/13/2022
7.0.0 2,232,610 11/7/2022
7.0.0-rc.2.22472.11 54,891 10/11/2022
7.0.0-rc.1.22426.7 88,624 9/14/2022
7.0.0-preview.7.22376.2 12,947 8/9/2022
7.0.0-preview.6.22329.4 7,474 7/12/2022
7.0.0-preview.5.22302.2 17,569 6/14/2022
7.0.0-preview.4.22229.2 15,144 5/10/2022
7.0.0-preview.3.22175.1 33,053 4/13/2022
7.0.0-preview.2.22153.1 13,711 3/14/2022
7.0.0-preview.1.22076.6 7,395 2/17/2022
6.0.31 26,319 5/28/2024
6.0.30 29,851 5/14/2024
6.0.29 203,319 4/9/2024
6.0.28 131,153 3/12/2024
6.0.27 182,849 2/13/2024
6.0.26 363,910 1/9/2024
6.0.25 482,049 11/14/2023
6.0.24 328,292 10/24/2023
6.0.23 149,907 10/10/2023
6.0.22 446,640 9/12/2023
6.0.21 468,382 8/8/2023
6.0.20 414,659 7/11/2023
6.0.19 348,955 6/22/2023
6.0.18 233,382 6/13/2023
6.0.16 1,310,912 4/11/2023
6.0.15 667,023 3/14/2023
6.0.14 898,042 2/14/2023
6.0.13 1,288,482 1/10/2023
6.0.12 918,238 12/13/2022
6.0.11 1,860,124 11/7/2022
6.0.10 3,114,207 10/11/2022
6.0.9 2,800,052 9/13/2022
6.0.8 3,402,717 8/9/2022
6.0.7 6,936,915 7/12/2022
6.0.6 2,343,605 6/14/2022
6.0.5 3,037,705 5/10/2022
6.0.4 2,924,775 4/11/2022
6.0.3 3,376,611 3/8/2022
6.0.2 3,906,580 2/8/2022
6.0.1 4,360,359 12/14/2021
6.0.0 4,837,626 11/8/2021
6.0.0-rc.2.21480.5 64,544 10/12/2021
6.0.0-rc.1.21452.10 18,923 9/14/2021
6.0.0-preview.7.21378.4 9,634 8/10/2021
6.0.0-preview.6.21352.1 5,909 7/14/2021
6.0.0-preview.5.21301.9 15,513 6/15/2021
6.0.0-preview.4.21253.1 11,176 5/24/2021
6.0.0-preview.3.21201.2 10,425 4/8/2021
6.0.0-preview.2.21154.2 4,786 3/11/2021
6.0.0-preview.1.21102.2 8,562 2/12/2021
5.0.17 1,254,298 5/10/2022
5.0.16 178,013 4/11/2022
5.0.15 347,951 3/8/2022
5.0.14 448,800 2/8/2022
5.0.13 731,081 12/14/2021
5.0.12 770,513 11/7/2021
5.0.11 1,550,959 10/12/2021
5.0.10 1,608,010 9/14/2021
5.0.9 1,857,099 8/10/2021
5.0.8 1,758,431 7/13/2021
5.0.7 1,761,193 6/8/2021
5.0.6 1,540,258 5/11/2021
5.0.5 1,963,191 4/6/2021
5.0.4 1,250,404 3/9/2021
5.0.3 1,354,052 2/9/2021
5.0.2 1,498,902 1/12/2021
5.0.1 3,175,891 12/8/2020
5.0.0 2,193,856 11/9/2020
5.0.0-rc.2.20475.6 32,038 10/13/2020
5.0.0-rc.1.20451.13 23,072 9/14/2020
5.0.0-preview.8.20407.4 13,822 8/25/2020
5.0.0-preview.7.20365.15 12,577 7/21/2020
5.0.0-preview.6.20312.4 16,665 6/25/2020
5.0.0-preview.5.20278.2 7,327 6/10/2020
5.0.0-preview.4.20220.10 17,138 5/18/2020
5.0.0-preview.3.20181.2 14,655 4/23/2020
5.0.0-preview.2.20159.4 12,439 4/2/2020
5.0.0-preview.2.20120.8 7,053 3/16/2020
3.1.32 451,783 12/13/2022
3.1.31 79,660 11/8/2022
3.1.30 78,883 10/11/2022
3.1.29 77,699 9/13/2022
3.1.28 120,775 8/9/2022
3.1.27 194,583 7/12/2022
3.1.26 108,150 6/14/2022
3.1.25 193,471 5/10/2022
3.1.24 141,266 4/11/2022
3.1.23 165,435 3/8/2022
3.1.22 621,140 12/14/2021
3.1.21 387,134 11/7/2021
3.1.20 253,211 10/11/2021
3.1.19 395,143 9/14/2021
3.1.18 619,643 8/10/2021
3.1.17 600,973 7/13/2021
3.1.16 486,213 6/8/2021
3.1.15 593,800 5/11/2021
3.1.14 617,256 4/6/2021
3.1.13 609,003 3/9/2021
3.1.12 741,457 2/9/2021
3.1.11 918,298 1/12/2021
3.1.10 1,507,553 11/9/2020
3.1.9 2,098,817 10/13/2020
3.1.8 2,529,172 9/8/2020
3.1.7 1,689,508 8/11/2020
3.1.6 1,596,371 7/14/2020
3.1.5 2,306,589 6/9/2020
3.1.4 2,030,840 5/12/2020
3.1.3 5,244,147 3/24/2020
3.1.2 1,999,259 2/19/2020
3.1.1 2,151,957 1/14/2020
3.1.0 2,350,977 12/3/2019
3.1.0-preview3.19554.8 10,084 11/13/2019
3.1.0-preview2.19525.5 4,218 11/1/2019
3.1.0-preview1.19506.2 7,555 10/15/2019
3.0.3 43,149 2/19/2020
3.0.2 18,976 1/14/2020
3.0.1 253,739 11/18/2019
3.0.0 1,488,730 9/23/2019
3.0.0-rc1.19456.14 5,965 9/16/2019
3.0.0-preview9.19423.6 9,043 9/4/2019
3.0.0-preview8.19405.11 14,681 8/13/2019
3.0.0-preview7.19362.6 5,213 7/23/2019
3.0.0-preview6.19304.10 5,964 6/12/2019
3.0.0-preview5.19227.1 377,624 5/6/2019
3.0.0-preview4.19216.3 4,123 4/18/2019
3.0.0-preview3.19153.1 13,610 3/6/2019
3.0.0-preview.19074.3 4,866 1/29/2019
3.0.0-preview.18572.1 7,588 12/3/2018
2.2.6 9,925,741 7/9/2019
2.2.4 5,303,242 4/9/2019
2.2.3 1,630,970 3/11/2019
2.2.2 1,693,116 2/12/2019
2.2.1 2,663,522 1/8/2019
2.2.0 9,890,581 12/3/2018
2.2.0-preview3-35497 88,140 10/17/2018
2.2.0-preview2-35157 17,357 9/12/2018
2.2.0-preview1-35029 6,443 8/22/2018
2.1.14 1,618,609 11/18/2019
2.1.11 1,748,452 5/14/2019
2.1.8 1,844,660 2/12/2019
2.1.4 5,641,492 10/1/2018
2.1.3 2,795,943 9/11/2018
2.1.2 2,151,794 8/21/2018
2.1.1 9,700,810 6/18/2018
2.1.0 3,769,737 5/29/2018
2.1.0-rc1-final 27,338 5/6/2018
2.1.0-preview2-final 25,658 4/10/2018
2.1.0-preview1-final 47,996 2/26/2018
2.0.3 3,635,957 5/7/2018
2.0.2 3,487,804 3/13/2018
2.0.1 5,366,497 11/14/2017
2.0.0 6,530,982 8/11/2017
2.0.0-preview2-final 54,926 6/28/2017
2.0.0-preview1-final 26,283 5/10/2017
1.1.6 49,113 7/10/2018
1.1.5 98,327 12/12/2017
1.1.4 8,955 11/14/2017
1.1.3 38,574 9/20/2017
1.1.2 468,287 5/9/2017
1.1.1 401,817 3/6/2017
1.1.0 310,385 11/16/2016
1.1.0-preview1-final 7,069 10/24/2016
1.0.6 9,300 11/14/2017
1.0.5 4,968 9/20/2017
1.0.4 8,469 5/9/2017
1.0.3 110,603 3/6/2017
1.0.2 11,481 12/12/2016
1.0.1 52,200 9/13/2016
1.0.0 99,047 6/27/2016
1.0.0-rc2-final 9,188 5/16/2016