Microsoft.EntityFrameworkCore.InMemory 2.2.0-preview1-35029

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.InMemory.
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 2.2.0-preview1-35029
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 2.2.0-preview1-35029
                    
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="2.2.0-preview1-35029" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.2.0-preview1-35029" />
                    
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 2.2.0-preview1-35029
                    
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 2.2.0-preview1-35029"
                    
#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.
#:package Microsoft.EntityFrameworkCore.InMemory@2.2.0-preview1-35029
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=2.2.0-preview1-35029&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=2.2.0-preview1-35029&prerelease
                    
Install as a Cake Tool

In-memory database provider for Entity Framework Core (to be used for testing purposes).
This package was built from the source at:
https://github.com/aspnet/EntityFramework.git/tree/50b2296dfa89108dc7a5fcfea9537d978994f456

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (659)

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

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 RC 1, 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.
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.
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
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.
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
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.
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
Version Downloads Last Updated
10.0.0-rc.1.25451.107 6,399 9/9/2025
10.0.0-preview.7.25380.108 6,414 8/12/2025
10.0.0-preview.6.25358.103 3,107 7/15/2025
10.0.0-preview.5.25277.114 6,662 6/6/2025
10.0.0-preview.4.25258.110 15,174 5/12/2025
10.0.0-preview.3.25171.6 2,926 4/10/2025
10.0.0-preview.2.25163.8 1,935 3/18/2025
10.0.0-preview.1.25081.1 2,515 2/25/2025
9.0.9 220,279 9/9/2025
9.0.8 927,881 8/5/2025
9.0.7 838,367 7/8/2025
9.0.6 1,110,095 6/10/2025
9.0.5 1,279,245 5/13/2025
9.0.4 1,527,365 4/8/2025
9.0.3 1,420,488 3/11/2025
9.0.2 1,568,832 2/11/2025
9.0.1 1,579,498 1/14/2025
9.0.0 3,250,026 11/12/2024
9.0.0-rc.2.24474.1 44,270 10/8/2024
9.0.0-rc.1.24451.1 30,154 9/10/2024
9.0.0-preview.7.24405.3 8,905 8/13/2024
9.0.0-preview.6.24327.4 159,049 7/9/2024
9.0.0-preview.5.24306.3 13,121 6/11/2024
9.0.0-preview.4.24267.1 24,652 5/21/2024
9.0.0-preview.3.24172.4 85,044 4/11/2024
9.0.0-preview.2.24128.4 13,200 3/12/2024
9.0.0-preview.1.24081.2 35,272 2/13/2024
8.0.20 58,292 9/9/2025
8.0.19 270,881 8/5/2025
8.0.18 246,682 7/8/2025
8.0.17 451,810 6/10/2025
8.0.16 526,133 5/13/2025
8.0.15 720,259 4/8/2025
8.0.14 983,179 3/11/2025
8.0.13 942,021 2/11/2025
8.0.12 1,193,661 1/14/2025
8.0.11 5,265,801 11/12/2024
8.0.10 6,120,580 10/8/2024
8.0.8 6,686,313 8/13/2024
8.0.7 3,914,575 7/9/2024
8.0.6 4,480,199 5/28/2024
8.0.5 1,525,025 5/14/2024
8.0.4 4,138,510 4/9/2024
8.0.3 2,886,913 3/12/2024
8.0.2 3,526,714 2/13/2024
8.0.1 3,146,888 1/9/2024
8.0.0 9,452,612 11/14/2023
8.0.0-rc.2.23480.1 34,649 10/10/2023
8.0.0-rc.1.23419.6 14,428 9/12/2023
8.0.0-preview.7.23375.4 14,007 8/8/2023
8.0.0-preview.6.23329.4 28,405 7/11/2023
8.0.0-preview.5.23280.1 37,571 6/13/2023
8.0.0-preview.4.23259.3 22,401 5/16/2023
8.0.0-preview.3.23174.2 46,384 4/11/2023
8.0.0-preview.2.23128.3 107,832 3/14/2023
8.0.0-preview.1.23111.4 66,948 2/21/2023
7.0.20 1,042,438 5/28/2024
7.0.19 96,200 5/14/2024
7.0.18 423,076 4/9/2024
7.0.17 251,361 3/12/2024
7.0.16 416,080 2/13/2024
7.0.15 611,565 1/9/2024
7.0.14 1,302,415 11/14/2023
7.0.13 1,235,770 10/24/2023
7.0.12 1,400,435 10/10/2023
7.0.11 2,806,404 9/12/2023
7.0.10 2,354,304 8/8/2023
7.0.9 3,004,586 7/11/2023
7.0.8 1,078,484 6/22/2023
7.0.7 675,698 6/13/2023
7.0.5 4,205,102 4/11/2023
7.0.4 2,159,305 3/14/2023
7.0.3 2,281,924 2/14/2023
7.0.2 2,486,289 1/10/2023
7.0.1 1,707,946 12/13/2022
7.0.0 3,007,542 11/7/2022
7.0.0-rc.2.22472.11 60,851 10/11/2022
7.0.0-rc.1.22426.7 95,637 9/14/2022
7.0.0-preview.7.22376.2 14,724 8/9/2022
7.0.0-preview.6.22329.4 8,248 7/12/2022
7.0.0-preview.5.22302.2 20,724 6/14/2022
7.0.0-preview.4.22229.2 17,023 5/10/2022
7.0.0-preview.3.22175.1 34,553 4/13/2022
7.0.0-preview.2.22153.1 15,067 3/14/2022
7.0.0-preview.1.22076.6 7,846 2/17/2022
6.0.36 422,715 11/12/2024
6.0.35 158,341 10/8/2024
6.0.33 1,116,496 8/13/2024
6.0.32 185,335 7/9/2024
6.0.31 339,376 5/28/2024
6.0.30 198,624 5/14/2024
6.0.29 623,913 4/9/2024
6.0.28 372,589 3/12/2024
6.0.27 325,378 2/13/2024
6.0.26 581,277 1/9/2024
6.0.25 815,222 11/14/2023
6.0.24 616,991 10/24/2023
6.0.23 208,761 10/10/2023
6.0.22 600,029 9/12/2023
6.0.21 662,978 8/8/2023
6.0.20 544,255 7/11/2023
6.0.19 425,706 6/22/2023
6.0.18 300,467 6/13/2023
6.0.16 1,760,652 4/11/2023
6.0.15 835,717 3/14/2023
6.0.14 1,115,178 2/14/2023
6.0.13 1,600,833 1/10/2023
6.0.12 1,275,236 12/13/2022
6.0.11 2,331,937 11/7/2022
6.0.10 3,747,500 10/11/2022
6.0.9 3,254,214 9/13/2022
6.0.8 3,907,266 8/9/2022
6.0.7 8,820,990 7/12/2022
6.0.6 2,696,571 6/14/2022
6.0.5 3,479,175 5/10/2022
6.0.4 3,244,472 4/11/2022
6.0.3 3,774,770 3/8/2022
6.0.2 4,451,487 2/8/2022
6.0.1 5,131,681 12/14/2021
6.0.0 6,135,661 11/8/2021
6.0.0-rc.2.21480.5 81,874 10/12/2021
6.0.0-rc.1.21452.10 22,394 9/14/2021
6.0.0-preview.7.21378.4 12,488 8/10/2021
6.0.0-preview.6.21352.1 6,154 7/14/2021
6.0.0-preview.5.21301.9 18,038 6/15/2021
6.0.0-preview.4.21253.1 11,929 5/24/2021
6.0.0-preview.3.21201.2 11,708 4/8/2021
6.0.0-preview.2.21154.2 5,990 3/11/2021
6.0.0-preview.1.21102.2 10,507 2/12/2021
5.0.17 1,598,076 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 191,662 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 372,433 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 475,809 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 811,620 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 846,781 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,657,784 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,770,748 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 2,048,081 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,135,550 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,895,637 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,627,006 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,157,602 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,322,175 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,417,900 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,582,013 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,549,951 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,595,598 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,743 10/13/2020
5.0.0-rc.1.20451.13 23,436 9/14/2020
5.0.0-preview.8.20407.4 14,191 8/25/2020
5.0.0-preview.7.20365.15 13,230 7/21/2020
5.0.0-preview.6.20312.4 17,223 6/25/2020
5.0.0-preview.5.20278.2 7,715 6/10/2020
5.0.0-preview.4.20220.10 17,719 5/18/2020
5.0.0-preview.3.20181.2 15,851 4/23/2020
5.0.0-preview.2.20159.4 13,739 4/2/2020
5.0.0-preview.2.20120.8 7,431 3/16/2020
3.1.32 909,600 12/13/2022
3.1.31 109,524 11/8/2022
3.1.30 137,067 10/11/2022
3.1.29 107,334 9/13/2022
3.1.28 153,036 8/9/2022
3.1.27 271,196 7/12/2022
3.1.26 129,378 6/14/2022
3.1.25 234,521 5/10/2022
3.1.24 154,673 4/11/2022
3.1.23 189,940 3/8/2022
3.1.22 710,500 12/14/2021
3.1.21 450,951 11/7/2021
3.1.20 283,256 10/11/2021
3.1.19 444,939 9/14/2021
3.1.18 654,274 8/10/2021
3.1.17 648,111 7/13/2021
3.1.16 526,321 6/8/2021
3.1.15 651,693 5/11/2021
3.1.14 698,438 4/6/2021
3.1.13 632,209 3/9/2021
3.1.12 765,646 2/9/2021
3.1.11 1,003,950 1/12/2021
3.1.10 1,569,428 11/9/2020
3.1.9 2,185,280 10/13/2020
3.1.8 2,625,895 9/8/2020
3.1.7 1,847,252 8/11/2020
3.1.6 1,671,100 7/14/2020
3.1.5 2,391,592 6/9/2020
3.1.4 2,133,124 5/12/2020
3.1.3 5,645,572 3/24/2020
3.1.2 2,140,276 2/19/2020
3.1.1 2,232,332 1/14/2020
3.1.0 2,513,338 12/3/2019
3.1.0-preview3.19554.8 10,977 11/13/2019
3.1.0-preview2.19525.5 4,487 11/1/2019
3.1.0-preview1.19506.2 7,833 10/15/2019
3.0.3 44,061 2/19/2020
3.0.2 19,788 1/14/2020
3.0.1 260,095 11/18/2019
3.0.0 1,558,561 9/23/2019
3.0.0-rc1.19456.14 6,210 9/16/2019
3.0.0-preview9.19423.6 9,308 9/4/2019
3.0.0-preview8.19405.11 15,321 8/13/2019
3.0.0-preview7.19362.6 5,536 7/23/2019
3.0.0-preview6.19304.10 6,264 6/12/2019
3.0.0-preview5.19227.1 391,046 5/6/2019
3.0.0-preview4.19216.3 4,452 4/18/2019
3.0.0-preview3.19153.1 13,902 3/6/2019
3.0.0-preview.19074.3 5,128 1/29/2019
3.0.0-preview.18572.1 7,845 12/3/2018
2.3.0 2,011 1/14/2025
2.2.6 10,515,669 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,574,772 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,671,674 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,752,117 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,764,986 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,887,797 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 89,187 10/17/2018
2.2.0-preview2-35157 18,420 9/12/2018
2.2.0-preview1-35029 6,881 8/22/2018
2.1.14 1,788,804 11/18/2019
2.1.11 1,790,986 5/14/2019
2.1.8 1,875,819 2/12/2019
2.1.4 5,749,674 10/1/2018
2.1.3 2,866,153 9/11/2018
2.1.2 2,208,841 8/21/2018
2.1.1 12,144,179 6/18/2018
2.1.0 3,922,197 5/29/2018
2.1.0-rc1-final 28,029 5/6/2018
2.1.0-preview2-final 27,134 4/10/2018
2.1.0-preview1-final 49,555 2/26/2018
2.0.3 3,874,441 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,670,583 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,736,564 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,892,414 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 57,342 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 27,459 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 51,474 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 101,204 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 9,648 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 39,417 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 491,315 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 407,800 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 329,077 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,635 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 10,100 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,618 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 9,125 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 116,344 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 12,200 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 53,012 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 228,991 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,742 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.