Microsoft.EntityFrameworkCore.InMemory 9.0.3

Prefix Reserved
There is a newer 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.3
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 9.0.3
                    
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.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.InMemory --version 9.0.3
                    
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 9.0.3"
                    
#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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.3
                    
Install Microsoft.EntityFrameworkCore.InMemory as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.3
                    
Install Microsoft.EntityFrameworkCore.InMemory as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (607)

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

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

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
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, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 3, 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.
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
radzenhq/radzen-blazor
Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
Version Downloads Last updated
10.0.0-preview.3.25171.6 708 4/10/2025
10.0.0-preview.2.25163.8 1,804 3/18/2025
10.0.0-preview.1.25081.1 2,105 2/25/2025
9.0.4 95,981 4/8/2025
9.0.3 569,707 3/11/2025
9.0.2 798,360 2/11/2025
9.0.1 855,644 1/14/2025
9.0.0 1,925,069 11/12/2024
9.0.0-rc.2.24474.1 36,814 10/8/2024
9.0.0-rc.1.24451.1 23,493 9/10/2024
9.0.0-preview.7.24405.3 7,298 8/13/2024
9.0.0-preview.6.24327.4 82,470 7/9/2024
9.0.0-preview.5.24306.3 10,785 6/11/2024
9.0.0-preview.4.24267.1 21,303 5/21/2024
9.0.0-preview.3.24172.4 82,808 4/11/2024
9.0.0-preview.2.24128.4 12,393 3/12/2024
9.0.0-preview.1.24081.2 31,593 2/13/2024
8.0.15 42,721 4/8/2025
8.0.14 274,976 3/11/2025
8.0.13 417,344 2/11/2025
8.0.12 624,531 1/14/2025
8.0.11 2,662,809 11/12/2024
8.0.10 4,096,281 10/8/2024
8.0.8 4,887,508 8/13/2024
8.0.7 3,015,052 7/9/2024
8.0.6 3,482,800 5/28/2024
8.0.5 1,222,219 5/14/2024
8.0.4 3,408,486 4/9/2024
8.0.3 2,397,360 3/12/2024
8.0.2 2,953,231 2/13/2024
8.0.1 2,612,418 1/9/2024
8.0.0 7,018,028 11/14/2023
8.0.0-rc.2.23480.1 32,959 10/10/2023
8.0.0-rc.1.23419.6 13,328 9/12/2023
8.0.0-preview.7.23375.4 12,757 8/8/2023
8.0.0-preview.6.23329.4 27,934 7/11/2023
8.0.0-preview.5.23280.1 36,269 6/13/2023
8.0.0-preview.4.23259.3 20,580 5/16/2023
8.0.0-preview.3.23174.2 43,729 4/11/2023
8.0.0-preview.2.23128.3 106,186 3/14/2023
8.0.0-preview.1.23111.4 66,319 2/21/2023
7.0.20 717,873 5/28/2024
7.0.19 85,089 5/14/2024
7.0.18 350,391 4/9/2024
7.0.17 228,822 3/12/2024
7.0.16 375,517 2/13/2024
7.0.15 557,818 1/9/2024
7.0.14 1,165,014 11/14/2023
7.0.13 1,149,722 10/24/2023
7.0.12 1,348,817 10/10/2023
7.0.11 2,397,455 9/12/2023
7.0.10 2,207,140 8/8/2023
7.0.9 2,714,712 7/11/2023
7.0.8 1,041,070 6/22/2023
7.0.7 628,678 6/13/2023
7.0.5 4,026,323 4/11/2023
7.0.4 2,068,917 3/14/2023
7.0.3 2,178,843 2/14/2023
7.0.2 2,381,643 1/10/2023
7.0.1 1,620,959 12/13/2022
7.0.0 2,785,966 11/7/2022
7.0.0-rc.2.22472.11 59,414 10/11/2022
7.0.0-rc.1.22426.7 93,792 9/14/2022
7.0.0-preview.7.22376.2 14,325 8/9/2022
7.0.0-preview.6.22329.4 8,025 7/12/2022
7.0.0-preview.5.22302.2 20,085 6/14/2022
7.0.0-preview.4.22229.2 16,469 5/10/2022
7.0.0-preview.3.22175.1 34,109 4/13/2022
7.0.0-preview.2.22153.1 14,911 3/14/2022
7.0.0-preview.1.22076.6 7,670 2/17/2022
6.0.36 156,356 11/12/2024
6.0.35 124,588 10/8/2024
6.0.33 723,771 8/13/2024
6.0.32 158,749 7/9/2024
6.0.31 278,563 5/28/2024
6.0.30 142,588 5/14/2024
6.0.29 588,726 4/9/2024
6.0.28 312,918 3/12/2024
6.0.27 297,028 2/13/2024
6.0.26 536,477 1/9/2024
6.0.25 756,056 11/14/2023
6.0.24 558,834 10/24/2023
6.0.23 198,351 10/10/2023
6.0.22 574,116 9/12/2023
6.0.21 621,448 8/8/2023
6.0.20 521,534 7/11/2023
6.0.19 412,563 6/22/2023
6.0.18 293,596 6/13/2023
6.0.16 1,658,698 4/11/2023
6.0.15 801,438 3/14/2023
6.0.14 1,070,905 2/14/2023
6.0.13 1,534,681 1/10/2023
6.0.12 1,194,376 12/13/2022
6.0.11 2,223,696 11/7/2022
6.0.10 3,633,578 10/11/2022
6.0.9 3,155,596 9/13/2022
6.0.8 3,820,668 8/9/2022
6.0.7 8,406,837 7/12/2022
6.0.6 2,602,472 6/14/2022
6.0.5 3,374,405 5/10/2022
6.0.4 3,193,447 4/11/2022
6.0.3 3,694,059 3/8/2022
6.0.2 4,316,068 2/8/2022
6.0.1 4,932,302 12/14/2021
6.0.0 5,799,170 11/8/2021
6.0.0-rc.2.21480.5 77,961 10/12/2021
6.0.0-rc.1.21452.10 21,646 9/14/2021
6.0.0-preview.7.21378.4 11,546 8/10/2021
6.0.0-preview.6.21352.1 6,029 7/14/2021
6.0.0-preview.5.21301.9 16,825 6/15/2021
6.0.0-preview.4.21253.1 11,587 5/24/2021
6.0.0-preview.3.21201.2 10,698 4/8/2021
6.0.0-preview.2.21154.2 4,963 3/11/2021
6.0.0-preview.1.21102.2 9,634 2/12/2021
5.0.17 1,495,952 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 187,614 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 365,799 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 471,040 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 785,839 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 827,092 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,630,810 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,717,129 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,986,581 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,024,798 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,853,688 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,592,536 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,100,706 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,299,025 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,393,153 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,554,387 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,429,306 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,449,099 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,474 10/13/2020
5.0.0-rc.1.20451.13 23,272 9/14/2020
5.0.0-preview.8.20407.4 14,041 8/25/2020
5.0.0-preview.7.20365.15 12,925 7/21/2020
5.0.0-preview.6.20312.4 17,080 6/25/2020
5.0.0-preview.5.20278.2 7,574 6/10/2020
5.0.0-preview.4.20220.10 17,563 5/18/2020
5.0.0-preview.3.20181.2 15,523 4/23/2020
5.0.0-preview.2.20159.4 13,147 4/2/2020
5.0.0-preview.2.20120.8 7,276 3/16/2020
3.1.32 752,541 12/13/2022
3.1.31 101,090 11/8/2022
3.1.30 122,897 10/11/2022
3.1.29 103,269 9/13/2022
3.1.28 142,912 8/9/2022
3.1.27 239,921 7/12/2022
3.1.26 121,838 6/14/2022
3.1.25 221,600 5/10/2022
3.1.24 150,766 4/11/2022
3.1.23 183,758 3/8/2022
3.1.22 686,571 12/14/2021
3.1.21 434,882 11/7/2021
3.1.20 275,706 10/11/2021
3.1.19 434,392 9/14/2021
3.1.18 647,623 8/10/2021
3.1.17 636,408 7/13/2021
3.1.16 518,046 6/8/2021
3.1.15 641,086 5/11/2021
3.1.14 676,091 4/6/2021
3.1.13 625,735 3/9/2021
3.1.12 758,911 2/9/2021
3.1.11 984,478 1/12/2021
3.1.10 1,548,303 11/9/2020
3.1.9 2,162,785 10/13/2020
3.1.8 2,596,762 9/8/2020
3.1.7 1,800,197 8/11/2020
3.1.6 1,649,665 7/14/2020
3.1.5 2,368,140 6/9/2020
3.1.4 2,104,861 5/12/2020
3.1.3 5,536,334 3/24/2020
3.1.2 2,101,330 2/19/2020
3.1.1 2,209,585 1/14/2020
3.1.0 2,463,945 12/3/2019
3.1.0-preview3.19554.8 10,511 11/13/2019
3.1.0-preview2.19525.5 4,343 11/1/2019
3.1.0-preview1.19506.2 7,689 10/15/2019
3.0.3 43,715 2/19/2020
3.0.2 19,490 1/14/2020
3.0.1 258,282 11/18/2019
3.0.0 1,540,257 9/23/2019
3.0.0-rc1.19456.14 6,068 9/16/2019
3.0.0-preview9.19423.6 9,170 9/4/2019
3.0.0-preview8.19405.11 15,184 8/13/2019
3.0.0-preview7.19362.6 5,366 7/23/2019
3.0.0-preview6.19304.10 6,128 6/12/2019
3.0.0-preview5.19227.1 390,879 5/6/2019
3.0.0-preview4.19216.3 4,318 4/18/2019
3.0.0-preview3.19153.1 13,751 3/6/2019
3.0.0-preview.19074.3 4,992 1/29/2019
3.0.0-preview.18572.1 7,715 12/3/2018
2.3.0 633 1/14/2025
2.2.6 10,338,187 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,506,124 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,657,719 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,733,169 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,749,430 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,604,318 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 88,826 10/17/2018
2.2.0-preview2-35157 17,697 9/12/2018
2.2.0-preview1-35029 6,641 8/22/2018
2.1.14 1,736,711 11/18/2019
2.1.11 1,781,471 5/14/2019
2.1.8 1,863,931 2/12/2019
2.1.4 5,725,503 10/1/2018
2.1.3 2,841,581 9/11/2018
2.1.2 2,190,923 8/21/2018
2.1.1 11,333,879 6/18/2018
2.1.0 3,878,016 5/29/2018
2.1.0-rc1-final 27,727 5/6/2018
2.1.0-preview2-final 26,550 4/10/2018
2.1.0-preview1-final 49,211 2/26/2018
2.0.3 3,802,176 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,617,694 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,622,447 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,784,901 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,558 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 27,153 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 50,556 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 100,383 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 9,258 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 38,994 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 485,822 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 406,160 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 325,044 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,355 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 9,552 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,210 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 8,720 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 114,182 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,777 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 52,589 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 173,896 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,449 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.