Microsoft.EntityFrameworkCore.InMemory 8.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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.4
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 8.0.4
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.4" />
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.4
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 8.0.4"
#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.4

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

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

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.InMemory:

Package Downloads
Microsoft.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Reo.Core.Testing

Package Description

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

GitHub repositories (278)

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
dotnet/AspNetCore.Docs
Documentation for 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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
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-preview.3.24172.4 959 4/11/2024
9.0.0-preview.2.24128.4 3,731 3/12/2024
9.0.0-preview.1.24081.2 25,148 2/13/2024
8.0.4 114,082 4/9/2024
8.0.3 495,361 3/12/2024
8.0.2 886,515 2/13/2024
8.0.1 1,053,326 1/9/2024
8.0.0 1,783,886 11/14/2023
8.0.0-rc.2.23480.1 26,080 10/10/2023
8.0.0-rc.1.23419.6 12,654 9/12/2023
8.0.0-preview.7.23375.4 8,415 8/8/2023
8.0.0-preview.6.23329.4 23,272 7/11/2023
8.0.0-preview.5.23280.1 30,958 6/13/2023
8.0.0-preview.4.23259.3 14,616 5/16/2023
8.0.0-preview.3.23174.2 32,838 4/11/2023
8.0.0-preview.2.23128.3 78,055 3/14/2023
8.0.0-preview.1.23111.4 64,022 2/21/2023
7.0.18 14,730 4/9/2024
7.0.17 67,775 3/12/2024
7.0.16 146,473 2/13/2024
7.0.15 293,218 1/9/2024
7.0.14 675,396 11/14/2023
7.0.13 799,256 10/24/2023
7.0.12 1,042,060 10/10/2023
7.0.11 1,372,030 9/12/2023
7.0.10 1,674,990 8/8/2023
7.0.9 1,693,031 7/11/2023
7.0.8 874,787 6/22/2023
7.0.7 460,948 6/13/2023
7.0.5 3,141,861 4/11/2023
7.0.4 1,753,300 3/14/2023
7.0.3 1,779,314 2/14/2023
7.0.2 1,980,005 1/10/2023
7.0.1 1,312,017 12/13/2022
7.0.0 2,116,003 11/7/2022
7.0.0-rc.2.22472.11 53,731 10/11/2022
7.0.0-rc.1.22426.7 87,094 9/14/2022
7.0.0-preview.7.22376.2 12,816 8/9/2022
7.0.0-preview.6.22329.4 7,319 7/12/2022
7.0.0-preview.5.22302.2 16,768 6/14/2022
7.0.0-preview.4.22229.2 14,846 5/10/2022
7.0.0-preview.3.22175.1 32,880 4/13/2022
7.0.0-preview.2.22153.1 13,626 3/14/2022
7.0.0-preview.1.22076.6 7,321 2/17/2022
6.0.29 16,410 4/9/2024
6.0.28 72,123 3/12/2024
6.0.27 128,049 2/13/2024
6.0.26 296,087 1/9/2024
6.0.25 406,255 11/14/2023
6.0.24 280,758 10/24/2023
6.0.23 135,184 10/10/2023
6.0.22 401,123 9/12/2023
6.0.21 425,058 8/8/2023
6.0.20 382,741 7/11/2023
6.0.19 321,198 6/22/2023
6.0.18 211,936 6/13/2023
6.0.16 1,202,381 4/11/2023
6.0.15 618,764 3/14/2023
6.0.14 839,312 2/14/2023
6.0.13 1,220,967 1/10/2023
6.0.12 857,877 12/13/2022
6.0.11 1,765,241 11/7/2022
6.0.10 2,982,261 10/11/2022
6.0.9 2,677,324 9/13/2022
6.0.8 3,270,312 8/9/2022
6.0.7 6,528,025 7/12/2022
6.0.6 2,281,859 6/14/2022
6.0.5 2,942,765 5/10/2022
6.0.4 2,827,747 4/11/2022
6.0.3 3,280,752 3/8/2022
6.0.2 3,802,079 2/8/2022
6.0.1 4,221,406 12/14/2021
6.0.0 4,634,813 11/8/2021
6.0.0-rc.2.21480.5 62,283 10/12/2021
6.0.0-rc.1.21452.10 18,642 9/14/2021
6.0.0-preview.7.21378.4 9,567 8/10/2021
6.0.0-preview.6.21352.1 5,898 7/14/2021
6.0.0-preview.5.21301.9 15,334 6/15/2021
6.0.0-preview.4.21253.1 11,095 5/24/2021
6.0.0-preview.3.21201.2 10,410 4/8/2021
6.0.0-preview.2.21154.2 4,762 3/11/2021
6.0.0-preview.1.21102.2 8,478 2/12/2021
5.0.17 1,199,618 5/10/2022
5.0.16 175,753 4/11/2022
5.0.15 342,426 3/8/2022
5.0.14 443,037 2/8/2022
5.0.13 721,578 12/14/2021
5.0.12 756,782 11/7/2021
5.0.11 1,529,956 10/12/2021
5.0.10 1,588,637 9/14/2021
5.0.9 1,833,221 8/10/2021
5.0.8 1,712,420 7/13/2021
5.0.7 1,740,079 6/8/2021
5.0.6 1,529,225 5/11/2021
5.0.5 1,939,953 4/6/2021
5.0.4 1,239,558 3/9/2021
5.0.3 1,345,256 2/9/2021
5.0.2 1,487,400 1/12/2021
5.0.1 3,123,283 12/8/2020
5.0.0 2,150,877 11/9/2020
5.0.0-rc.2.20475.6 31,929 10/13/2020
5.0.0-rc.1.20451.13 23,051 9/14/2020
5.0.0-preview.8.20407.4 13,786 8/25/2020
5.0.0-preview.7.20365.15 12,515 7/21/2020
5.0.0-preview.6.20312.4 16,624 6/25/2020
5.0.0-preview.5.20278.2 7,310 6/10/2020
5.0.0-preview.4.20220.10 16,997 5/18/2020
5.0.0-preview.3.20181.2 14,568 4/23/2020
5.0.0-preview.2.20159.4 12,314 4/2/2020
5.0.0-preview.2.20120.8 6,986 3/16/2020
3.1.32 396,163 12/13/2022
3.1.31 75,262 11/8/2022
3.1.30 70,756 10/11/2022
3.1.29 73,696 9/13/2022
3.1.28 116,591 8/9/2022
3.1.27 186,453 7/12/2022
3.1.26 106,122 6/14/2022
3.1.25 185,619 5/10/2022
3.1.24 139,302 4/11/2022
3.1.23 160,726 3/8/2022
3.1.22 597,302 12/14/2021
3.1.21 376,920 11/7/2021
3.1.20 241,878 10/11/2021
3.1.19 386,973 9/14/2021
3.1.18 595,455 8/10/2021
3.1.17 591,765 7/13/2021
3.1.16 476,404 6/8/2021
3.1.15 585,857 5/11/2021
3.1.14 606,237 4/6/2021
3.1.13 605,526 3/9/2021
3.1.12 736,216 2/9/2021
3.1.11 905,399 1/12/2021
3.1.10 1,496,672 11/9/2020
3.1.9 2,086,522 10/13/2020
3.1.8 2,514,919 9/8/2020
3.1.7 1,668,355 8/11/2020
3.1.6 1,586,682 7/14/2020
3.1.5 2,292,770 6/9/2020
3.1.4 2,017,016 5/12/2020
3.1.3 5,182,646 3/24/2020
3.1.2 1,982,525 2/19/2020
3.1.1 2,142,577 1/14/2020
3.1.0 2,323,565 12/3/2019
3.1.0-preview3.19554.8 10,076 11/13/2019
3.1.0-preview2.19525.5 4,208 11/1/2019
3.1.0-preview1.19506.2 7,543 10/15/2019
3.0.3 42,979 2/19/2020
3.0.2 18,943 1/14/2020
3.0.1 253,164 11/18/2019
3.0.0 1,479,970 9/23/2019
3.0.0-rc1.19456.14 5,953 9/16/2019
3.0.0-preview9.19423.6 9,030 9/4/2019
3.0.0-preview8.19405.11 14,667 8/13/2019
3.0.0-preview7.19362.6 5,189 7/23/2019
3.0.0-preview6.19304.10 5,940 6/12/2019
3.0.0-preview5.19227.1 377,600 5/6/2019
3.0.0-preview4.19216.3 4,069 4/18/2019
3.0.0-preview3.19153.1 13,601 3/6/2019
3.0.0-preview.19074.3 4,855 1/29/2019
3.0.0-preview.18572.1 7,578 12/3/2018
2.2.6 9,844,652 7/9/2019
2.2.4 5,263,798 4/9/2019
2.2.3 1,625,654 3/11/2019
2.2.2 1,684,606 2/12/2019
2.2.1 2,649,896 1/8/2019
2.2.0 9,751,437 12/3/2018
2.2.0-preview3-35497 88,000 10/17/2018
2.2.0-preview2-35157 17,340 9/12/2018
2.2.0-preview1-35029 6,433 8/22/2018
2.1.14 1,597,036 11/18/2019
2.1.11 1,740,291 5/14/2019
2.1.8 1,840,313 2/12/2019
2.1.4 5,628,407 10/1/2018
2.1.3 2,786,759 9/11/2018
2.1.2 2,145,120 8/21/2018
2.1.1 9,442,531 6/18/2018
2.1.0 3,747,599 5/29/2018
2.1.0-rc1-final 27,307 5/6/2018
2.1.0-preview2-final 25,568 4/10/2018
2.1.0-preview1-final 47,944 2/26/2018
2.0.3 3,607,131 5/7/2018
2.0.2 3,465,607 3/13/2018
2.0.1 5,328,013 11/14/2017
2.0.0 6,452,195 8/11/2017
2.0.0-preview2-final 54,764 6/28/2017
2.0.0-preview1-final 26,241 5/10/2017
1.1.6 48,947 7/10/2018
1.1.5 98,265 12/12/2017
1.1.4 8,923 11/14/2017
1.1.3 38,463 9/20/2017
1.1.2 465,240 5/9/2017
1.1.1 400,926 3/6/2017
1.1.0 306,707 11/16/2016
1.1.0-preview1-final 7,058 10/24/2016
1.0.6 9,286 11/14/2017
1.0.5 4,950 9/20/2017
1.0.4 8,453 5/9/2017
1.0.3 109,887 3/6/2017
1.0.2 11,463 12/12/2016
1.0.1 52,167 9/13/2016
1.0.0 93,161 6/27/2016
1.0.0-rc2-final 9,177 5/16/2016