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

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 EntityFrameworkCore.Testing v9.x = EntityFrameworkCore 9

Reo.Core.Testing

Package Description

GitHub repositories (301)

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, 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 537,864 11/12/2024
9.0.0-rc.2.24474.1 25,801 10/8/2024
9.0.0-rc.1.24451.1 17,090 9/10/2024
9.0.0-preview.7.24405.3 6,064 8/13/2024
9.0.0-preview.6.24327.4 42,983 7/9/2024
9.0.0-preview.5.24306.3 8,883 6/11/2024
9.0.0-preview.4.24267.1 18,998 5/21/2024
9.0.0-preview.3.24172.4 80,234 4/11/2024
9.0.0-preview.2.24128.4 11,521 3/12/2024
9.0.0-preview.1.24081.2 30,418 2/13/2024
8.0.11 635,661 11/12/2024
8.0.10 2,216,982 10/8/2024
8.0.8 3,391,119 8/13/2024
8.0.7 2,283,859 7/9/2024
8.0.6 2,753,343 5/28/2024
8.0.5 987,937 5/14/2024
8.0.4 2,775,290 4/9/2024
8.0.3 1,969,828 3/12/2024
8.0.2 2,499,019 2/13/2024
8.0.1 2,203,646 1/9/2024
8.0.0 5,334,731 11/14/2023
8.0.0-rc.2.23480.1 31,554 10/10/2023
8.0.0-rc.1.23419.6 13,043 9/12/2023
8.0.0-preview.7.23375.4 12,305 8/8/2023
8.0.0-preview.6.23329.4 27,134 7/11/2023
8.0.0-preview.5.23280.1 34,906 6/13/2023
8.0.0-preview.4.23259.3 18,725 5/16/2023
8.0.0-preview.3.23174.2 42,310 4/11/2023
8.0.0-preview.2.23128.3 104,619 3/14/2023
8.0.0-preview.1.23111.4 65,825 2/21/2023
7.0.20 481,136 5/28/2024
7.0.19 73,454 5/14/2024
7.0.18 287,007 4/9/2024
7.0.17 201,572 3/12/2024
7.0.16 334,445 2/13/2024
7.0.15 505,776 1/9/2024
7.0.14 1,044,310 11/14/2023
7.0.13 1,080,206 10/24/2023
7.0.12 1,283,076 10/10/2023
7.0.11 2,133,167 9/12/2023
7.0.10 2,094,184 8/8/2023
7.0.9 2,460,789 7/11/2023
7.0.8 1,003,947 6/22/2023
7.0.7 589,124 6/13/2023
7.0.5 3,839,536 4/11/2023
7.0.4 1,996,870 3/14/2023
7.0.3 2,094,795 2/14/2023
7.0.2 2,285,551 1/10/2023
7.0.1 1,546,081 12/13/2022
7.0.0 2,594,806 11/7/2022
7.0.0-rc.2.22472.11 57,852 10/11/2022
7.0.0-rc.1.22426.7 92,205 9/14/2022
7.0.0-preview.7.22376.2 13,893 8/9/2022
7.0.0-preview.6.22329.4 7,819 7/12/2022
7.0.0-preview.5.22302.2 19,369 6/14/2022
7.0.0-preview.4.22229.2 16,011 5/10/2022
7.0.0-preview.3.22175.1 33,569 4/13/2022
7.0.0-preview.2.22153.1 14,425 3/14/2022
7.0.0-preview.1.22076.6 7,550 2/17/2022
6.0.36 41,096 11/12/2024
6.0.35 80,422 10/8/2024
6.0.33 403,252 8/13/2024
6.0.32 133,400 7/9/2024
6.0.31 227,133 5/28/2024
6.0.30 100,255 5/14/2024
6.0.29 549,983 4/9/2024
6.0.28 265,871 3/12/2024
6.0.27 270,677 2/13/2024
6.0.26 493,850 1/9/2024
6.0.25 673,652 11/14/2023
6.0.24 467,494 10/24/2023
6.0.23 184,962 10/10/2023
6.0.22 544,552 9/12/2023
6.0.21 571,001 8/8/2023
6.0.20 493,804 7/11/2023
6.0.19 398,600 6/22/2023
6.0.18 283,067 6/13/2023
6.0.16 1,572,923 4/11/2023
6.0.15 772,976 3/14/2023
6.0.14 1,029,675 2/14/2023
6.0.13 1,469,879 1/10/2023
6.0.12 1,101,703 12/13/2022
6.0.11 2,121,635 11/7/2022
6.0.10 3,505,004 10/11/2022
6.0.9 3,061,163 9/13/2022
6.0.8 3,720,457 8/9/2022
6.0.7 8,039,152 7/12/2022
6.0.6 2,521,716 6/14/2022
6.0.5 3,285,579 5/10/2022
6.0.4 3,145,949 4/11/2022
6.0.3 3,615,430 3/8/2022
6.0.2 4,198,822 2/8/2022
6.0.1 4,756,654 12/14/2021
6.0.0 5,486,525 11/8/2021
6.0.0-rc.2.21480.5 72,917 10/12/2021
6.0.0-rc.1.21452.10 20,564 9/14/2021
6.0.0-preview.7.21378.4 10,396 8/10/2021
6.0.0-preview.6.21352.1 5,970 7/14/2021
6.0.0-preview.5.21301.9 15,936 6/15/2021
6.0.0-preview.4.21253.1 11,481 5/24/2021
6.0.0-preview.3.21201.2 10,527 4/8/2021
6.0.0-preview.2.21154.2 4,872 3/11/2021
6.0.0-preview.1.21102.2 9,159 2/12/2021
5.0.17 1,412,220 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 184,322 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 360,272 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 464,545 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 764,877 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 810,038 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,607,557 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,682,368 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,941,831 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,922,016 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,826,647 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,573,750 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,052,405 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,284,556 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,380,766 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,534,248 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,347,847 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,349,546 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,320 10/13/2020
5.0.0-rc.1.20451.13 23,190 9/14/2020
5.0.0-preview.8.20407.4 13,959 8/25/2020
5.0.0-preview.7.20365.15 12,749 7/21/2020
5.0.0-preview.6.20312.4 16,991 6/25/2020
5.0.0-preview.5.20278.2 7,487 6/10/2020
5.0.0-preview.4.20220.10 17,462 5/18/2020
5.0.0-preview.3.20181.2 15,158 4/23/2020
5.0.0-preview.2.20159.4 12,855 4/2/2020
5.0.0-preview.2.20120.8 7,191 3/16/2020
3.1.32 644,289 12/13/2022
3.1.31 92,793 11/8/2022
3.1.30 106,332 10/11/2022
3.1.29 94,829 9/13/2022
3.1.28 134,860 8/9/2022
3.1.27 224,024 7/12/2022
3.1.26 115,845 6/14/2022
3.1.25 212,228 5/10/2022
3.1.24 147,406 4/11/2022
3.1.23 177,410 3/8/2022
3.1.22 665,441 12/14/2021
3.1.21 422,017 11/7/2021
3.1.20 269,548 10/11/2021
3.1.19 421,706 9/14/2021
3.1.18 641,272 8/10/2021
3.1.17 623,307 7/13/2021
3.1.16 511,733 6/8/2021
3.1.15 629,260 5/11/2021
3.1.14 656,467 4/6/2021
3.1.13 620,402 3/9/2021
3.1.12 753,680 2/9/2021
3.1.11 965,378 1/12/2021
3.1.10 1,536,147 11/9/2020
3.1.9 2,140,337 10/13/2020
3.1.8 2,574,544 9/8/2020
3.1.7 1,762,829 8/11/2020
3.1.6 1,631,450 7/14/2020
3.1.5 2,348,671 6/9/2020
3.1.4 2,079,380 5/12/2020
3.1.3 5,452,831 3/24/2020
3.1.2 2,062,955 2/19/2020
3.1.1 2,189,987 1/14/2020
3.1.0 2,421,988 12/3/2019
3.1.0-preview3.19554.8 10,259 11/13/2019
3.1.0-preview2.19525.5 4,282 11/1/2019
3.1.0-preview1.19506.2 7,631 10/15/2019
3.0.3 43,578 2/19/2020
3.0.2 19,226 1/14/2020
3.0.1 257,060 11/18/2019
3.0.0 1,524,162 9/23/2019
3.0.0-rc1.19456.14 6,013 9/16/2019
3.0.0-preview9.19423.6 9,114 9/4/2019
3.0.0-preview8.19405.11 15,124 8/13/2019
3.0.0-preview7.19362.6 5,297 7/23/2019
3.0.0-preview6.19304.10 6,060 6/12/2019
3.0.0-preview5.19227.1 390,755 5/6/2019
3.0.0-preview4.19216.3 4,226 4/18/2019
3.0.0-preview3.19153.1 13,682 3/6/2019
3.0.0-preview.19074.3 4,928 1/29/2019
3.0.0-preview.18572.1 7,656 12/3/2018
2.2.6 10,206,711 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,442,339 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,648,786 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,719,228 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,728,762 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,373,243 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 88,565 10/17/2018
2.2.0-preview2-35157 17,500 9/12/2018
2.2.0-preview1-35029 6,545 8/22/2018
2.1.14 1,689,187 11/18/2019
2.1.11 1,769,658 5/14/2019
2.1.8 1,856,805 2/12/2019
2.1.4 5,700,244 10/1/2018
2.1.3 2,827,590 9/11/2018
2.1.2 2,176,146 8/21/2018
2.1.1 10,761,169 6/18/2018
2.1.0 3,845,944 5/29/2018
2.1.0-rc1-final 27,552 5/6/2018
2.1.0-preview2-final 26,046 4/10/2018
2.1.0-preview1-final 48,903 2/26/2018
2.0.3 3,744,529 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,572,852 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,528,723 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,711,705 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,030 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 26,952 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 49,903 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 100,092 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 9,106 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 38,814 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 479,171 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 404,901 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 320,864 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,212 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 9,405 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,069 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 8,562 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 113,093 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,606 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 52,441 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 140,091 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,311 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.