Microsoft.EntityFrameworkCore.InMemory 8.0.8

Prefix Reserved
There is a newer prerelease 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 8.0.8                
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 8.0.8                
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="8.0.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.InMemory --version 8.0.8                
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 8.0.8"                
#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=8.0.8

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

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

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

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.
IdentityServer/IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
Version Downloads Last updated
9.0.0-rc.1.24451.1 993 9/10/2024
9.0.0-preview.7.24405.3 4,421 8/13/2024
9.0.0-preview.6.24327.4 15,764 7/9/2024
9.0.0-preview.5.24306.3 6,556 6/11/2024
9.0.0-preview.4.24267.1 12,121 5/21/2024
9.0.0-preview.3.24172.4 64,210 4/11/2024
9.0.0-preview.2.24128.4 10,383 3/12/2024
9.0.0-preview.1.24081.2 28,650 2/13/2024
8.0.8 740,700 8/13/2024
8.0.7 1,249,216 7/9/2024
8.0.6 1,777,163 5/28/2024
8.0.5 695,011 5/14/2024
8.0.4 1,983,549 4/9/2024
8.0.3 1,461,165 3/12/2024
8.0.2 1,981,486 2/13/2024
8.0.1 1,766,511 1/9/2024
8.0.0 3,650,136 11/14/2023
8.0.0-rc.2.23480.1 29,198 10/10/2023
8.0.0-rc.1.23419.6 12,858 9/12/2023
8.0.0-preview.7.23375.4 11,602 8/8/2023
8.0.0-preview.6.23329.4 25,923 7/11/2023
8.0.0-preview.5.23280.1 33,542 6/13/2023
8.0.0-preview.4.23259.3 16,905 5/16/2023
8.0.0-preview.3.23174.2 40,125 4/11/2023
8.0.0-preview.2.23128.3 102,761 3/14/2023
8.0.0-preview.1.23111.4 65,236 2/21/2023
7.0.20 212,310 5/28/2024
7.0.19 55,842 5/14/2024
7.0.18 209,302 4/9/2024
7.0.17 167,526 3/12/2024
7.0.16 282,301 2/13/2024
7.0.15 443,738 1/9/2024
7.0.14 926,474 11/14/2023
7.0.13 985,964 10/24/2023
7.0.12 1,202,924 10/10/2023
7.0.11 1,856,763 9/12/2023
7.0.10 1,946,173 8/8/2023
7.0.9 2,164,808 7/11/2023
7.0.8 960,894 6/22/2023
7.0.7 541,353 6/13/2023
7.0.5 3,602,509 4/11/2023
7.0.4 1,908,144 3/14/2023
7.0.3 1,989,183 2/14/2023
7.0.2 2,170,604 1/10/2023
7.0.1 1,462,086 12/13/2022
7.0.0 2,393,418 11/7/2022
7.0.0-rc.2.22472.11 56,455 10/11/2022
7.0.0-rc.1.22426.7 90,638 9/14/2022
7.0.0-preview.7.22376.2 13,294 8/9/2022
7.0.0-preview.6.22329.4 7,648 7/12/2022
7.0.0-preview.5.22302.2 18,676 6/14/2022
7.0.0-preview.4.22229.2 15,612 5/10/2022
7.0.0-preview.3.22175.1 33,339 4/13/2022
7.0.0-preview.2.22153.1 13,937 3/14/2022
7.0.0-preview.1.22076.6 7,483 2/17/2022
6.0.33 51,862 8/13/2024
6.0.32 72,517 7/9/2024
6.0.31 149,584 5/28/2024
6.0.30 68,283 5/14/2024
6.0.29 482,832 4/9/2024
6.0.28 203,006 3/12/2024
6.0.27 236,012 2/13/2024
6.0.26 433,831 1/9/2024
6.0.25 576,787 11/14/2023
6.0.24 385,731 10/24/2023
6.0.23 167,368 10/10/2023
6.0.22 501,283 9/12/2023
6.0.21 521,008 8/8/2023
6.0.20 456,340 7/11/2023
6.0.19 379,010 6/22/2023
6.0.18 259,250 6/13/2023
6.0.16 1,447,712 4/11/2023
6.0.15 732,384 3/14/2023
6.0.14 970,329 2/14/2023
6.0.13 1,383,400 1/10/2023
6.0.12 1,008,433 12/13/2022
6.0.11 1,990,201 11/7/2022
6.0.10 3,317,889 10/11/2022
6.0.9 2,932,384 9/13/2022
6.0.8 3,561,040 8/9/2022
6.0.7 7,507,908 7/12/2022
6.0.6 2,429,024 6/14/2022
6.0.5 3,167,938 5/10/2022
6.0.4 3,053,289 4/11/2022
6.0.3 3,501,215 3/8/2022
6.0.2 4,041,594 2/8/2022
6.0.1 4,565,691 12/14/2021
6.0.0 5,161,608 11/8/2021
6.0.0-rc.2.21480.5 68,304 10/12/2021
6.0.0-rc.1.21452.10 19,781 9/14/2021
6.0.0-preview.7.21378.4 9,992 8/10/2021
6.0.0-preview.6.21352.1 5,949 7/14/2021
6.0.0-preview.5.21301.9 15,732 6/15/2021
6.0.0-preview.4.21253.1 11,342 5/24/2021
6.0.0-preview.3.21201.2 10,476 4/8/2021
6.0.0-preview.2.21154.2 4,843 3/11/2021
6.0.0-preview.1.21102.2 8,803 2/12/2021
5.0.17 1,332,362 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 180,955 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 353,350 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 455,610 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 745,753 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 788,663 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,580,285 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,642,364 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,893,710 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,830,393 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,791,471 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,555,327 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,996,616 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,265,471 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,365,801 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,516,731 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,246,073 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,255,331 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 32,171 10/13/2020
5.0.0-rc.1.20451.13 23,137 9/14/2020
5.0.0-preview.8.20407.4 13,905 8/25/2020
5.0.0-preview.7.20365.15 12,671 7/21/2020
5.0.0-preview.6.20312.4 16,773 6/25/2020
5.0.0-preview.5.20278.2 7,369 6/10/2020
5.0.0-preview.4.20220.10 17,318 5/18/2020
5.0.0-preview.3.20181.2 14,913 4/23/2020
5.0.0-preview.2.20159.4 12,653 4/2/2020
5.0.0-preview.2.20120.8 7,121 3/16/2020
3.1.32 540,182 12/13/2022
3.1.31 85,216 11/8/2022
3.1.30 90,135 10/11/2022
3.1.29 83,483 9/13/2022
3.1.28 127,276 8/9/2022
3.1.27 209,714 7/12/2022
3.1.26 110,265 6/14/2022
3.1.25 202,395 5/10/2022
3.1.24 144,193 4/11/2022
3.1.23 170,903 3/8/2022
3.1.22 642,527 12/14/2021
3.1.21 405,156 11/7/2021
3.1.20 262,798 10/11/2021
3.1.19 408,258 9/14/2021
3.1.18 631,679 8/10/2021
3.1.17 612,191 7/13/2021
3.1.16 500,652 6/8/2021
3.1.15 605,766 5/11/2021
3.1.14 635,202 4/6/2021
3.1.13 613,138 3/9/2021
3.1.12 747,511 2/9/2021
3.1.11 936,569 1/12/2021
3.1.10 1,519,596 11/9/2020
3.1.9 2,119,453 10/13/2020
3.1.8 2,549,199 9/8/2020
3.1.7 1,723,738 8/11/2020
3.1.6 1,613,351 7/14/2020
3.1.5 2,325,789 6/9/2020
3.1.4 2,053,028 5/12/2020
3.1.3 5,332,712 3/24/2020
3.1.2 2,025,865 2/19/2020
3.1.1 2,166,692 1/14/2020
3.1.0 2,382,626 12/3/2019
3.1.0-preview3.19554.8 10,108 11/13/2019
3.1.0-preview2.19525.5 4,245 11/1/2019
3.1.0-preview1.19506.2 7,596 10/15/2019
3.0.3 43,445 2/19/2020
3.0.2 19,021 1/14/2020
3.0.1 254,882 11/18/2019
3.0.0 1,503,202 9/23/2019
3.0.0-rc1.19456.14 5,985 9/16/2019
3.0.0-preview9.19423.6 9,069 9/4/2019
3.0.0-preview8.19405.11 14,705 8/13/2019
3.0.0-preview7.19362.6 5,255 7/23/2019
3.0.0-preview6.19304.10 6,011 6/12/2019
3.0.0-preview5.19227.1 377,683 5/6/2019
3.0.0-preview4.19216.3 4,185 4/18/2019
3.0.0-preview3.19153.1 13,645 3/6/2019
3.0.0-preview.19074.3 4,894 1/29/2019
3.0.0-preview.18572.1 7,617 12/3/2018
2.2.6 10,045,716 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 5,364,639 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 1,639,873 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 1,704,307 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 2,685,680 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 10,134,358 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 88,324 10/17/2018
2.2.0-preview2-35157 17,428 9/12/2018
2.2.0-preview1-35029 6,494 8/22/2018
2.1.14 1,649,906 11/18/2019
2.1.11 1,757,609 5/14/2019
2.1.8 1,850,740 2/12/2019
2.1.4 5,662,810 10/1/2018
2.1.3 2,808,818 9/11/2018
2.1.2 2,161,303 8/21/2018
2.1.1 10,146,099 6/18/2018
2.1.0 3,803,916 5/29/2018
2.1.0-rc1-final 27,443 5/6/2018
2.1.0-preview2-final 25,825 4/10/2018
2.1.0-preview1-final 48,153 2/26/2018
2.0.3 3,688,702 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,525,277 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,440,234 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,618,616 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,404 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 26,393 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 49,428 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 98,485 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 8,997 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 38,666 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 473,663 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 402,976 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 315,607 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,094 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 9,332 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 4,994 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 8,495 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 111,974 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,512 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 52,251 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 114,761 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 9,208 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.