Microsoft.EntityFrameworkCore.InMemory 2.0.0-preview1-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

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.
dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 2.0.0-preview1-final
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 2.0.0-preview1-final
                    
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.0.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.0.0-preview1-final" />
                    
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.0.0-preview1-final
                    
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 2.0.0-preview1-final"
                    
#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=2.0.0-preview1-final&prerelease
                    
Install Microsoft.EntityFrameworkCore.InMemory as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=2.0.0-preview1-final&prerelease
                    
Install Microsoft.EntityFrameworkCore.InMemory as a Cake Tool

In-memory database provider for Entity Framework Core (to be used for testing purposes).

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (604)

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

Showing the top 5 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 2, 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
10.0.0-preview.2.25163.8 1,408 3/18/2025
10.0.0-preview.1.25081.1 2,028 2/25/2025
9.0.3 418,987 3/11/2025
9.0.2 711,971 2/11/2025
9.0.1 802,407 1/14/2025
9.0.0 1,819,847 11/12/2024
9.0.0-rc.2.24474.1 36,166 10/8/2024
9.0.0-rc.1.24451.1 22,875 9/10/2024
9.0.0-preview.7.24405.3 7,106 8/13/2024
9.0.0-preview.6.24327.4 76,878 7/9/2024
9.0.0-preview.5.24306.3 10,548 6/11/2024
9.0.0-preview.4.24267.1 21,094 5/21/2024
9.0.0-preview.3.24172.4 82,575 4/11/2024
9.0.0-preview.2.24128.4 12,321 3/12/2024
9.0.0-preview.1.24081.2 31,486 2/13/2024
8.0.14 192,133 3/11/2025
8.0.13 368,810 2/11/2025
8.0.12 572,142 1/14/2025
8.0.11 2,485,042 11/12/2024
8.0.10 3,928,663 10/8/2024
8.0.8 4,753,228 8/13/2024
8.0.7 2,946,953 7/9/2024
8.0.6 3,411,738 5/28/2024
8.0.5 1,200,867 5/14/2024
8.0.4 3,353,407 4/9/2024
8.0.3 2,360,465 3/12/2024
8.0.2 2,911,220 2/13/2024
8.0.1 2,570,065 1/9/2024
8.0.0 6,864,411 11/14/2023
8.0.0-rc.2.23480.1 32,817 10/10/2023
8.0.0-rc.1.23419.6 13,309 9/12/2023
8.0.0-preview.7.23375.4 12,713 8/8/2023
8.0.0-preview.6.23329.4 27,883 7/11/2023
8.0.0-preview.5.23280.1 36,099 6/13/2023
8.0.0-preview.4.23259.3 20,328 5/16/2023
8.0.0-preview.3.23174.2 43,633 4/11/2023
8.0.0-preview.2.23128.3 106,066 3/14/2023
8.0.0-preview.1.23111.4 66,280 2/21/2023
7.0.20 693,372 5/28/2024
7.0.19 83,800 5/14/2024
7.0.18 344,586 4/9/2024
7.0.17 226,881 3/12/2024
7.0.16 372,271 2/13/2024
7.0.15 552,302 1/9/2024
7.0.14 1,153,445 11/14/2023
7.0.13 1,143,750 10/24/2023
7.0.12 1,343,110 10/10/2023
7.0.11 2,361,169 9/12/2023
7.0.10 2,196,202 8/8/2023
7.0.9 2,687,328 7/11/2023
7.0.8 1,037,383 6/22/2023
7.0.7 624,959 6/13/2023
7.0.5 4,011,855 4/11/2023
7.0.4 2,061,962 3/14/2023
7.0.3 2,170,986 2/14/2023
7.0.2 2,372,757 1/10/2023
7.0.1 1,614,120 12/13/2022
7.0.0 2,770,400 11/7/2022
7.0.0-rc.2.22472.11 59,295 10/11/2022
7.0.0-rc.1.22426.7 93,628 9/14/2022
7.0.0-preview.7.22376.2 14,298 8/9/2022
7.0.0-preview.6.22329.4 8,006 7/12/2022
7.0.0-preview.5.22302.2 19,988 6/14/2022
7.0.0-preview.4.22229.2 16,434 5/10/2022
7.0.0-preview.3.22175.1 34,092 4/13/2022
7.0.0-preview.2.22153.1 14,907 3/14/2022
7.0.0-preview.1.22076.6 7,667 2/17/2022
6.0.36 142,529 11/12/2024
6.0.35 121,068 10/8/2024
6.0.33 708,992 8/13/2024
6.0.32 156,494 7/9/2024
6.0.31 273,979 5/28/2024
6.0.30 136,927 5/14/2024
6.0.29 585,668 4/9/2024
6.0.28 308,625 3/12/2024
6.0.27 294,310 2/13/2024
6.0.26 532,993 1/9/2024
6.0.25 748,818 11/14/2023
6.0.24 552,313 10/24/2023
6.0.23 197,296 10/10/2023
6.0.22 571,503 9/12/2023
6.0.21 616,519 8/8/2023
6.0.20 519,343 7/11/2023
6.0.19 411,177 6/22/2023
6.0.18 293,079 6/13/2023
6.0.16 1,651,926 4/11/2023
6.0.15 798,735 3/14/2023
6.0.14 1,067,106 2/14/2023
6.0.13 1,528,471 1/10/2023
6.0.12 1,185,122 12/13/2022
6.0.11 2,213,492 11/7/2022
6.0.10 3,623,517 10/11/2022
6.0.9 3,148,508 9/13/2022
6.0.8 3,813,458 8/9/2022
6.0.7 8,375,832 7/12/2022
6.0.6 2,595,607 6/14/2022
6.0.5 3,365,895 5/10/2022
6.0.4 3,189,092 4/11/2022
6.0.3 3,686,991 3/8/2022
6.0.2 4,304,840 2/8/2022
6.0.1 4,915,675 12/14/2021
6.0.0 5,772,549 11/8/2021
6.0.0-rc.2.21480.5 77,560 10/12/2021
6.0.0-rc.1.21452.10 21,515 9/14/2021
6.0.0-preview.7.21378.4 11,064 8/10/2021
6.0.0-preview.6.21352.1 6,025 7/14/2021
6.0.0-preview.5.21301.9 16,376 6/15/2021
6.0.0-preview.4.21253.1 11,577 5/24/2021
6.0.0-preview.3.21201.2 10,690 4/8/2021
6.0.0-preview.2.21154.2 4,956 3/11/2021
6.0.0-preview.1.21102.2 9,593 2/12/2021
5.0.17 1,488,563 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 187,132 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 365,232 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 470,479 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 783,478 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 825,585 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,628,812 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,714,178 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,982,415 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,014,809 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,851,366 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,590,785 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,098,476 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,297,842 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,392,088 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,552,460 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,422,970 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,441,976 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,460 10/13/2020
5.0.0-rc.1.20451.13 23,266 9/14/2020
5.0.0-preview.8.20407.4 14,033 8/25/2020
5.0.0-preview.7.20365.15 12,909 7/21/2020
5.0.0-preview.6.20312.4 17,068 6/25/2020
5.0.0-preview.5.20278.2 7,564 6/10/2020
5.0.0-preview.4.20220.10 17,529 5/18/2020
5.0.0-preview.3.20181.2 15,442 4/23/2020
5.0.0-preview.2.20159.4 13,087 4/2/2020
5.0.0-preview.2.20120.8 7,262 3/16/2020
3.1.32 741,444 12/13/2022
3.1.31 100,372 11/8/2022
3.1.30 121,571 10/11/2022
3.1.29 102,395 9/13/2022
3.1.28 142,054 8/9/2022
3.1.27 238,724 7/12/2022
3.1.26 121,381 6/14/2022
3.1.25 220,703 5/10/2022
3.1.24 150,470 4/11/2022
3.1.23 183,138 3/8/2022
3.1.22 684,756 12/14/2021
3.1.21 433,457 11/7/2021
3.1.20 275,105 10/11/2021
3.1.19 433,362 9/14/2021
3.1.18 647,200 8/10/2021
3.1.17 635,542 7/13/2021
3.1.16 517,397 6/8/2021
3.1.15 640,334 5/11/2021
3.1.14 674,319 4/6/2021
3.1.13 625,287 3/9/2021
3.1.12 758,304 2/9/2021
3.1.11 982,639 1/12/2021
3.1.10 1,547,259 11/9/2020
3.1.9 2,161,027 10/13/2020
3.1.8 2,594,876 9/8/2020
3.1.7 1,796,265 8/11/2020
3.1.6 1,647,687 7/14/2020
3.1.5 2,366,395 6/9/2020
3.1.4 2,102,526 5/12/2020
3.1.3 5,528,656 3/24/2020
3.1.2 2,096,918 2/19/2020
3.1.1 2,207,794 1/14/2020
3.1.0 2,460,494 12/3/2019
3.1.0-preview3.19554.8 10,487 11/13/2019
3.1.0-preview2.19525.5 4,336 11/1/2019
3.1.0-preview1.19506.2 7,684 10/15/2019
3.0.3 43,692 2/19/2020
3.0.2 19,460 1/14/2020
3.0.1 258,150 11/18/2019
3.0.0 1,538,862 9/23/2019
3.0.0-rc1.19456.14 6,063 9/16/2019
3.0.0-preview9.19423.6 9,163 9/4/2019
3.0.0-preview8.19405.11 15,179 8/13/2019
3.0.0-preview7.19362.6 5,355 7/23/2019
3.0.0-preview6.19304.10 6,123 6/12/2019
3.0.0-preview5.19227.1 390,869 5/6/2019
3.0.0-preview4.19216.3 4,308 4/18/2019
3.0.0-preview3.19153.1 13,743 3/6/2019
3.0.0-preview.19074.3 4,984 1/29/2019
3.0.0-preview.18572.1 7,707 12/3/2018
2.3.0 557 1/14/2025
2.2.6 10,326,637 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,500,768 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,657,012 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,731,661 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,748,140 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,583,554 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 88,795 10/17/2018
2.2.0-preview2-35157 17,664 9/12/2018
2.2.0-preview1-35029 6,628 8/22/2018
2.1.14 1,731,369 11/18/2019
2.1.11 1,780,653 5/14/2019
2.1.8 1,862,964 2/12/2019
2.1.4 5,723,543 10/1/2018
2.1.3 2,840,310 9/11/2018
2.1.2 2,188,992 8/21/2018
2.1.1 11,282,442 6/18/2018
2.1.0 3,874,904 5/29/2018
2.1.0-rc1-final 27,714 5/6/2018
2.1.0-preview2-final 26,477 4/10/2018
2.1.0-preview1-final 49,193 2/26/2018
2.0.3 3,797,188 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,613,572 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,613,530 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,778,237 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,508 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 27,142 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 50,488 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 100,361 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 9,241 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 38,979 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 485,031 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 406,028 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 324,661 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,342 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 9,537 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,199 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 8,709 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 114,038 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,764 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 52,576 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 169,954 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,438 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.