Microsoft.EntityFrameworkCore.InMemory
9.0.0-rc.2.24474.1
Prefix Reserved
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 9.0.0-rc.2.24474.1
NuGet\Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 9.0.0-rc.2.24474.1
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.2.24474.1" />
paket add Microsoft.EntityFrameworkCore.InMemory --version 9.0.0-rc.2.24474.1
#r "nuget: Microsoft.EntityFrameworkCore.InMemory, 9.0.0-rc.2.24474.1"
// Install Microsoft.EntityFrameworkCore.InMemory as a Cake Addin #addin nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.0-rc.2.24474.1&prerelease // Install Microsoft.EntityFrameworkCore.InMemory as a Cake Tool #tool nuget:?package=Microsoft.EntityFrameworkCore.InMemory&version=9.0.0-rc.2.24474.1&prerelease
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 | Versions 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. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.0-rc.2.24474.1)
- Microsoft.Extensions.Caching.Memory (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.2.24473.5)
NuGet packages (583)
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 (294)
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.
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9 RC2, 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 | |
---|---|---|---|
9.0.0-rc.2.24474.1 | 9,317 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 12,394 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 5,337 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 29,861 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 7,958 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 15,632 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 77,866 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 11,092 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 29,760 | 2/13/2024 | |
8.0.10 | 755,949 | 10/8/2024 | |
8.0.8 | 2,448,755 | 8/13/2024 | |
8.0.7 | 1,853,826 | 7/9/2024 | |
8.0.6 | 2,314,304 | 5/28/2024 | |
8.0.5 | 856,066 | 5/14/2024 | |
8.0.4 | 2,416,329 | 4/9/2024 | |
8.0.3 | 1,731,053 | 3/12/2024 | |
8.0.2 | 2,266,698 | 2/13/2024 | |
8.0.1 | 1,996,155 | 1/9/2024 | |
8.0.0 | 4,481,128 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 30,473 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 13,022 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 12,051 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 26,494 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 34,344 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 17,763 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 41,505 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 103,920 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 65,453 | 2/21/2023 | |
7.0.20 | 356,625 | 5/28/2024 | |
7.0.19 | 66,106 | 5/14/2024 | |
7.0.18 | 252,805 | 4/9/2024 | |
7.0.17 | 187,297 | 3/12/2024 | |
7.0.16 | 310,979 | 2/13/2024 | |
7.0.15 | 476,329 | 1/9/2024 | |
7.0.14 | 988,706 | 11/14/2023 | |
7.0.13 | 1,035,139 | 10/24/2023 | |
7.0.12 | 1,248,484 | 10/10/2023 | |
7.0.11 | 2,001,188 | 9/12/2023 | |
7.0.10 | 2,023,706 | 8/8/2023 | |
7.0.9 | 2,320,321 | 7/11/2023 | |
7.0.8 | 984,481 | 6/22/2023 | |
7.0.7 | 567,474 | 6/13/2023 | |
7.0.5 | 3,731,085 | 4/11/2023 | |
7.0.4 | 1,955,833 | 3/14/2023 | |
7.0.3 | 2,046,815 | 2/14/2023 | |
7.0.2 | 2,232,446 | 1/10/2023 | |
7.0.1 | 1,506,181 | 12/13/2022 | |
7.0.0 | 2,492,716 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 57,074 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 91,357 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 13,515 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 7,769 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 18,993 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 15,770 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 33,475 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 14,147 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 7,519 | 2/17/2022 | |
6.0.35 | 32,636 | 10/8/2024 | |
6.0.33 | 222,661 | 8/13/2024 | |
6.0.32 | 112,896 | 7/9/2024 | |
6.0.31 | 192,049 | 5/28/2024 | |
6.0.30 | 84,608 | 5/14/2024 | |
6.0.29 | 527,237 | 4/9/2024 | |
6.0.28 | 238,848 | 3/12/2024 | |
6.0.27 | 254,984 | 2/13/2024 | |
6.0.26 | 466,738 | 1/9/2024 | |
6.0.25 | 627,738 | 11/14/2023 | |
6.0.24 | 424,505 | 10/24/2023 | |
6.0.23 | 176,623 | 10/10/2023 | |
6.0.22 | 526,486 | 9/12/2023 | |
6.0.21 | 549,593 | 8/8/2023 | |
6.0.20 | 476,924 | 7/11/2023 | |
6.0.19 | 391,219 | 6/22/2023 | |
6.0.18 | 272,239 | 6/13/2023 | |
6.0.16 | 1,517,782 | 4/11/2023 | |
6.0.15 | 756,688 | 3/14/2023 | |
6.0.14 | 1,003,498 | 2/14/2023 | |
6.0.13 | 1,433,429 | 1/10/2023 | |
6.0.12 | 1,057,463 | 12/13/2022 | |
6.0.11 | 2,063,932 | 11/7/2022 | |
6.0.10 | 3,421,649 | 10/11/2022 | |
6.0.9 | 3,003,062 | 9/13/2022 | |
6.0.8 | 3,644,930 | 8/9/2022 | |
6.0.7 | 7,801,982 | 7/12/2022 | |
6.0.6 | 2,477,496 | 6/14/2022 | |
6.0.5 | 3,238,932 | 5/10/2022 | |
6.0.4 | 3,115,171 | 4/11/2022 | |
6.0.3 | 3,565,164 | 3/8/2022 | |
6.0.2 | 4,132,251 | 2/8/2022 | |
6.0.1 | 4,670,148 | 12/14/2021 | |
6.0.0 | 5,338,167 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 70,574 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 20,098 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 10,114 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 5,960 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 15,831 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 11,426 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 10,507 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 4,858 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 8,931 | 2/12/2021 | |
5.0.17 | 1,374,781 | 5/10/2022 | |
5.0.16 | 182,858 | 4/11/2022 | |
5.0.15 | 357,633 | 3/8/2022 | |
5.0.14 | 460,475 | 2/8/2022 | |
5.0.13 | 755,281 | 12/14/2021 | |
5.0.12 | 800,244 | 11/7/2021 | |
5.0.11 | 1,595,923 | 10/12/2021 | |
5.0.10 | 1,665,217 | 9/14/2021 | |
5.0.9 | 1,919,781 | 8/10/2021 | |
5.0.8 | 1,874,885 | 7/13/2021 | |
5.0.7 | 1,810,895 | 6/8/2021 | |
5.0.6 | 1,565,298 | 5/11/2021 | |
5.0.5 | 2,015,886 | 4/6/2021 | |
5.0.4 | 1,275,276 | 3/9/2021 | |
5.0.3 | 1,373,623 | 2/9/2021 | |
5.0.2 | 1,526,039 | 1/12/2021 | |
5.0.1 | 3,291,942 | 12/8/2020 | |
5.0.0 | 2,300,768 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 32,250 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 23,158 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 13,930 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 12,713 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 16,960 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 7,463 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 17,426 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 14,969 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 12,781 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 7,155 | 3/16/2020 | |
3.1.32 | 593,411 | 12/13/2022 | |
3.1.31 | 88,806 | 11/8/2022 | |
3.1.30 | 98,102 | 10/11/2022 | |
3.1.29 | 89,940 | 9/13/2022 | |
3.1.28 | 131,071 | 8/9/2022 | |
3.1.27 | 218,781 | 7/12/2022 | |
3.1.26 | 113,231 | 6/14/2022 | |
3.1.25 | 207,528 | 5/10/2022 | |
3.1.24 | 145,864 | 4/11/2022 | |
3.1.23 | 174,372 | 3/8/2022 | |
3.1.22 | 653,846 | 12/14/2021 | |
3.1.21 | 414,932 | 11/7/2021 | |
3.1.20 | 265,938 | 10/11/2021 | |
3.1.19 | 414,628 | 9/14/2021 | |
3.1.18 | 637,955 | 8/10/2021 | |
3.1.17 | 618,660 | 7/13/2021 | |
3.1.16 | 508,259 | 6/8/2021 | |
3.1.15 | 622,611 | 5/11/2021 | |
3.1.14 | 647,276 | 4/6/2021 | |
3.1.13 | 617,818 | 3/9/2021 | |
3.1.12 | 750,963 | 2/9/2021 | |
3.1.11 | 950,565 | 1/12/2021 | |
3.1.10 | 1,528,622 | 11/9/2020 | |
3.1.9 | 2,130,338 | 10/13/2020 | |
3.1.8 | 2,562,972 | 9/8/2020 | |
3.1.7 | 1,745,974 | 8/11/2020 | |
3.1.6 | 1,623,829 | 7/14/2020 | |
3.1.5 | 2,338,370 | 6/9/2020 | |
3.1.4 | 2,066,777 | 5/12/2020 | |
3.1.3 | 5,406,342 | 3/24/2020 | |
3.1.2 | 2,046,210 | 2/19/2020 | |
3.1.1 | 2,177,842 | 1/14/2020 | |
3.1.0 | 2,405,251 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 10,184 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 4,261 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 7,615 | 10/15/2019 | |
3.0.3 | 43,513 | 2/19/2020 | |
3.0.2 | 19,103 | 1/14/2020 | |
3.0.1 | 256,323 | 11/18/2019 | |
3.0.0 | 1,516,084 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 6,000 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 9,096 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 15,107 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 5,277 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 6,035 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 390,668 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 4,206 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 13,665 | 3/6/2019 | |
3.0.0-preview.19074.3 | 4,915 | 1/29/2019 | |
3.0.0-preview.18572.1 | 7,637 | 12/3/2018 | |
2.2.6 | 10,134,385 | 7/9/2019 | |
2.2.4 | 5,412,808 | 4/9/2019 | |
2.2.3 | 1,644,934 | 3/11/2019 | |
2.2.2 | 1,713,080 | 2/12/2019 | |
2.2.1 | 2,717,838 | 1/8/2019 | |
2.2.0 | 10,263,192 | 12/3/2018 | |
2.2.0-preview3-35497 | 88,459 | 10/17/2018 | |
2.2.0-preview2-35157 | 17,476 | 9/12/2018 | |
2.2.0-preview1-35029 | 6,530 | 8/22/2018 | |
2.1.14 | 1,667,291 | 11/18/2019 | |
2.1.11 | 1,765,788 | 5/14/2019 | |
2.1.8 | 1,854,514 | 2/12/2019 | |
2.1.4 | 5,685,511 | 10/1/2018 | |
2.1.3 | 2,820,710 | 9/11/2018 | |
2.1.2 | 2,169,672 | 8/21/2018 | |
2.1.1 | 10,428,919 | 6/18/2018 | |
2.1.0 | 3,826,540 | 5/29/2018 | |
2.1.0-rc1-final | 27,511 | 5/6/2018 | |
2.1.0-preview2-final | 25,951 | 4/10/2018 | |
2.1.0-preview1-final | 48,800 | 2/26/2018 | |
2.0.3 | 3,716,705 | 5/7/2018 | |
2.0.2 | 3,552,316 | 3/13/2018 | |
2.0.1 | 5,487,309 | 11/14/2017 | |
2.0.0 | 6,668,571 | 8/11/2017 | |
2.0.0-preview2-final | 55,824 | 6/28/2017 | |
2.0.0-preview1-final | 26,816 | 5/10/2017 | |
1.1.6 | 49,664 | 7/10/2018 | |
1.1.5 | 100,012 | 12/12/2017 | |
1.1.4 | 9,080 | 11/14/2017 | |
1.1.3 | 38,767 | 9/20/2017 | |
1.1.2 | 476,702 | 5/9/2017 | |
1.1.1 | 404,160 | 3/6/2017 | |
1.1.0 | 318,460 | 11/16/2016 | |
1.1.0-preview1-final | 7,201 | 10/24/2016 | |
1.0.6 | 9,377 | 11/14/2017 | |
1.0.5 | 5,048 | 9/20/2017 | |
1.0.4 | 8,540 | 5/9/2017 | |
1.0.3 | 112,529 | 3/6/2017 | |
1.0.2 | 11,580 | 12/12/2016 | |
1.0.1 | 52,401 | 9/13/2016 | |
1.0.0 | 125,607 | 6/27/2016 | |
1.0.0-rc2-final | 9,298 | 5/16/2016 |