Microsoft.EntityFrameworkCore.InMemory 9.0.0

Prefix Reserved

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 9.0.0                
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -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="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />                
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                
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 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.
// Install Microsoft.EntityFrameworkCore.InMemory as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.0

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

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 (583)

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

Package Downloads
Microsoft.AspNetCore.App

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

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

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

Reo.Core.Testing

Package Description

GitHub repositories (294)

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
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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
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.
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9 RC2, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
Version Downloads Last updated
9.0.0 23,501 11/12/2024
9.0.0-rc.2.24474.1 17,092 10/8/2024
9.0.0-rc.1.24451.1 13,561 9/10/2024
9.0.0-preview.7.24405.3 5,469 8/13/2024
9.0.0-preview.6.24327.4 32,804 7/9/2024
9.0.0-preview.5.24306.3 8,210 6/11/2024
9.0.0-preview.4.24267.1 16,864 5/21/2024
9.0.0-preview.3.24172.4 79,040 4/11/2024
9.0.0-preview.2.24128.4 11,208 3/12/2024
9.0.0-preview.1.24081.2 29,894 2/13/2024
8.0.11 28,490 11/12/2024
8.0.10 1,203,556 10/8/2024
8.0.8 2,686,392 8/13/2024
8.0.7 1,955,609 7/9/2024
8.0.6 2,422,515 5/28/2024
8.0.5 885,598 5/14/2024
8.0.4 2,506,100 4/9/2024
8.0.3 1,784,334 3/12/2024
8.0.2 2,323,686 2/13/2024
8.0.1 2,046,374 1/9/2024
8.0.0 4,668,137 11/14/2023
8.0.0-rc.2.23480.1 30,707 10/10/2023
8.0.0-rc.1.23419.6 13,024 9/12/2023
8.0.0-preview.7.23375.4 12,086 8/8/2023
8.0.0-preview.6.23329.4 26,571 7/11/2023
8.0.0-preview.5.23280.1 34,457 6/13/2023
8.0.0-preview.4.23259.3 17,928 5/16/2023
8.0.0-preview.3.23174.2 41,672 4/11/2023
8.0.0-preview.2.23128.3 104,102 3/14/2023
8.0.0-preview.1.23111.4 65,507 2/21/2023
7.0.20 387,636 5/28/2024
7.0.19 68,055 5/14/2024
7.0.18 260,063 4/9/2024
7.0.17 190,747 3/12/2024
7.0.16 316,404 2/13/2024
7.0.15 483,407 1/9/2024
7.0.14 1,003,080 11/14/2023
7.0.13 1,046,116 10/24/2023
7.0.12 1,257,773 10/10/2023
7.0.11 2,026,468 9/12/2023
7.0.10 2,038,303 8/8/2023
7.0.9 2,354,207 7/11/2023
7.0.8 988,815 6/22/2023
7.0.7 572,082 6/13/2023
7.0.5 3,757,418 4/11/2023
7.0.4 1,965,117 3/14/2023
7.0.3 2,058,108 2/14/2023
7.0.2 2,243,947 1/10/2023
7.0.1 1,514,345 12/13/2022
7.0.0 2,517,220 11/7/2022
7.0.0-rc.2.22472.11 57,235 10/11/2022
7.0.0-rc.1.22426.7 91,512 9/14/2022
7.0.0-preview.7.22376.2 13,605 8/9/2022
7.0.0-preview.6.22329.4 7,778 7/12/2022
7.0.0-preview.5.22302.2 19,061 6/14/2022
7.0.0-preview.4.22229.2 15,806 5/10/2022
7.0.0-preview.3.22175.1 33,484 4/13/2022
7.0.0-preview.2.22153.1 14,165 3/14/2022
7.0.0-preview.1.22076.6 7,525 2/17/2022
6.0.36 3,883 11/12/2024
6.0.35 48,292 10/8/2024
6.0.33 259,417 8/13/2024
6.0.32 118,429 7/9/2024
6.0.31 202,089 5/28/2024
6.0.30 88,184 5/14/2024
6.0.29 532,523 4/9/2024
6.0.28 245,579 3/12/2024
6.0.27 258,911 2/13/2024
6.0.26 474,008 1/9/2024
6.0.25 637,745 11/14/2023
6.0.24 435,074 10/24/2023
6.0.23 178,643 10/10/2023
6.0.22 530,642 9/12/2023
6.0.21 554,855 8/8/2023
6.0.20 481,144 7/11/2023
6.0.19 393,331 6/22/2023
6.0.18 274,712 6/13/2023
6.0.16 1,530,231 4/11/2023
6.0.15 761,050 3/14/2023
6.0.14 1,010,867 2/14/2023
6.0.13 1,442,469 1/10/2023
6.0.12 1,066,488 12/13/2022
6.0.11 2,078,731 11/7/2022
6.0.10 3,442,503 10/11/2022
6.0.9 3,016,890 9/13/2022
6.0.8 3,662,416 8/9/2022
6.0.7 7,855,369 7/12/2022
6.0.6 2,487,602 6/14/2022
6.0.5 3,250,168 5/10/2022
6.0.4 3,122,721 4/11/2022
6.0.3 3,576,999 3/8/2022
6.0.2 4,147,650 2/8/2022
6.0.1 4,690,802 12/14/2021
6.0.0 5,371,564 11/8/2021
6.0.0-rc.2.21480.5 71,040 10/12/2021
6.0.0-rc.1.21452.10 20,193 9/14/2021
6.0.0-preview.7.21378.4 10,148 8/10/2021
6.0.0-preview.6.21352.1 5,962 7/14/2021
6.0.0-preview.5.21301.9 15,849 6/15/2021
6.0.0-preview.4.21253.1 11,438 5/24/2021
6.0.0-preview.3.21201.2 10,514 4/8/2021
6.0.0-preview.2.21154.2 4,858 3/11/2021
6.0.0-preview.1.21102.2 8,955 2/12/2021
5.0.17 1,382,423 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 183,178 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 358,205 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 461,402 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 757,156 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 802,704 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,598,421 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,669,266 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,924,320 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,885,067 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,814,352 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,567,051 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,022,269 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,277,259 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,375,416 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,527,886 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,303,180 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,310,413 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,277 10/13/2020
5.0.0-rc.1.20451.13 23,159 9/14/2020
5.0.0-preview.8.20407.4 13,937 8/25/2020
5.0.0-preview.7.20365.15 12,718 7/21/2020
5.0.0-preview.6.20312.4 16,961 6/25/2020
5.0.0-preview.5.20278.2 7,466 6/10/2020
5.0.0-preview.4.20220.10 17,439 5/18/2020
5.0.0-preview.3.20181.2 15,011 4/23/2020
5.0.0-preview.2.20159.4 12,787 4/2/2020
5.0.0-preview.2.20120.8 7,159 3/16/2020
3.1.32 604,820 12/13/2022
3.1.31 89,793 11/8/2022
3.1.30 99,946 10/11/2022
3.1.29 91,624 9/13/2022
3.1.28 132,046 8/9/2022
3.1.27 219,797 7/12/2022
3.1.26 113,755 6/14/2022
3.1.25 208,542 5/10/2022
3.1.24 146,205 4/11/2022
3.1.23 175,112 3/8/2022
3.1.22 656,207 12/14/2021
3.1.21 416,440 11/7/2021
3.1.20 266,665 10/11/2021
3.1.19 416,113 9/14/2021
3.1.18 638,737 8/10/2021
3.1.17 619,788 7/13/2021
3.1.16 509,062 6/8/2021
3.1.15 624,215 5/11/2021
3.1.14 649,089 4/6/2021
3.1.13 618,491 3/9/2021
3.1.12 751,524 2/9/2021
3.1.11 953,459 1/12/2021
3.1.10 1,530,436 11/9/2020
3.1.9 2,132,621 10/13/2020
3.1.8 2,565,663 9/8/2020
3.1.7 1,749,601 8/11/2020
3.1.6 1,625,665 7/14/2020
3.1.5 2,340,536 6/9/2020
3.1.4 2,069,624 5/12/2020
3.1.3 5,416,788 3/24/2020
3.1.2 2,049,413 2/19/2020
3.1.1 2,180,883 1/14/2020
3.1.0 2,408,726 12/3/2019
3.1.0-preview3.19554.8 10,184 11/13/2019
3.1.0-preview2.19525.5 4,263 11/1/2019
3.1.0-preview1.19506.2 7,616 10/15/2019
3.0.3 43,525 2/19/2020
3.0.2 19,119 1/14/2020
3.0.1 256,451 11/18/2019
3.0.0 1,517,785 9/23/2019
3.0.0-rc1.19456.14 6,001 9/16/2019
3.0.0-preview9.19423.6 9,097 9/4/2019
3.0.0-preview8.19405.11 15,109 8/13/2019
3.0.0-preview7.19362.6 5,277 7/23/2019
3.0.0-preview6.19304.10 6,040 6/12/2019
3.0.0-preview5.19227.1 390,672 5/6/2019
3.0.0-preview4.19216.3 4,208 4/18/2019
3.0.0-preview3.19153.1 13,666 3/6/2019
3.0.0-preview.19074.3 4,915 1/29/2019
3.0.0-preview.18572.1 7,637 12/3/2018
2.2.6 10,150,243 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,419,840 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,645,720 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,714,344 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,719,938 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,286,442 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 88,477 10/17/2018
2.2.0-preview2-35157 17,477 9/12/2018
2.2.0-preview1-35029 6,531 8/22/2018
2.1.14 1,671,547 11/18/2019
2.1.11 1,766,547 5/14/2019
2.1.8 1,855,024 2/12/2019
2.1.4 5,688,941 10/1/2018
2.1.3 2,822,039 9/11/2018
2.1.2 2,171,039 8/21/2018
2.1.1 10,500,723 6/18/2018
2.1.0 3,830,386 5/29/2018
2.1.0-rc1-final 27,518 5/6/2018
2.1.0-preview2-final 25,961 4/10/2018
2.1.0-preview1-final 48,807 2/26/2018
2.0.3 3,722,762 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,556,623 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,496,141 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,678,323 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,851 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 26,832 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 49,694 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 100,021 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 9,082 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 38,774 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 477,226 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 404,303 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 319,040 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,202 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 9,381 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,048 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 8,540 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 112,647 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,582 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 52,402 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 128,510 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,300 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.